The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | #ifndef __eglext_h_ |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 2 | #define __eglext_h_ 1 |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 3 | |
| 4 | #ifdef __cplusplus |
| 5 | extern "C" { |
| 6 | #endif |
| 7 | |
| 8 | /* |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 9 | ** Copyright 2013-2020 The Khronos Group Inc. |
| 10 | ** SPDX-License-Identifier: Apache-2.0 |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 11 | ** |
Peiyong Lin | 2bfa39b | 2018-12-06 20:10:57 -0800 | [diff] [blame] | 12 | ** This header is generated from the Khronos EGL XML API Registry. |
| 13 | ** The current version of the Registry, generator scripts |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 14 | ** used to make the header, and the header can be found at |
| 15 | ** http://www.khronos.org/registry/egl |
| 16 | ** |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 17 | ** Khronos $Git commit SHA1: 800219cd6e $ on $Git commit date: 2024-05-13 00:13:13 -0700 $ |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 18 | */ |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 19 | |
| 20 | #include <EGL/eglplatform.h> |
| 21 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 22 | #define EGL_EGLEXT_VERSION 20240715 |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 23 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 24 | /* Generated C header for: |
| 25 | * API: egl |
| 26 | * Versions considered: .* |
| 27 | * Versions emitted: _nomatch_^ |
| 28 | * Default extensions included: egl |
| 29 | * Additional extensions included: _nomatch_^ |
| 30 | * Extensions removed: _nomatch_^ |
| 31 | */ |
| 32 | |
| 33 | #ifndef EGL_KHR_cl_event |
| 34 | #define EGL_KHR_cl_event 1 |
| 35 | #define EGL_CL_EVENT_HANDLE_KHR 0x309C |
| 36 | #define EGL_SYNC_CL_EVENT_KHR 0x30FE |
| 37 | #define EGL_SYNC_CL_EVENT_COMPLETE_KHR 0x30FF |
| 38 | #endif /* EGL_KHR_cl_event */ |
| 39 | |
| 40 | #ifndef EGL_KHR_cl_event2 |
| 41 | #define EGL_KHR_cl_event2 1 |
| 42 | typedef void *EGLSyncKHR; |
| 43 | typedef intptr_t EGLAttribKHR; |
| 44 | typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); |
| 45 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 46 | EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); |
| 47 | #endif |
| 48 | #endif /* EGL_KHR_cl_event2 */ |
| 49 | |
| 50 | #ifndef EGL_KHR_client_get_all_proc_addresses |
| 51 | #define EGL_KHR_client_get_all_proc_addresses 1 |
| 52 | #endif /* EGL_KHR_client_get_all_proc_addresses */ |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 53 | |
| 54 | #ifndef EGL_KHR_config_attribs |
| 55 | #define EGL_KHR_config_attribs 1 |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 56 | #define EGL_CONFORMANT_KHR 0x3042 |
| 57 | #define EGL_VG_COLORSPACE_LINEAR_BIT_KHR 0x0020 |
| 58 | #define EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR 0x0040 |
| 59 | #endif /* EGL_KHR_config_attribs */ |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 60 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 61 | #ifndef EGL_KHR_context_flush_control |
| 62 | #define EGL_KHR_context_flush_control 1 |
| 63 | #define EGL_CONTEXT_RELEASE_BEHAVIOR_NONE_KHR 0 |
| 64 | #define EGL_CONTEXT_RELEASE_BEHAVIOR_KHR 0x2097 |
| 65 | #define EGL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_KHR 0x2098 |
| 66 | #endif /* EGL_KHR_context_flush_control */ |
| 67 | |
| 68 | #ifndef EGL_KHR_create_context |
| 69 | #define EGL_KHR_create_context 1 |
| 70 | #define EGL_CONTEXT_MAJOR_VERSION_KHR 0x3098 |
| 71 | #define EGL_CONTEXT_MINOR_VERSION_KHR 0x30FB |
| 72 | #define EGL_CONTEXT_FLAGS_KHR 0x30FC |
| 73 | #define EGL_CONTEXT_OPENGL_PROFILE_MASK_KHR 0x30FD |
| 74 | #define EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_KHR 0x31BD |
| 75 | #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE |
| 76 | #define EGL_LOSE_CONTEXT_ON_RESET_KHR 0x31BF |
| 77 | #define EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR 0x00000001 |
| 78 | #define EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR 0x00000002 |
| 79 | #define EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR 0x00000004 |
| 80 | #define EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR 0x00000001 |
| 81 | #define EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR 0x00000002 |
| 82 | #define EGL_OPENGL_ES3_BIT_KHR 0x00000040 |
| 83 | #endif /* EGL_KHR_create_context */ |
| 84 | |
| 85 | #ifndef EGL_KHR_create_context_no_error |
| 86 | #define EGL_KHR_create_context_no_error 1 |
| 87 | #define EGL_CONTEXT_OPENGL_NO_ERROR_KHR 0x31B3 |
| 88 | #endif /* EGL_KHR_create_context_no_error */ |
| 89 | |
| 90 | #ifndef EGL_KHR_debug |
| 91 | #define EGL_KHR_debug 1 |
| 92 | typedef void *EGLLabelKHR; |
| 93 | typedef void *EGLObjectKHR; |
| 94 | typedef void (EGLAPIENTRY *EGLDEBUGPROCKHR)(EGLenum error,const char *command,EGLint messageType,EGLLabelKHR threadLabel,EGLLabelKHR objectLabel,const char* message); |
| 95 | #define EGL_OBJECT_THREAD_KHR 0x33B0 |
| 96 | #define EGL_OBJECT_DISPLAY_KHR 0x33B1 |
| 97 | #define EGL_OBJECT_CONTEXT_KHR 0x33B2 |
| 98 | #define EGL_OBJECT_SURFACE_KHR 0x33B3 |
| 99 | #define EGL_OBJECT_IMAGE_KHR 0x33B4 |
| 100 | #define EGL_OBJECT_SYNC_KHR 0x33B5 |
| 101 | #define EGL_OBJECT_STREAM_KHR 0x33B6 |
| 102 | #define EGL_DEBUG_MSG_CRITICAL_KHR 0x33B9 |
| 103 | #define EGL_DEBUG_MSG_ERROR_KHR 0x33BA |
| 104 | #define EGL_DEBUG_MSG_WARN_KHR 0x33BB |
| 105 | #define EGL_DEBUG_MSG_INFO_KHR 0x33BC |
| 106 | #define EGL_DEBUG_CALLBACK_KHR 0x33B8 |
| 107 | typedef EGLint (EGLAPIENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); |
| 108 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value); |
| 109 | typedef EGLint (EGLAPIENTRYP PFNEGLLABELOBJECTKHRPROC) (EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label); |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 110 | #ifdef EGL_EGLEXT_PROTOTYPES |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 111 | EGLAPI EGLint EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); |
| 112 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value); |
| 113 | EGLAPI EGLint EGLAPIENTRY eglLabelObjectKHR (EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label); |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 114 | #endif |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 115 | #endif /* EGL_KHR_debug */ |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 116 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 117 | #ifndef EGL_KHR_display_reference |
| 118 | #define EGL_KHR_display_reference 1 |
| 119 | #define EGL_TRACK_REFERENCES_KHR 0x3352 |
| 120 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDISPLAYATTRIBKHRPROC) (EGLDisplay dpy, EGLint name, EGLAttrib *value); |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 121 | #ifdef EGL_EGLEXT_PROTOTYPES |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 122 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribKHR (EGLDisplay dpy, EGLint name, EGLAttrib *value); |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 123 | #endif |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 124 | #endif /* EGL_KHR_display_reference */ |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 125 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 126 | #ifndef EGL_KHR_fence_sync |
| 127 | #define EGL_KHR_fence_sync 1 |
| 128 | typedef khronos_utime_nanoseconds_t EGLTimeKHR; |
| 129 | #ifdef KHRONOS_SUPPORT_INT64 |
| 130 | #define EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR 0x30F0 |
| 131 | #define EGL_SYNC_CONDITION_KHR 0x30F8 |
| 132 | #define EGL_SYNC_FENCE_KHR 0x30F9 |
| 133 | typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); |
| 134 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync); |
| 135 | typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout); |
| 136 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value); |
| 137 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 138 | EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); |
| 139 | EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync); |
| 140 | EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout); |
| 141 | EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value); |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 142 | #endif |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 143 | #endif /* KHRONOS_SUPPORT_INT64 */ |
| 144 | #endif /* EGL_KHR_fence_sync */ |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 145 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 146 | #ifndef EGL_KHR_get_all_proc_addresses |
| 147 | #define EGL_KHR_get_all_proc_addresses 1 |
| 148 | #endif /* EGL_KHR_get_all_proc_addresses */ |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 149 | |
Sandeep Shinde | 9c67bfd | 2015-02-10 16:04:15 +0530 | [diff] [blame] | 150 | #ifndef EGL_KHR_gl_colorspace |
| 151 | #define EGL_KHR_gl_colorspace 1 |
| 152 | #define EGL_GL_COLORSPACE_KHR 0x309D |
| 153 | #define EGL_GL_COLORSPACE_SRGB_KHR 0x3089 |
| 154 | #define EGL_GL_COLORSPACE_LINEAR_KHR 0x308A |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 155 | #endif /* EGL_KHR_gl_colorspace */ |
Sandeep Shinde | 9c67bfd | 2015-02-10 16:04:15 +0530 | [diff] [blame] | 156 | |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 157 | #ifndef EGL_KHR_gl_renderbuffer_image |
| 158 | #define EGL_KHR_gl_renderbuffer_image 1 |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 159 | #define EGL_GL_RENDERBUFFER_KHR 0x30B9 |
| 160 | #endif /* EGL_KHR_gl_renderbuffer_image */ |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 161 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 162 | #ifndef EGL_KHR_gl_texture_2D_image |
| 163 | #define EGL_KHR_gl_texture_2D_image 1 |
| 164 | #define EGL_GL_TEXTURE_2D_KHR 0x30B1 |
| 165 | #define EGL_GL_TEXTURE_LEVEL_KHR 0x30BC |
| 166 | #endif /* EGL_KHR_gl_texture_2D_image */ |
Mathias Agopian | e81a3cb | 2010-06-09 18:46:35 -0700 | [diff] [blame] | 167 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 168 | #ifndef EGL_KHR_gl_texture_3D_image |
| 169 | #define EGL_KHR_gl_texture_3D_image 1 |
| 170 | #define EGL_GL_TEXTURE_3D_KHR 0x30B2 |
| 171 | #define EGL_GL_TEXTURE_ZOFFSET_KHR 0x30BD |
| 172 | #endif /* EGL_KHR_gl_texture_3D_image */ |
Mathias Agopian | e81a3cb | 2010-06-09 18:46:35 -0700 | [diff] [blame] | 173 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 174 | #ifndef EGL_KHR_gl_texture_cubemap_image |
| 175 | #define EGL_KHR_gl_texture_cubemap_image 1 |
| 176 | #define EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR 0x30B3 |
| 177 | #define EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR 0x30B4 |
| 178 | #define EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR 0x30B5 |
| 179 | #define EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR 0x30B6 |
| 180 | #define EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR 0x30B7 |
| 181 | #define EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR 0x30B8 |
| 182 | #endif /* EGL_KHR_gl_texture_cubemap_image */ |
| 183 | |
| 184 | #ifndef EGL_KHR_image |
| 185 | #define EGL_KHR_image 1 |
| 186 | typedef void *EGLImageKHR; |
| 187 | #define EGL_NATIVE_PIXMAP_KHR 0x30B0 |
| 188 | #define EGL_NO_IMAGE_KHR EGL_CAST(EGLImageKHR,0) |
| 189 | typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); |
| 190 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image); |
Mathias Agopian | e81a3cb | 2010-06-09 18:46:35 -0700 | [diff] [blame] | 191 | #ifdef EGL_EGLEXT_PROTOTYPES |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 192 | EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); |
| 193 | EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image); |
Mathias Agopian | e81a3cb | 2010-06-09 18:46:35 -0700 | [diff] [blame] | 194 | #endif |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 195 | #endif /* EGL_KHR_image */ |
Mathias Agopian | e81a3cb | 2010-06-09 18:46:35 -0700 | [diff] [blame] | 196 | |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 197 | #ifndef EGL_KHR_image_base |
| 198 | #define EGL_KHR_image_base 1 |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 199 | #define EGL_IMAGE_PRESERVED_KHR 0x30D2 |
| 200 | #endif /* EGL_KHR_image_base */ |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 201 | |
| 202 | #ifndef EGL_KHR_image_pixmap |
| 203 | #define EGL_KHR_image_pixmap 1 |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 204 | #endif /* EGL_KHR_image_pixmap */ |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 205 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 206 | #ifndef EGL_KHR_lock_surface |
| 207 | #define EGL_KHR_lock_surface 1 |
| 208 | #define EGL_READ_SURFACE_BIT_KHR 0x0001 |
| 209 | #define EGL_WRITE_SURFACE_BIT_KHR 0x0002 |
| 210 | #define EGL_LOCK_SURFACE_BIT_KHR 0x0080 |
| 211 | #define EGL_OPTIMAL_FORMAT_BIT_KHR 0x0100 |
| 212 | #define EGL_MATCH_FORMAT_KHR 0x3043 |
| 213 | #define EGL_FORMAT_RGB_565_EXACT_KHR 0x30C0 |
| 214 | #define EGL_FORMAT_RGB_565_KHR 0x30C1 |
| 215 | #define EGL_FORMAT_RGBA_8888_EXACT_KHR 0x30C2 |
| 216 | #define EGL_FORMAT_RGBA_8888_KHR 0x30C3 |
| 217 | #define EGL_MAP_PRESERVE_PIXELS_KHR 0x30C4 |
| 218 | #define EGL_LOCK_USAGE_HINT_KHR 0x30C5 |
| 219 | #define EGL_BITMAP_POINTER_KHR 0x30C6 |
| 220 | #define EGL_BITMAP_PITCH_KHR 0x30C7 |
| 221 | #define EGL_BITMAP_ORIGIN_KHR 0x30C8 |
| 222 | #define EGL_BITMAP_PIXEL_RED_OFFSET_KHR 0x30C9 |
| 223 | #define EGL_BITMAP_PIXEL_GREEN_OFFSET_KHR 0x30CA |
| 224 | #define EGL_BITMAP_PIXEL_BLUE_OFFSET_KHR 0x30CB |
| 225 | #define EGL_BITMAP_PIXEL_ALPHA_OFFSET_KHR 0x30CC |
| 226 | #define EGL_BITMAP_PIXEL_LUMINANCE_OFFSET_KHR 0x30CD |
| 227 | #define EGL_LOWER_LEFT_KHR 0x30CE |
| 228 | #define EGL_UPPER_LEFT_KHR 0x30CF |
| 229 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); |
| 230 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface); |
| 231 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 232 | EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); |
| 233 | EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay dpy, EGLSurface surface); |
Mathias Agopian | e81a3cb | 2010-06-09 18:46:35 -0700 | [diff] [blame] | 234 | #endif |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 235 | #endif /* EGL_KHR_lock_surface */ |
Mathias Agopian | e81a3cb | 2010-06-09 18:46:35 -0700 | [diff] [blame] | 236 | |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 237 | #ifndef EGL_KHR_lock_surface2 |
| 238 | #define EGL_KHR_lock_surface2 1 |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 239 | #define EGL_BITMAP_PIXEL_SIZE_KHR 0x3110 |
| 240 | #endif /* EGL_KHR_lock_surface2 */ |
| 241 | |
| 242 | #ifndef EGL_KHR_lock_surface3 |
| 243 | #define EGL_KHR_lock_surface3 1 |
| 244 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSURFACE64KHRPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLAttribKHR *value); |
| 245 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 246 | EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface64KHR (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLAttribKHR *value); |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 247 | #endif |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 248 | #endif /* EGL_KHR_lock_surface3 */ |
| 249 | |
| 250 | #ifndef EGL_KHR_mutable_render_buffer |
| 251 | #define EGL_KHR_mutable_render_buffer 1 |
| 252 | #define EGL_MUTABLE_RENDER_BUFFER_BIT_KHR 0x1000 |
| 253 | #endif /* EGL_KHR_mutable_render_buffer */ |
| 254 | |
| 255 | #ifndef EGL_KHR_no_config_context |
| 256 | #define EGL_KHR_no_config_context 1 |
| 257 | #define EGL_NO_CONFIG_KHR EGL_CAST(EGLConfig,0) |
| 258 | #endif /* EGL_KHR_no_config_context */ |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 259 | |
Dan Stoza | a894d08 | 2015-02-19 15:27:36 -0800 | [diff] [blame] | 260 | #ifndef EGL_KHR_partial_update |
| 261 | #define EGL_KHR_partial_update 1 |
| 262 | #define EGL_BUFFER_AGE_KHR 0x313D |
| 263 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETDAMAGEREGIONKHRPROC) (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects); |
| 264 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 265 | EGLAPI EGLBoolean EGLAPIENTRY eglSetDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects); |
| 266 | #endif |
| 267 | #endif /* EGL_KHR_partial_update */ |
| 268 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 269 | #ifndef EGL_KHR_platform_android |
| 270 | #define EGL_KHR_platform_android 1 |
| 271 | #define EGL_PLATFORM_ANDROID_KHR 0x3141 |
| 272 | #endif /* EGL_KHR_platform_android */ |
Mathias Agopian | e81a3cb | 2010-06-09 18:46:35 -0700 | [diff] [blame] | 273 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 274 | #ifndef EGL_KHR_platform_gbm |
| 275 | #define EGL_KHR_platform_gbm 1 |
| 276 | #define EGL_PLATFORM_GBM_KHR 0x31D7 |
| 277 | #endif /* EGL_KHR_platform_gbm */ |
Mathias Agopian | e81a3cb | 2010-06-09 18:46:35 -0700 | [diff] [blame] | 278 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 279 | #ifndef EGL_KHR_platform_wayland |
| 280 | #define EGL_KHR_platform_wayland 1 |
| 281 | #define EGL_PLATFORM_WAYLAND_KHR 0x31D8 |
| 282 | #endif /* EGL_KHR_platform_wayland */ |
| 283 | |
| 284 | #ifndef EGL_KHR_platform_x11 |
| 285 | #define EGL_KHR_platform_x11 1 |
| 286 | #define EGL_PLATFORM_X11_KHR 0x31D5 |
| 287 | #define EGL_PLATFORM_X11_SCREEN_KHR 0x31D6 |
| 288 | #endif /* EGL_KHR_platform_x11 */ |
| 289 | |
| 290 | #ifndef EGL_KHR_reusable_sync |
| 291 | #define EGL_KHR_reusable_sync 1 |
| 292 | #ifdef KHRONOS_SUPPORT_INT64 |
| 293 | #define EGL_SYNC_STATUS_KHR 0x30F1 |
| 294 | #define EGL_SIGNALED_KHR 0x30F2 |
| 295 | #define EGL_UNSIGNALED_KHR 0x30F3 |
| 296 | #define EGL_TIMEOUT_EXPIRED_KHR 0x30F5 |
| 297 | #define EGL_CONDITION_SATISFIED_KHR 0x30F6 |
| 298 | #define EGL_SYNC_TYPE_KHR 0x30F7 |
| 299 | #define EGL_SYNC_REUSABLE_KHR 0x30FA |
| 300 | #define EGL_SYNC_FLUSH_COMMANDS_BIT_KHR 0x0001 |
| 301 | #define EGL_FOREVER_KHR 0xFFFFFFFFFFFFFFFFull |
| 302 | #define EGL_NO_SYNC_KHR EGL_CAST(EGLSyncKHR,0) |
| 303 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); |
Mathias Agopian | e81a3cb | 2010-06-09 18:46:35 -0700 | [diff] [blame] | 304 | #ifdef EGL_EGLEXT_PROTOTYPES |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 305 | EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); |
Mathias Agopian | e81a3cb | 2010-06-09 18:46:35 -0700 | [diff] [blame] | 306 | #endif |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 307 | #endif /* KHRONOS_SUPPORT_INT64 */ |
| 308 | #endif /* EGL_KHR_reusable_sync */ |
Mathias Agopian | e81a3cb | 2010-06-09 18:46:35 -0700 | [diff] [blame] | 309 | |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 310 | #ifndef EGL_KHR_stream |
| 311 | #define EGL_KHR_stream 1 |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 312 | typedef void *EGLStreamKHR; |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 313 | typedef khronos_uint64_t EGLuint64KHR; |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 314 | #ifdef KHRONOS_SUPPORT_INT64 |
| 315 | #define EGL_NO_STREAM_KHR EGL_CAST(EGLStreamKHR,0) |
| 316 | #define EGL_CONSUMER_LATENCY_USEC_KHR 0x3210 |
| 317 | #define EGL_PRODUCER_FRAME_KHR 0x3212 |
| 318 | #define EGL_CONSUMER_FRAME_KHR 0x3213 |
| 319 | #define EGL_STREAM_STATE_KHR 0x3214 |
| 320 | #define EGL_STREAM_STATE_CREATED_KHR 0x3215 |
| 321 | #define EGL_STREAM_STATE_CONNECTING_KHR 0x3216 |
| 322 | #define EGL_STREAM_STATE_EMPTY_KHR 0x3217 |
| 323 | #define EGL_STREAM_STATE_NEW_FRAME_AVAILABLE_KHR 0x3218 |
| 324 | #define EGL_STREAM_STATE_OLD_FRAME_AVAILABLE_KHR 0x3219 |
| 325 | #define EGL_STREAM_STATE_DISCONNECTED_KHR 0x321A |
| 326 | #define EGL_BAD_STREAM_KHR 0x321B |
| 327 | #define EGL_BAD_STATE_KHR 0x321C |
| 328 | typedef EGLStreamKHR (EGLAPIENTRYP PFNEGLCREATESTREAMKHRPROC) (EGLDisplay dpy, const EGLint *attrib_list); |
| 329 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSTREAMKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream); |
| 330 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMATTRIBKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value); |
| 331 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value); |
| 332 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMU64KHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *value); |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 333 | #ifdef EGL_EGLEXT_PROTOTYPES |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 334 | EGLAPI EGLStreamKHR EGLAPIENTRY eglCreateStreamKHR (EGLDisplay dpy, const EGLint *attrib_list); |
| 335 | EGLAPI EGLBoolean EGLAPIENTRY eglDestroyStreamKHR (EGLDisplay dpy, EGLStreamKHR stream); |
| 336 | EGLAPI EGLBoolean EGLAPIENTRY eglStreamAttribKHR (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value); |
| 337 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamKHR (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value); |
| 338 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamu64KHR (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *value); |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 339 | #endif |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 340 | #endif /* KHRONOS_SUPPORT_INT64 */ |
| 341 | #endif /* EGL_KHR_stream */ |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 342 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 343 | #ifndef EGL_KHR_stream_attrib |
| 344 | #define EGL_KHR_stream_attrib 1 |
| 345 | #ifdef KHRONOS_SUPPORT_INT64 |
| 346 | typedef EGLStreamKHR (EGLAPIENTRYP PFNEGLCREATESTREAMATTRIBKHRPROC) (EGLDisplay dpy, const EGLAttrib *attrib_list); |
| 347 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETSTREAMATTRIBKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLAttrib value); |
| 348 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMATTRIBKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLAttrib *value); |
| 349 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMCONSUMERACQUIREATTRIBKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, const EGLAttrib *attrib_list); |
| 350 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMCONSUMERRELEASEATTRIBKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, const EGLAttrib *attrib_list); |
| 351 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 352 | EGLAPI EGLStreamKHR EGLAPIENTRY eglCreateStreamAttribKHR (EGLDisplay dpy, const EGLAttrib *attrib_list); |
| 353 | EGLAPI EGLBoolean EGLAPIENTRY eglSetStreamAttribKHR (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLAttrib value); |
| 354 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamAttribKHR (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLAttrib *value); |
| 355 | EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerAcquireAttribKHR (EGLDisplay dpy, EGLStreamKHR stream, const EGLAttrib *attrib_list); |
| 356 | EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerReleaseAttribKHR (EGLDisplay dpy, EGLStreamKHR stream, const EGLAttrib *attrib_list); |
| 357 | #endif |
| 358 | #endif /* KHRONOS_SUPPORT_INT64 */ |
| 359 | #endif /* EGL_KHR_stream_attrib */ |
| 360 | |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 361 | #ifndef EGL_KHR_stream_consumer_gltexture |
| 362 | #define EGL_KHR_stream_consumer_gltexture 1 |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 363 | #ifdef EGL_KHR_stream |
| 364 | #define EGL_CONSUMER_ACQUIRE_TIMEOUT_USEC_KHR 0x321E |
| 365 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMCONSUMERGLTEXTUREEXTERNALKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream); |
| 366 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMCONSUMERACQUIREKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream); |
| 367 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMCONSUMERRELEASEKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream); |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 368 | #ifdef EGL_EGLEXT_PROTOTYPES |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 369 | EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerGLTextureExternalKHR (EGLDisplay dpy, EGLStreamKHR stream); |
| 370 | EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerAcquireKHR (EGLDisplay dpy, EGLStreamKHR stream); |
| 371 | EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerReleaseKHR (EGLDisplay dpy, EGLStreamKHR stream); |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 372 | #endif |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 373 | #endif /* EGL_KHR_stream */ |
| 374 | #endif /* EGL_KHR_stream_consumer_gltexture */ |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 375 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 376 | #ifndef EGL_KHR_stream_cross_process_fd |
| 377 | #define EGL_KHR_stream_cross_process_fd 1 |
| 378 | typedef int EGLNativeFileDescriptorKHR; |
| 379 | #ifdef EGL_KHR_stream |
| 380 | #define EGL_NO_FILE_DESCRIPTOR_KHR EGL_CAST(EGLNativeFileDescriptorKHR,-1) |
| 381 | typedef EGLNativeFileDescriptorKHR (EGLAPIENTRYP PFNEGLGETSTREAMFILEDESCRIPTORKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream); |
| 382 | typedef EGLStreamKHR (EGLAPIENTRYP PFNEGLCREATESTREAMFROMFILEDESCRIPTORKHRPROC) (EGLDisplay dpy, EGLNativeFileDescriptorKHR file_descriptor); |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 383 | #ifdef EGL_EGLEXT_PROTOTYPES |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 384 | EGLAPI EGLNativeFileDescriptorKHR EGLAPIENTRY eglGetStreamFileDescriptorKHR (EGLDisplay dpy, EGLStreamKHR stream); |
| 385 | EGLAPI EGLStreamKHR EGLAPIENTRY eglCreateStreamFromFileDescriptorKHR (EGLDisplay dpy, EGLNativeFileDescriptorKHR file_descriptor); |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 386 | #endif |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 387 | #endif /* EGL_KHR_stream */ |
| 388 | #endif /* EGL_KHR_stream_cross_process_fd */ |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 389 | |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 390 | #ifndef EGL_KHR_stream_fifo |
| 391 | #define EGL_KHR_stream_fifo 1 |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 392 | #ifdef EGL_KHR_stream |
| 393 | #define EGL_STREAM_FIFO_LENGTH_KHR 0x31FC |
| 394 | #define EGL_STREAM_TIME_NOW_KHR 0x31FD |
| 395 | #define EGL_STREAM_TIME_CONSUMER_KHR 0x31FE |
| 396 | #define EGL_STREAM_TIME_PRODUCER_KHR 0x31FF |
| 397 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMTIMEKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLTimeKHR *value); |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 398 | #ifdef EGL_EGLEXT_PROTOTYPES |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 399 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamTimeKHR (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLTimeKHR *value); |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 400 | #endif |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 401 | #endif /* EGL_KHR_stream */ |
| 402 | #endif /* EGL_KHR_stream_fifo */ |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 403 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 404 | #ifndef EGL_KHR_stream_producer_aldatalocator |
| 405 | #define EGL_KHR_stream_producer_aldatalocator 1 |
| 406 | #ifdef EGL_KHR_stream |
| 407 | #endif /* EGL_KHR_stream */ |
| 408 | #endif /* EGL_KHR_stream_producer_aldatalocator */ |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 409 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 410 | #ifndef EGL_KHR_stream_producer_eglsurface |
| 411 | #define EGL_KHR_stream_producer_eglsurface 1 |
| 412 | #ifdef EGL_KHR_stream |
| 413 | #define EGL_STREAM_BIT_KHR 0x0800 |
| 414 | typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC) (EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list); |
| 415 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 416 | EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR (EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list); |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 417 | #endif |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 418 | #endif /* EGL_KHR_stream */ |
| 419 | #endif /* EGL_KHR_stream_producer_eglsurface */ |
Jesse Hall | 5245af3 | 2015-04-24 01:40:42 -0700 | [diff] [blame] | 420 | |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 421 | #ifndef EGL_KHR_surfaceless_context |
| 422 | #define EGL_KHR_surfaceless_context 1 |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 423 | #endif /* EGL_KHR_surfaceless_context */ |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 424 | |
Dan Stoza | a894d08 | 2015-02-19 15:27:36 -0800 | [diff] [blame] | 425 | #ifndef EGL_KHR_swap_buffers_with_damage |
| 426 | #define EGL_KHR_swap_buffers_with_damage 1 |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 427 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSWITHDAMAGEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *rects, EGLint n_rects); |
Dan Stoza | a894d08 | 2015-02-19 15:27:36 -0800 | [diff] [blame] | 428 | #ifdef EGL_EGLEXT_PROTOTYPES |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 429 | EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffersWithDamageKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *rects, EGLint n_rects); |
Dan Stoza | a894d08 | 2015-02-19 15:27:36 -0800 | [diff] [blame] | 430 | #endif |
| 431 | #endif /* EGL_KHR_swap_buffers_with_damage */ |
| 432 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 433 | #ifndef EGL_KHR_vg_parent_image |
| 434 | #define EGL_KHR_vg_parent_image 1 |
| 435 | #define EGL_VG_PARENT_IMAGE_KHR 0x30BA |
| 436 | #endif /* EGL_KHR_vg_parent_image */ |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 437 | |
| 438 | #ifndef EGL_KHR_wait_sync |
| 439 | #define EGL_KHR_wait_sync 1 |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 440 | typedef EGLint (EGLAPIENTRYP PFNEGLWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags); |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 441 | #ifdef EGL_EGLEXT_PROTOTYPES |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 442 | EGLAPI EGLint EGLAPIENTRY eglWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags); |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 443 | #endif |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 444 | #endif /* EGL_KHR_wait_sync */ |
Jamie Gennis | dbe9245 | 2013-09-23 17:22:10 -0700 | [diff] [blame] | 445 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 446 | #ifndef EGL_ANDROID_GLES_layers |
| 447 | #define EGL_ANDROID_GLES_layers 1 |
| 448 | #endif /* EGL_ANDROID_GLES_layers */ |
| 449 | |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 450 | #ifndef EGL_ANDROID_blob_cache |
| 451 | #define EGL_ANDROID_blob_cache 1 |
| 452 | typedef khronos_ssize_t EGLsizeiANDROID; |
| 453 | typedef void (*EGLSetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, const void *value, EGLsizeiANDROID valueSize); |
| 454 | typedef EGLsizeiANDROID (*EGLGetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, void *value, EGLsizeiANDROID valueSize); |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 455 | typedef void (EGLAPIENTRYP PFNEGLSETBLOBCACHEFUNCSANDROIDPROC) (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get); |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 456 | #ifdef EGL_EGLEXT_PROTOTYPES |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 457 | EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get); |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 458 | #endif |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 459 | #endif /* EGL_ANDROID_blob_cache */ |
Mathias Agopian | df3ca30 | 2009-05-04 19:29:25 -0700 | [diff] [blame] | 460 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 461 | #ifndef EGL_ANDROID_create_native_client_buffer |
| 462 | #define EGL_ANDROID_create_native_client_buffer 1 |
| 463 | #define EGL_NATIVE_BUFFER_USAGE_ANDROID 0x3143 |
| 464 | #define EGL_NATIVE_BUFFER_USAGE_PROTECTED_BIT_ANDROID 0x00000001 |
| 465 | #define EGL_NATIVE_BUFFER_USAGE_RENDERBUFFER_BIT_ANDROID 0x00000002 |
| 466 | #define EGL_NATIVE_BUFFER_USAGE_TEXTURE_BIT_ANDROID 0x00000004 |
| 467 | typedef EGLClientBuffer (EGLAPIENTRYP PFNEGLCREATENATIVECLIENTBUFFERANDROIDPROC) (const EGLint *attrib_list); |
Mathias Agopian | 12af3f6 | 2013-03-27 14:55:03 -0700 | [diff] [blame] | 468 | #ifdef EGL_EGLEXT_PROTOTYPES |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 469 | EGLAPI EGLClientBuffer EGLAPIENTRY eglCreateNativeClientBufferANDROID (const EGLint *attrib_list); |
Mathias Agopian | 8d2e83b | 2009-06-24 22:37:39 -0700 | [diff] [blame] | 470 | #endif |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 471 | #endif /* EGL_ANDROID_create_native_client_buffer */ |
Mathias Agopian | 8d2e83b | 2009-06-24 22:37:39 -0700 | [diff] [blame] | 472 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 473 | #ifndef EGL_ANDROID_framebuffer_target |
| 474 | #define EGL_ANDROID_framebuffer_target 1 |
| 475 | #define EGL_FRAMEBUFFER_TARGET_ANDROID 0x3147 |
| 476 | #endif /* EGL_ANDROID_framebuffer_target */ |
Craig Donner | 6076107 | 2017-01-27 12:30:44 -0800 | [diff] [blame] | 477 | |
Pablo Ceballos | 02b05da | 2016-02-02 17:53:18 -0800 | [diff] [blame] | 478 | #ifndef EGL_ANDROID_front_buffer_auto_refresh |
| 479 | #define EGL_ANDROID_front_buffer_auto_refresh 1 |
| 480 | #define EGL_FRONT_BUFFER_AUTO_REFRESH_ANDROID 0x314C |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 481 | #endif /* EGL_ANDROID_front_buffer_auto_refresh */ |
| 482 | |
Krzysztof Kosiński | 1381b18 | 2018-04-01 20:53:27 -0700 | [diff] [blame] | 483 | #ifndef EGL_ANDROID_get_frame_timestamps |
| 484 | #define EGL_ANDROID_get_frame_timestamps 1 |
| 485 | typedef khronos_stime_nanoseconds_t EGLnsecsANDROID; |
| 486 | #define EGL_TIMESTAMP_PENDING_ANDROID EGL_CAST(EGLnsecsANDROID,-2) |
| 487 | #define EGL_TIMESTAMP_INVALID_ANDROID EGL_CAST(EGLnsecsANDROID,-1) |
| 488 | #define EGL_TIMESTAMPS_ANDROID 0x3430 |
| 489 | #define EGL_COMPOSITE_DEADLINE_ANDROID 0x3431 |
| 490 | #define EGL_COMPOSITE_INTERVAL_ANDROID 0x3432 |
| 491 | #define EGL_COMPOSITE_TO_PRESENT_LATENCY_ANDROID 0x3433 |
| 492 | #define EGL_REQUESTED_PRESENT_TIME_ANDROID 0x3434 |
| 493 | #define EGL_RENDERING_COMPLETE_TIME_ANDROID 0x3435 |
| 494 | #define EGL_COMPOSITION_LATCH_TIME_ANDROID 0x3436 |
| 495 | #define EGL_FIRST_COMPOSITION_START_TIME_ANDROID 0x3437 |
| 496 | #define EGL_LAST_COMPOSITION_START_TIME_ANDROID 0x3438 |
| 497 | #define EGL_FIRST_COMPOSITION_GPU_FINISHED_TIME_ANDROID 0x3439 |
| 498 | #define EGL_DISPLAY_PRESENT_TIME_ANDROID 0x343A |
| 499 | #define EGL_DEQUEUE_READY_TIME_ANDROID 0x343B |
| 500 | #define EGL_READS_DONE_TIME_ANDROID 0x343C |
| 501 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCOMPOSITORTIMINGSUPPORTEDANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLint name); |
| 502 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCOMPOSITORTIMINGANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numTimestamps, const EGLint *names, EGLnsecsANDROID *values); |
| 503 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETNEXTFRAMEIDANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId); |
| 504 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETFRAMETIMESTAMPSUPPORTEDANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLint timestamp); |
| 505 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETFRAMETIMESTAMPSANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID *values); |
| 506 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 507 | EGLAPI EGLBoolean EGLAPIENTRY eglGetCompositorTimingSupportedANDROID (EGLDisplay dpy, EGLSurface surface, EGLint name); |
| 508 | EGLAPI EGLBoolean EGLAPIENTRY eglGetCompositorTimingANDROID (EGLDisplay dpy, EGLSurface surface, EGLint numTimestamps, const EGLint *names, EGLnsecsANDROID *values); |
| 509 | EGLAPI EGLBoolean EGLAPIENTRY eglGetNextFrameIdANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId); |
| 510 | EGLAPI EGLBoolean EGLAPIENTRY eglGetFrameTimestampSupportedANDROID (EGLDisplay dpy, EGLSurface surface, EGLint timestamp); |
| 511 | EGLAPI EGLBoolean EGLAPIENTRY eglGetFrameTimestampsANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID *values); |
Pablo Ceballos | 02b05da | 2016-02-02 17:53:18 -0800 | [diff] [blame] | 512 | #endif |
Krzysztof Kosiński | 1381b18 | 2018-04-01 20:53:27 -0700 | [diff] [blame] | 513 | #endif /* EGL_ANDROID_get_frame_timestamps */ |
| 514 | |
| 515 | #ifndef EGL_ANDROID_get_native_client_buffer |
| 516 | #define EGL_ANDROID_get_native_client_buffer 1 |
| 517 | struct AHardwareBuffer; |
| 518 | typedef EGLClientBuffer (EGLAPIENTRYP PFNEGLGETNATIVECLIENTBUFFERANDROIDPROC) (const struct AHardwareBuffer *buffer); |
| 519 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 520 | EGLAPI EGLClientBuffer EGLAPIENTRY eglGetNativeClientBufferANDROID (const struct AHardwareBuffer *buffer); |
| 521 | #endif |
| 522 | #endif /* EGL_ANDROID_get_native_client_buffer */ |
Pablo Ceballos | 02b05da | 2016-02-02 17:53:18 -0800 | [diff] [blame] | 523 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 524 | #ifndef EGL_ANDROID_image_native_buffer |
| 525 | #define EGL_ANDROID_image_native_buffer 1 |
| 526 | #define EGL_NATIVE_BUFFER_ANDROID 0x3140 |
| 527 | #endif /* EGL_ANDROID_image_native_buffer */ |
| 528 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 529 | #ifndef EGL_ANDROID_native_fence_sync |
| 530 | #define EGL_ANDROID_native_fence_sync 1 |
| 531 | #define EGL_SYNC_NATIVE_FENCE_ANDROID 0x3144 |
| 532 | #define EGL_SYNC_NATIVE_FENCE_FD_ANDROID 0x3145 |
| 533 | #define EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID 0x3146 |
| 534 | #define EGL_NO_NATIVE_FENCE_FD_ANDROID -1 |
| 535 | typedef EGLint (EGLAPIENTRYP PFNEGLDUPNATIVEFENCEFDANDROIDPROC) (EGLDisplay dpy, EGLSyncKHR sync); |
| 536 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 537 | EGLAPI EGLint EGLAPIENTRY eglDupNativeFenceFDANDROID (EGLDisplay dpy, EGLSyncKHR sync); |
| 538 | #endif |
| 539 | #endif /* EGL_ANDROID_native_fence_sync */ |
| 540 | |
| 541 | #ifndef EGL_ANDROID_presentation_time |
| 542 | #define EGL_ANDROID_presentation_time 1 |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 543 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLPRESENTATIONTIMEANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time); |
| 544 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 545 | EGLAPI EGLBoolean EGLAPIENTRY eglPresentationTimeANDROID (EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time); |
| 546 | #endif |
| 547 | #endif /* EGL_ANDROID_presentation_time */ |
Courtney Goeltzenleuchter | f372c1f | 2017-04-12 13:24:26 -0600 | [diff] [blame] | 548 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 549 | #ifndef EGL_ANDROID_recordable |
| 550 | #define EGL_ANDROID_recordable 1 |
| 551 | #define EGL_RECORDABLE_ANDROID 0x3142 |
| 552 | #endif /* EGL_ANDROID_recordable */ |
| 553 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 554 | #ifndef EGL_ANDROID_telemetry_hint |
| 555 | #define EGL_ANDROID_telemetry_hint 1 |
| 556 | #define EGL_TELEMETRY_HINT_ANDROID 0x3570 |
| 557 | #endif /* EGL_ANDROID_telemetry_hint */ |
| 558 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 559 | #ifndef EGL_ANGLE_d3d_share_handle_client_buffer |
| 560 | #define EGL_ANGLE_d3d_share_handle_client_buffer 1 |
| 561 | #define EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE 0x3200 |
| 562 | #endif /* EGL_ANGLE_d3d_share_handle_client_buffer */ |
| 563 | |
| 564 | #ifndef EGL_ANGLE_device_d3d |
| 565 | #define EGL_ANGLE_device_d3d 1 |
| 566 | #define EGL_D3D9_DEVICE_ANGLE 0x33A0 |
| 567 | #define EGL_D3D11_DEVICE_ANGLE 0x33A1 |
| 568 | #endif /* EGL_ANGLE_device_d3d */ |
| 569 | |
| 570 | #ifndef EGL_ANGLE_query_surface_pointer |
| 571 | #define EGL_ANGLE_query_surface_pointer 1 |
| 572 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSURFACEPOINTERANGLEPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, void **value); |
| 573 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 574 | EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurfacePointerANGLE (EGLDisplay dpy, EGLSurface surface, EGLint attribute, void **value); |
| 575 | #endif |
| 576 | #endif /* EGL_ANGLE_query_surface_pointer */ |
| 577 | |
| 578 | #ifndef EGL_ANGLE_surface_d3d_texture_2d_share_handle |
| 579 | #define EGL_ANGLE_surface_d3d_texture_2d_share_handle 1 |
| 580 | #endif /* EGL_ANGLE_surface_d3d_texture_2d_share_handle */ |
| 581 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 582 | #ifndef EGL_ANGLE_sync_control_rate |
| 583 | #define EGL_ANGLE_sync_control_rate 1 |
| 584 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETMSCRATEANGLEPROC) (EGLDisplay dpy, EGLSurface surface, EGLint *numerator, EGLint *denominator); |
| 585 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 586 | EGLAPI EGLBoolean EGLAPIENTRY eglGetMscRateANGLE (EGLDisplay dpy, EGLSurface surface, EGLint *numerator, EGLint *denominator); |
| 587 | #endif |
| 588 | #endif /* EGL_ANGLE_sync_control_rate */ |
| 589 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 590 | #ifndef EGL_ANGLE_window_fixed_size |
| 591 | #define EGL_ANGLE_window_fixed_size 1 |
| 592 | #define EGL_FIXED_SIZE_ANGLE 0x3201 |
| 593 | #endif /* EGL_ANGLE_window_fixed_size */ |
| 594 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 595 | #ifndef EGL_ARM_image_format |
| 596 | #define EGL_ARM_image_format 1 |
| 597 | #define EGL_COLOR_COMPONENT_TYPE_UNSIGNED_INTEGER_ARM 0x3287 |
| 598 | #define EGL_COLOR_COMPONENT_TYPE_INTEGER_ARM 0x3288 |
| 599 | #endif /* EGL_ARM_image_format */ |
| 600 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 601 | #ifndef EGL_ARM_implicit_external_sync |
| 602 | #define EGL_ARM_implicit_external_sync 1 |
| 603 | #define EGL_SYNC_PRIOR_COMMANDS_IMPLICIT_EXTERNAL_ARM 0x328A |
| 604 | #endif /* EGL_ARM_implicit_external_sync */ |
| 605 | |
| 606 | #ifndef EGL_ARM_pixmap_multisample_discard |
| 607 | #define EGL_ARM_pixmap_multisample_discard 1 |
| 608 | #define EGL_DISCARD_SAMPLES_ARM 0x3286 |
| 609 | #endif /* EGL_ARM_pixmap_multisample_discard */ |
| 610 | |
| 611 | #ifndef EGL_EXT_bind_to_front |
| 612 | #define EGL_EXT_bind_to_front 1 |
| 613 | #define EGL_FRONT_BUFFER_EXT 0x3464 |
| 614 | #endif /* EGL_EXT_bind_to_front */ |
| 615 | |
| 616 | #ifndef EGL_EXT_buffer_age |
| 617 | #define EGL_EXT_buffer_age 1 |
| 618 | #define EGL_BUFFER_AGE_EXT 0x313D |
| 619 | #endif /* EGL_EXT_buffer_age */ |
| 620 | |
| 621 | #ifndef EGL_EXT_client_extensions |
| 622 | #define EGL_EXT_client_extensions 1 |
| 623 | #endif /* EGL_EXT_client_extensions */ |
| 624 | |
Courtney Goeltzenleuchter | edf87c1 | 2018-07-18 09:32:50 -0600 | [diff] [blame] | 625 | #ifndef EGL_EXT_client_sync |
| 626 | #define EGL_EXT_client_sync 1 |
| 627 | #define EGL_SYNC_CLIENT_EXT 0x3364 |
| 628 | #define EGL_SYNC_CLIENT_SIGNAL_EXT 0x3365 |
| 629 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLCLIENTSIGNALSYNCEXTPROC) (EGLDisplay dpy, EGLSync sync, const EGLAttrib *attrib_list); |
| 630 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 631 | EGLAPI EGLBoolean EGLAPIENTRY eglClientSignalSyncEXT (EGLDisplay dpy, EGLSync sync, const EGLAttrib *attrib_list); |
| 632 | #endif |
| 633 | #endif /* EGL_EXT_client_sync */ |
| 634 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 635 | #ifndef EGL_EXT_compositor |
| 636 | #define EGL_EXT_compositor 1 |
| 637 | #define EGL_PRIMARY_COMPOSITOR_CONTEXT_EXT 0x3460 |
| 638 | #define EGL_EXTERNAL_REF_ID_EXT 0x3461 |
| 639 | #define EGL_COMPOSITOR_DROP_NEWEST_FRAME_EXT 0x3462 |
| 640 | #define EGL_COMPOSITOR_KEEP_NEWEST_FRAME_EXT 0x3463 |
| 641 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOMPOSITORSETCONTEXTLISTEXTPROC) (const EGLint *external_ref_ids, EGLint num_entries); |
| 642 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOMPOSITORSETCONTEXTATTRIBUTESEXTPROC) (EGLint external_ref_id, const EGLint *context_attributes, EGLint num_entries); |
| 643 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOMPOSITORSETWINDOWLISTEXTPROC) (EGLint external_ref_id, const EGLint *external_win_ids, EGLint num_entries); |
| 644 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOMPOSITORSETWINDOWATTRIBUTESEXTPROC) (EGLint external_win_id, const EGLint *window_attributes, EGLint num_entries); |
| 645 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOMPOSITORBINDTEXWINDOWEXTPROC) (EGLint external_win_id); |
| 646 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOMPOSITORSETSIZEEXTPROC) (EGLint external_win_id, EGLint width, EGLint height); |
| 647 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOMPOSITORSWAPPOLICYEXTPROC) (EGLint external_win_id, EGLint policy); |
| 648 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 649 | EGLAPI EGLBoolean EGLAPIENTRY eglCompositorSetContextListEXT (const EGLint *external_ref_ids, EGLint num_entries); |
| 650 | EGLAPI EGLBoolean EGLAPIENTRY eglCompositorSetContextAttributesEXT (EGLint external_ref_id, const EGLint *context_attributes, EGLint num_entries); |
| 651 | EGLAPI EGLBoolean EGLAPIENTRY eglCompositorSetWindowListEXT (EGLint external_ref_id, const EGLint *external_win_ids, EGLint num_entries); |
| 652 | EGLAPI EGLBoolean EGLAPIENTRY eglCompositorSetWindowAttributesEXT (EGLint external_win_id, const EGLint *window_attributes, EGLint num_entries); |
| 653 | EGLAPI EGLBoolean EGLAPIENTRY eglCompositorBindTexWindowEXT (EGLint external_win_id); |
| 654 | EGLAPI EGLBoolean EGLAPIENTRY eglCompositorSetSizeEXT (EGLint external_win_id, EGLint width, EGLint height); |
| 655 | EGLAPI EGLBoolean EGLAPIENTRY eglCompositorSwapPolicyEXT (EGLint external_win_id, EGLint policy); |
| 656 | #endif |
| 657 | #endif /* EGL_EXT_compositor */ |
| 658 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 659 | #ifndef EGL_EXT_config_select_group |
| 660 | #define EGL_EXT_config_select_group 1 |
| 661 | #define EGL_CONFIG_SELECT_GROUP_EXT 0x34C0 |
| 662 | #endif /* EGL_EXT_config_select_group */ |
| 663 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 664 | #ifndef EGL_EXT_create_context_robustness |
| 665 | #define EGL_EXT_create_context_robustness 1 |
| 666 | #define EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT 0x30BF |
| 667 | #define EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT 0x3138 |
| 668 | #define EGL_NO_RESET_NOTIFICATION_EXT 0x31BE |
| 669 | #define EGL_LOSE_CONTEXT_ON_RESET_EXT 0x31BF |
| 670 | #endif /* EGL_EXT_create_context_robustness */ |
| 671 | |
| 672 | #ifndef EGL_EXT_device_base |
| 673 | #define EGL_EXT_device_base 1 |
| 674 | typedef void *EGLDeviceEXT; |
| 675 | #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0) |
| 676 | #define EGL_BAD_DEVICE_EXT 0x322B |
| 677 | #define EGL_DEVICE_EXT 0x322C |
| 678 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEATTRIBEXTPROC) (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value); |
| 679 | typedef const char *(EGLAPIENTRYP PFNEGLQUERYDEVICESTRINGEXTPROC) (EGLDeviceEXT device, EGLint name); |
| 680 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICESEXTPROC) (EGLint max_devices, EGLDeviceEXT *devices, EGLint *num_devices); |
| 681 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDISPLAYATTRIBEXTPROC) (EGLDisplay dpy, EGLint attribute, EGLAttrib *value); |
| 682 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 683 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceAttribEXT (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value); |
| 684 | EGLAPI const char *EGLAPIENTRY eglQueryDeviceStringEXT (EGLDeviceEXT device, EGLint name); |
| 685 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryDevicesEXT (EGLint max_devices, EGLDeviceEXT *devices, EGLint *num_devices); |
| 686 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribEXT (EGLDisplay dpy, EGLint attribute, EGLAttrib *value); |
| 687 | #endif |
| 688 | #endif /* EGL_EXT_device_base */ |
| 689 | |
| 690 | #ifndef EGL_EXT_device_drm |
| 691 | #define EGL_EXT_device_drm 1 |
| 692 | #define EGL_DRM_DEVICE_FILE_EXT 0x3233 |
Peiyong Lin | 2bfa39b | 2018-12-06 20:10:57 -0800 | [diff] [blame] | 693 | #define EGL_DRM_MASTER_FD_EXT 0x333C |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 694 | #endif /* EGL_EXT_device_drm */ |
| 695 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 696 | #ifndef EGL_EXT_device_drm_render_node |
| 697 | #define EGL_EXT_device_drm_render_node 1 |
| 698 | #define EGL_DRM_RENDER_NODE_FILE_EXT 0x3377 |
| 699 | #endif /* EGL_EXT_device_drm_render_node */ |
| 700 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 701 | #ifndef EGL_EXT_device_enumeration |
| 702 | #define EGL_EXT_device_enumeration 1 |
| 703 | #endif /* EGL_EXT_device_enumeration */ |
| 704 | |
| 705 | #ifndef EGL_EXT_device_openwf |
| 706 | #define EGL_EXT_device_openwf 1 |
| 707 | #define EGL_OPENWF_DEVICE_ID_EXT 0x3237 |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 708 | #define EGL_OPENWF_DEVICE_EXT 0x333D |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 709 | #endif /* EGL_EXT_device_openwf */ |
| 710 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 711 | #ifndef EGL_EXT_device_persistent_id |
| 712 | #define EGL_EXT_device_persistent_id 1 |
| 713 | #define EGL_DEVICE_UUID_EXT 0x335C |
| 714 | #define EGL_DRIVER_UUID_EXT 0x335D |
| 715 | #define EGL_DRIVER_NAME_EXT 0x335E |
| 716 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEBINARYEXTPROC) (EGLDeviceEXT device, EGLint name, EGLint max_size, void *value, EGLint *size); |
| 717 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 718 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceBinaryEXT (EGLDeviceEXT device, EGLint name, EGLint max_size, void *value, EGLint *size); |
| 719 | #endif |
| 720 | #endif /* EGL_EXT_device_persistent_id */ |
| 721 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 722 | #ifndef EGL_EXT_device_query |
| 723 | #define EGL_EXT_device_query 1 |
| 724 | #endif /* EGL_EXT_device_query */ |
| 725 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 726 | #ifndef EGL_EXT_device_query_name |
| 727 | #define EGL_EXT_device_query_name 1 |
| 728 | #define EGL_RENDERER_EXT 0x335F |
| 729 | #endif /* EGL_EXT_device_query_name */ |
| 730 | |
| 731 | #ifndef EGL_EXT_explicit_device |
| 732 | #define EGL_EXT_explicit_device 1 |
| 733 | #endif /* EGL_EXT_explicit_device */ |
| 734 | |
Chris Glover | 9f746f6 | 2023-04-20 10:23:22 +0100 | [diff] [blame] | 735 | #ifndef EGL_EXT_gl_colorspace_bt2020_hlg |
| 736 | #define EGL_EXT_gl_colorspace_bt2020_hlg 1 |
Chris Glover | 704ade2 | 2023-06-02 09:04:50 +0100 | [diff] [blame] | 737 | #define EGL_GL_COLORSPACE_BT2020_HLG_EXT 0x3540 |
Chris Glover | 9f746f6 | 2023-04-20 10:23:22 +0100 | [diff] [blame] | 738 | #endif /* EGL_EXT_gl_colorspace_bt2020_hlg */ |
| 739 | |
Courtney Goeltzenleuchter | 62203bf | 2017-03-01 16:13:18 -0700 | [diff] [blame] | 740 | #ifndef EGL_EXT_gl_colorspace_bt2020_linear |
| 741 | #define EGL_EXT_gl_colorspace_bt2020_linear 1 |
| 742 | #define EGL_GL_COLORSPACE_BT2020_LINEAR_EXT 0x333F |
| 743 | #endif /* EGL_EXT_gl_colorspace_bt2020_linear */ |
| 744 | |
| 745 | #ifndef EGL_EXT_gl_colorspace_bt2020_pq |
| 746 | #define EGL_EXT_gl_colorspace_bt2020_pq 1 |
| 747 | #define EGL_GL_COLORSPACE_BT2020_PQ_EXT 0x3340 |
| 748 | #endif /* EGL_EXT_gl_colorspace_bt2020_pq */ |
| 749 | |
Courtney Goeltzenleuchter | 21b33cb | 2017-04-17 17:31:29 -0600 | [diff] [blame] | 750 | #ifndef EGL_EXT_gl_colorspace_display_p3 |
| 751 | #define EGL_EXT_gl_colorspace_display_p3 1 |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 752 | #define EGL_GL_COLORSPACE_DISPLAY_P3_EXT 0x3363 |
Courtney Goeltzenleuchter | 21b33cb | 2017-04-17 17:31:29 -0600 | [diff] [blame] | 753 | #endif /* EGL_EXT_gl_colorspace_display_p3 */ |
| 754 | |
| 755 | #ifndef EGL_EXT_gl_colorspace_display_p3_linear |
| 756 | #define EGL_EXT_gl_colorspace_display_p3_linear 1 |
| 757 | #define EGL_GL_COLORSPACE_DISPLAY_P3_LINEAR_EXT 0x3362 |
| 758 | #endif /* EGL_EXT_gl_colorspace_display_p3_linear */ |
| 759 | |
Peiyong Lin | 2bfa39b | 2018-12-06 20:10:57 -0800 | [diff] [blame] | 760 | #ifndef EGL_EXT_gl_colorspace_display_p3_passthrough |
| 761 | #define EGL_EXT_gl_colorspace_display_p3_passthrough 1 |
| 762 | #define EGL_GL_COLORSPACE_DISPLAY_P3_PASSTHROUGH_EXT 0x3490 |
| 763 | #endif /* EGL_EXT_gl_colorspace_display_p3_passthrough */ |
| 764 | |
Courtney Goeltzenleuchter | 33e2b78 | 2017-06-23 09:06:52 -0600 | [diff] [blame] | 765 | #ifndef EGL_EXT_gl_colorspace_scrgb |
| 766 | #define EGL_EXT_gl_colorspace_scrgb 1 |
| 767 | #define EGL_GL_COLORSPACE_SCRGB_EXT 0x3351 |
| 768 | #endif /* EGL_EXT_gl_colorspace_scrgb */ |
| 769 | |
Courtney Goeltzenleuchter | 62203bf | 2017-03-01 16:13:18 -0700 | [diff] [blame] | 770 | #ifndef EGL_EXT_gl_colorspace_scrgb_linear |
| 771 | #define EGL_EXT_gl_colorspace_scrgb_linear 1 |
| 772 | #define EGL_GL_COLORSPACE_SCRGB_LINEAR_EXT 0x3350 |
| 773 | #endif /* EGL_EXT_gl_colorspace_scrgb_linear */ |
| 774 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 775 | #ifndef EGL_EXT_image_dma_buf_import |
| 776 | #define EGL_EXT_image_dma_buf_import 1 |
| 777 | #define EGL_LINUX_DMA_BUF_EXT 0x3270 |
| 778 | #define EGL_LINUX_DRM_FOURCC_EXT 0x3271 |
| 779 | #define EGL_DMA_BUF_PLANE0_FD_EXT 0x3272 |
| 780 | #define EGL_DMA_BUF_PLANE0_OFFSET_EXT 0x3273 |
| 781 | #define EGL_DMA_BUF_PLANE0_PITCH_EXT 0x3274 |
| 782 | #define EGL_DMA_BUF_PLANE1_FD_EXT 0x3275 |
| 783 | #define EGL_DMA_BUF_PLANE1_OFFSET_EXT 0x3276 |
| 784 | #define EGL_DMA_BUF_PLANE1_PITCH_EXT 0x3277 |
| 785 | #define EGL_DMA_BUF_PLANE2_FD_EXT 0x3278 |
| 786 | #define EGL_DMA_BUF_PLANE2_OFFSET_EXT 0x3279 |
| 787 | #define EGL_DMA_BUF_PLANE2_PITCH_EXT 0x327A |
| 788 | #define EGL_YUV_COLOR_SPACE_HINT_EXT 0x327B |
| 789 | #define EGL_SAMPLE_RANGE_HINT_EXT 0x327C |
| 790 | #define EGL_YUV_CHROMA_HORIZONTAL_SITING_HINT_EXT 0x327D |
| 791 | #define EGL_YUV_CHROMA_VERTICAL_SITING_HINT_EXT 0x327E |
| 792 | #define EGL_ITU_REC601_EXT 0x327F |
| 793 | #define EGL_ITU_REC709_EXT 0x3280 |
| 794 | #define EGL_ITU_REC2020_EXT 0x3281 |
| 795 | #define EGL_YUV_FULL_RANGE_EXT 0x3282 |
| 796 | #define EGL_YUV_NARROW_RANGE_EXT 0x3283 |
| 797 | #define EGL_YUV_CHROMA_SITING_0_EXT 0x3284 |
| 798 | #define EGL_YUV_CHROMA_SITING_0_5_EXT 0x3285 |
| 799 | #endif /* EGL_EXT_image_dma_buf_import */ |
| 800 | |
| 801 | #ifndef EGL_EXT_image_dma_buf_import_modifiers |
| 802 | #define EGL_EXT_image_dma_buf_import_modifiers 1 |
| 803 | #define EGL_DMA_BUF_PLANE3_FD_EXT 0x3440 |
| 804 | #define EGL_DMA_BUF_PLANE3_OFFSET_EXT 0x3441 |
| 805 | #define EGL_DMA_BUF_PLANE3_PITCH_EXT 0x3442 |
| 806 | #define EGL_DMA_BUF_PLANE0_MODIFIER_LO_EXT 0x3443 |
| 807 | #define EGL_DMA_BUF_PLANE0_MODIFIER_HI_EXT 0x3444 |
| 808 | #define EGL_DMA_BUF_PLANE1_MODIFIER_LO_EXT 0x3445 |
| 809 | #define EGL_DMA_BUF_PLANE1_MODIFIER_HI_EXT 0x3446 |
| 810 | #define EGL_DMA_BUF_PLANE2_MODIFIER_LO_EXT 0x3447 |
| 811 | #define EGL_DMA_BUF_PLANE2_MODIFIER_HI_EXT 0x3448 |
| 812 | #define EGL_DMA_BUF_PLANE3_MODIFIER_LO_EXT 0x3449 |
| 813 | #define EGL_DMA_BUF_PLANE3_MODIFIER_HI_EXT 0x344A |
| 814 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDMABUFFORMATSEXTPROC) (EGLDisplay dpy, EGLint max_formats, EGLint *formats, EGLint *num_formats); |
| 815 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDMABUFMODIFIERSEXTPROC) (EGLDisplay dpy, EGLint format, EGLint max_modifiers, EGLuint64KHR *modifiers, EGLBoolean *external_only, EGLint *num_modifiers); |
| 816 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 817 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryDmaBufFormatsEXT (EGLDisplay dpy, EGLint max_formats, EGLint *formats, EGLint *num_formats); |
| 818 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryDmaBufModifiersEXT (EGLDisplay dpy, EGLint format, EGLint max_modifiers, EGLuint64KHR *modifiers, EGLBoolean *external_only, EGLint *num_modifiers); |
| 819 | #endif |
| 820 | #endif /* EGL_EXT_image_dma_buf_import_modifiers */ |
| 821 | |
Krzysztof Kosiński | 1381b18 | 2018-04-01 20:53:27 -0700 | [diff] [blame] | 822 | #ifndef EGL_EXT_image_gl_colorspace |
| 823 | #define EGL_EXT_image_gl_colorspace 1 |
| 824 | #define EGL_GL_COLORSPACE_DEFAULT_EXT 0x314D |
| 825 | #endif /* EGL_EXT_image_gl_colorspace */ |
| 826 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 827 | #ifndef EGL_EXT_image_implicit_sync_control |
| 828 | #define EGL_EXT_image_implicit_sync_control 1 |
| 829 | #define EGL_IMPORT_SYNC_TYPE_EXT 0x3470 |
| 830 | #define EGL_IMPORT_IMPLICIT_SYNC_EXT 0x3471 |
| 831 | #define EGL_IMPORT_EXPLICIT_SYNC_EXT 0x3472 |
| 832 | #endif /* EGL_EXT_image_implicit_sync_control */ |
| 833 | |
| 834 | #ifndef EGL_EXT_multiview_window |
| 835 | #define EGL_EXT_multiview_window 1 |
| 836 | #define EGL_MULTIVIEW_VIEW_COUNT_EXT 0x3134 |
| 837 | #endif /* EGL_EXT_multiview_window */ |
| 838 | |
| 839 | #ifndef EGL_EXT_output_base |
| 840 | #define EGL_EXT_output_base 1 |
| 841 | typedef void *EGLOutputLayerEXT; |
| 842 | typedef void *EGLOutputPortEXT; |
| 843 | #define EGL_NO_OUTPUT_LAYER_EXT EGL_CAST(EGLOutputLayerEXT,0) |
| 844 | #define EGL_NO_OUTPUT_PORT_EXT EGL_CAST(EGLOutputPortEXT,0) |
| 845 | #define EGL_BAD_OUTPUT_LAYER_EXT 0x322D |
| 846 | #define EGL_BAD_OUTPUT_PORT_EXT 0x322E |
| 847 | #define EGL_SWAP_INTERVAL_EXT 0x322F |
| 848 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETOUTPUTLAYERSEXTPROC) (EGLDisplay dpy, const EGLAttrib *attrib_list, EGLOutputLayerEXT *layers, EGLint max_layers, EGLint *num_layers); |
| 849 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETOUTPUTPORTSEXTPROC) (EGLDisplay dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports); |
| 850 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLOUTPUTLAYERATTRIBEXTPROC) (EGLDisplay dpy, EGLOutputLayerEXT layer, EGLint attribute, EGLAttrib value); |
| 851 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYOUTPUTLAYERATTRIBEXTPROC) (EGLDisplay dpy, EGLOutputLayerEXT layer, EGLint attribute, EGLAttrib *value); |
| 852 | typedef const char *(EGLAPIENTRYP PFNEGLQUERYOUTPUTLAYERSTRINGEXTPROC) (EGLDisplay dpy, EGLOutputLayerEXT layer, EGLint name); |
| 853 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLOUTPUTPORTATTRIBEXTPROC) (EGLDisplay dpy, EGLOutputPortEXT port, EGLint attribute, EGLAttrib value); |
| 854 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYOUTPUTPORTATTRIBEXTPROC) (EGLDisplay dpy, EGLOutputPortEXT port, EGLint attribute, EGLAttrib *value); |
| 855 | typedef const char *(EGLAPIENTRYP PFNEGLQUERYOUTPUTPORTSTRINGEXTPROC) (EGLDisplay dpy, EGLOutputPortEXT port, EGLint name); |
| 856 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 857 | EGLAPI EGLBoolean EGLAPIENTRY eglGetOutputLayersEXT (EGLDisplay dpy, const EGLAttrib *attrib_list, EGLOutputLayerEXT *layers, EGLint max_layers, EGLint *num_layers); |
| 858 | EGLAPI EGLBoolean EGLAPIENTRY eglGetOutputPortsEXT (EGLDisplay dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports); |
| 859 | EGLAPI EGLBoolean EGLAPIENTRY eglOutputLayerAttribEXT (EGLDisplay dpy, EGLOutputLayerEXT layer, EGLint attribute, EGLAttrib value); |
| 860 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryOutputLayerAttribEXT (EGLDisplay dpy, EGLOutputLayerEXT layer, EGLint attribute, EGLAttrib *value); |
| 861 | EGLAPI const char *EGLAPIENTRY eglQueryOutputLayerStringEXT (EGLDisplay dpy, EGLOutputLayerEXT layer, EGLint name); |
| 862 | EGLAPI EGLBoolean EGLAPIENTRY eglOutputPortAttribEXT (EGLDisplay dpy, EGLOutputPortEXT port, EGLint attribute, EGLAttrib value); |
| 863 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryOutputPortAttribEXT (EGLDisplay dpy, EGLOutputPortEXT port, EGLint attribute, EGLAttrib *value); |
| 864 | EGLAPI const char *EGLAPIENTRY eglQueryOutputPortStringEXT (EGLDisplay dpy, EGLOutputPortEXT port, EGLint name); |
| 865 | #endif |
| 866 | #endif /* EGL_EXT_output_base */ |
| 867 | |
| 868 | #ifndef EGL_EXT_output_drm |
| 869 | #define EGL_EXT_output_drm 1 |
| 870 | #define EGL_DRM_CRTC_EXT 0x3234 |
| 871 | #define EGL_DRM_PLANE_EXT 0x3235 |
| 872 | #define EGL_DRM_CONNECTOR_EXT 0x3236 |
| 873 | #endif /* EGL_EXT_output_drm */ |
| 874 | |
| 875 | #ifndef EGL_EXT_output_openwf |
| 876 | #define EGL_EXT_output_openwf 1 |
| 877 | #define EGL_OPENWF_PIPELINE_ID_EXT 0x3238 |
| 878 | #define EGL_OPENWF_PORT_ID_EXT 0x3239 |
| 879 | #endif /* EGL_EXT_output_openwf */ |
| 880 | |
Courtney Goeltzenleuchter | 62203bf | 2017-03-01 16:13:18 -0700 | [diff] [blame] | 881 | #ifndef EGL_EXT_pixel_format_float |
| 882 | #define EGL_EXT_pixel_format_float 1 |
| 883 | #define EGL_COLOR_COMPONENT_TYPE_EXT 0x3339 |
| 884 | #define EGL_COLOR_COMPONENT_TYPE_FIXED_EXT 0x333A |
| 885 | #define EGL_COLOR_COMPONENT_TYPE_FLOAT_EXT 0x333B |
| 886 | #endif /* EGL_EXT_pixel_format_float */ |
| 887 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 888 | #ifndef EGL_EXT_platform_base |
| 889 | #define EGL_EXT_platform_base 1 |
| 890 | typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETPLATFORMDISPLAYEXTPROC) (EGLenum platform, void *native_display, const EGLint *attrib_list); |
| 891 | typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list); |
| 892 | typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMPIXMAPSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list); |
| 893 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 894 | EGLAPI EGLDisplay EGLAPIENTRY eglGetPlatformDisplayEXT (EGLenum platform, void *native_display, const EGLint *attrib_list); |
| 895 | EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list); |
| 896 | EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list); |
| 897 | #endif |
| 898 | #endif /* EGL_EXT_platform_base */ |
| 899 | |
| 900 | #ifndef EGL_EXT_platform_device |
| 901 | #define EGL_EXT_platform_device 1 |
| 902 | #define EGL_PLATFORM_DEVICE_EXT 0x313F |
| 903 | #endif /* EGL_EXT_platform_device */ |
| 904 | |
| 905 | #ifndef EGL_EXT_platform_wayland |
| 906 | #define EGL_EXT_platform_wayland 1 |
| 907 | #define EGL_PLATFORM_WAYLAND_EXT 0x31D8 |
| 908 | #endif /* EGL_EXT_platform_wayland */ |
| 909 | |
| 910 | #ifndef EGL_EXT_platform_x11 |
| 911 | #define EGL_EXT_platform_x11 1 |
| 912 | #define EGL_PLATFORM_X11_EXT 0x31D5 |
| 913 | #define EGL_PLATFORM_X11_SCREEN_EXT 0x31D6 |
| 914 | #endif /* EGL_EXT_platform_x11 */ |
| 915 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 916 | #ifndef EGL_EXT_platform_xcb |
| 917 | #define EGL_EXT_platform_xcb 1 |
| 918 | #define EGL_PLATFORM_XCB_EXT 0x31DC |
| 919 | #define EGL_PLATFORM_XCB_SCREEN_EXT 0x31DE |
| 920 | #endif /* EGL_EXT_platform_xcb */ |
| 921 | |
| 922 | #ifndef EGL_EXT_present_opaque |
| 923 | #define EGL_EXT_present_opaque 1 |
| 924 | #define EGL_PRESENT_OPAQUE_EXT 0x31DF |
| 925 | #endif /* EGL_EXT_present_opaque */ |
| 926 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 927 | #ifndef EGL_EXT_protected_content |
| 928 | #define EGL_EXT_protected_content 1 |
| 929 | #define EGL_PROTECTED_CONTENT_EXT 0x32C0 |
| 930 | #endif /* EGL_EXT_protected_content */ |
| 931 | |
| 932 | #ifndef EGL_EXT_protected_surface |
| 933 | #define EGL_EXT_protected_surface 1 |
| 934 | #endif /* EGL_EXT_protected_surface */ |
| 935 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 936 | #ifndef EGL_EXT_query_reset_notification_strategy |
| 937 | #define EGL_EXT_query_reset_notification_strategy 1 |
| 938 | #endif /* EGL_EXT_query_reset_notification_strategy */ |
| 939 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 940 | #ifndef EGL_EXT_stream_consumer_egloutput |
| 941 | #define EGL_EXT_stream_consumer_egloutput 1 |
| 942 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMCONSUMEROUTPUTEXTPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLOutputLayerEXT layer); |
| 943 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 944 | EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerOutputEXT (EGLDisplay dpy, EGLStreamKHR stream, EGLOutputLayerEXT layer); |
| 945 | #endif |
| 946 | #endif /* EGL_EXT_stream_consumer_egloutput */ |
| 947 | |
| 948 | #ifndef EGL_EXT_surface_CTA861_3_metadata |
| 949 | #define EGL_EXT_surface_CTA861_3_metadata 1 |
| 950 | #define EGL_CTA861_3_MAX_CONTENT_LIGHT_LEVEL_EXT 0x3360 |
| 951 | #define EGL_CTA861_3_MAX_FRAME_AVERAGE_LEVEL_EXT 0x3361 |
| 952 | #endif /* EGL_EXT_surface_CTA861_3_metadata */ |
| 953 | |
Courtney Goeltzenleuchter | 62203bf | 2017-03-01 16:13:18 -0700 | [diff] [blame] | 954 | #ifndef EGL_EXT_surface_SMPTE2086_metadata |
| 955 | #define EGL_EXT_surface_SMPTE2086_metadata 1 |
| 956 | #define EGL_SMPTE2086_DISPLAY_PRIMARY_RX_EXT 0x3341 |
| 957 | #define EGL_SMPTE2086_DISPLAY_PRIMARY_RY_EXT 0x3342 |
| 958 | #define EGL_SMPTE2086_DISPLAY_PRIMARY_GX_EXT 0x3343 |
| 959 | #define EGL_SMPTE2086_DISPLAY_PRIMARY_GY_EXT 0x3344 |
| 960 | #define EGL_SMPTE2086_DISPLAY_PRIMARY_BX_EXT 0x3345 |
| 961 | #define EGL_SMPTE2086_DISPLAY_PRIMARY_BY_EXT 0x3346 |
| 962 | #define EGL_SMPTE2086_WHITE_POINT_X_EXT 0x3347 |
| 963 | #define EGL_SMPTE2086_WHITE_POINT_Y_EXT 0x3348 |
| 964 | #define EGL_SMPTE2086_MAX_LUMINANCE_EXT 0x3349 |
| 965 | #define EGL_SMPTE2086_MIN_LUMINANCE_EXT 0x334A |
Courtney Goeltzenleuchter | 9c49387 | 2017-03-01 16:14:06 -0700 | [diff] [blame] | 966 | #define EGL_METADATA_SCALING_EXT 50000 |
Courtney Goeltzenleuchter | 62203bf | 2017-03-01 16:13:18 -0700 | [diff] [blame] | 967 | #endif /* EGL_EXT_surface_SMPTE2086_metadata */ |
Courtney Goeltzenleuchter | 0e4e395 | 2016-11-16 13:53:40 -0700 | [diff] [blame] | 968 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 969 | #ifndef EGL_EXT_surface_compression |
| 970 | #define EGL_EXT_surface_compression 1 |
| 971 | #define EGL_SURFACE_COMPRESSION_EXT 0x34B0 |
| 972 | #define EGL_SURFACE_COMPRESSION_PLANE1_EXT 0x328E |
| 973 | #define EGL_SURFACE_COMPRESSION_PLANE2_EXT 0x328F |
| 974 | #define EGL_SURFACE_COMPRESSION_FIXED_RATE_NONE_EXT 0x34B1 |
| 975 | #define EGL_SURFACE_COMPRESSION_FIXED_RATE_DEFAULT_EXT 0x34B2 |
| 976 | #define EGL_SURFACE_COMPRESSION_FIXED_RATE_1BPC_EXT 0x34B4 |
| 977 | #define EGL_SURFACE_COMPRESSION_FIXED_RATE_2BPC_EXT 0x34B5 |
| 978 | #define EGL_SURFACE_COMPRESSION_FIXED_RATE_3BPC_EXT 0x34B6 |
| 979 | #define EGL_SURFACE_COMPRESSION_FIXED_RATE_4BPC_EXT 0x34B7 |
| 980 | #define EGL_SURFACE_COMPRESSION_FIXED_RATE_5BPC_EXT 0x34B8 |
| 981 | #define EGL_SURFACE_COMPRESSION_FIXED_RATE_6BPC_EXT 0x34B9 |
| 982 | #define EGL_SURFACE_COMPRESSION_FIXED_RATE_7BPC_EXT 0x34BA |
| 983 | #define EGL_SURFACE_COMPRESSION_FIXED_RATE_8BPC_EXT 0x34BB |
| 984 | #define EGL_SURFACE_COMPRESSION_FIXED_RATE_9BPC_EXT 0x34BC |
| 985 | #define EGL_SURFACE_COMPRESSION_FIXED_RATE_10BPC_EXT 0x34BD |
| 986 | #define EGL_SURFACE_COMPRESSION_FIXED_RATE_11BPC_EXT 0x34BE |
| 987 | #define EGL_SURFACE_COMPRESSION_FIXED_RATE_12BPC_EXT 0x34BF |
| 988 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSUPPORTEDCOMPRESSIONRATESEXTPROC) (EGLDisplay dpy, EGLConfig config, const EGLAttrib *attrib_list, EGLint *rates, EGLint rate_size, EGLint *num_rates); |
| 989 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 990 | EGLAPI EGLBoolean EGLAPIENTRY eglQuerySupportedCompressionRatesEXT (EGLDisplay dpy, EGLConfig config, const EGLAttrib *attrib_list, EGLint *rates, EGLint rate_size, EGLint *num_rates); |
| 991 | #endif |
| 992 | #endif /* EGL_EXT_surface_compression */ |
| 993 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 994 | #ifndef EGL_EXT_swap_buffers_with_damage |
| 995 | #define EGL_EXT_swap_buffers_with_damage 1 |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 996 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSWITHDAMAGEEXTPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *rects, EGLint n_rects); |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 997 | #ifdef EGL_EGLEXT_PROTOTYPES |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 998 | EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffersWithDamageEXT (EGLDisplay dpy, EGLSurface surface, const EGLint *rects, EGLint n_rects); |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 999 | #endif |
| 1000 | #endif /* EGL_EXT_swap_buffers_with_damage */ |
| 1001 | |
Courtney Goeltzenleuchter | edf87c1 | 2018-07-18 09:32:50 -0600 | [diff] [blame] | 1002 | #ifndef EGL_EXT_sync_reuse |
| 1003 | #define EGL_EXT_sync_reuse 1 |
| 1004 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNSIGNALSYNCEXTPROC) (EGLDisplay dpy, EGLSync sync, const EGLAttrib *attrib_list); |
| 1005 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1006 | EGLAPI EGLBoolean EGLAPIENTRY eglUnsignalSyncEXT (EGLDisplay dpy, EGLSync sync, const EGLAttrib *attrib_list); |
| 1007 | #endif |
| 1008 | #endif /* EGL_EXT_sync_reuse */ |
| 1009 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 1010 | #ifndef EGL_EXT_yuv_surface |
| 1011 | #define EGL_EXT_yuv_surface 1 |
| 1012 | #define EGL_YUV_ORDER_EXT 0x3301 |
| 1013 | #define EGL_YUV_NUMBER_OF_PLANES_EXT 0x3311 |
| 1014 | #define EGL_YUV_SUBSAMPLE_EXT 0x3312 |
| 1015 | #define EGL_YUV_DEPTH_RANGE_EXT 0x3317 |
| 1016 | #define EGL_YUV_CSC_STANDARD_EXT 0x330A |
| 1017 | #define EGL_YUV_PLANE_BPP_EXT 0x331A |
| 1018 | #define EGL_YUV_BUFFER_EXT 0x3300 |
| 1019 | #define EGL_YUV_ORDER_YUV_EXT 0x3302 |
| 1020 | #define EGL_YUV_ORDER_YVU_EXT 0x3303 |
| 1021 | #define EGL_YUV_ORDER_YUYV_EXT 0x3304 |
| 1022 | #define EGL_YUV_ORDER_UYVY_EXT 0x3305 |
| 1023 | #define EGL_YUV_ORDER_YVYU_EXT 0x3306 |
| 1024 | #define EGL_YUV_ORDER_VYUY_EXT 0x3307 |
| 1025 | #define EGL_YUV_ORDER_AYUV_EXT 0x3308 |
| 1026 | #define EGL_YUV_SUBSAMPLE_4_2_0_EXT 0x3313 |
| 1027 | #define EGL_YUV_SUBSAMPLE_4_2_2_EXT 0x3314 |
| 1028 | #define EGL_YUV_SUBSAMPLE_4_4_4_EXT 0x3315 |
| 1029 | #define EGL_YUV_DEPTH_RANGE_LIMITED_EXT 0x3318 |
| 1030 | #define EGL_YUV_DEPTH_RANGE_FULL_EXT 0x3319 |
| 1031 | #define EGL_YUV_CSC_STANDARD_601_EXT 0x330B |
| 1032 | #define EGL_YUV_CSC_STANDARD_709_EXT 0x330C |
| 1033 | #define EGL_YUV_CSC_STANDARD_2020_EXT 0x330D |
| 1034 | #define EGL_YUV_PLANE_BPP_0_EXT 0x331B |
| 1035 | #define EGL_YUV_PLANE_BPP_8_EXT 0x331C |
| 1036 | #define EGL_YUV_PLANE_BPP_10_EXT 0x331D |
| 1037 | #endif /* EGL_EXT_yuv_surface */ |
| 1038 | |
| 1039 | #ifndef EGL_HI_clientpixmap |
| 1040 | #define EGL_HI_clientpixmap 1 |
| 1041 | struct EGLClientPixmapHI { |
| 1042 | void *pData; |
| 1043 | EGLint iWidth; |
| 1044 | EGLint iHeight; |
| 1045 | EGLint iStride; |
| 1046 | }; |
| 1047 | #define EGL_CLIENT_PIXMAP_POINTER_HI 0x8F74 |
| 1048 | typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap); |
| 1049 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1050 | EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap); |
| 1051 | #endif |
| 1052 | #endif /* EGL_HI_clientpixmap */ |
| 1053 | |
| 1054 | #ifndef EGL_HI_colorformats |
| 1055 | #define EGL_HI_colorformats 1 |
| 1056 | #define EGL_COLOR_FORMAT_HI 0x8F70 |
| 1057 | #define EGL_COLOR_RGB_HI 0x8F71 |
| 1058 | #define EGL_COLOR_RGBA_HI 0x8F72 |
| 1059 | #define EGL_COLOR_ARGB_HI 0x8F73 |
| 1060 | #endif /* EGL_HI_colorformats */ |
| 1061 | |
| 1062 | #ifndef EGL_IMG_context_priority |
| 1063 | #define EGL_IMG_context_priority 1 |
| 1064 | #define EGL_CONTEXT_PRIORITY_LEVEL_IMG 0x3100 |
| 1065 | #define EGL_CONTEXT_PRIORITY_HIGH_IMG 0x3101 |
| 1066 | #define EGL_CONTEXT_PRIORITY_MEDIUM_IMG 0x3102 |
| 1067 | #define EGL_CONTEXT_PRIORITY_LOW_IMG 0x3103 |
| 1068 | #endif /* EGL_IMG_context_priority */ |
| 1069 | |
| 1070 | #ifndef EGL_IMG_image_plane_attribs |
| 1071 | #define EGL_IMG_image_plane_attribs 1 |
| 1072 | #define EGL_NATIVE_BUFFER_MULTIPLANE_SEPARATE_IMG 0x3105 |
| 1073 | #define EGL_NATIVE_BUFFER_PLANE_OFFSET_IMG 0x3106 |
| 1074 | #endif /* EGL_IMG_image_plane_attribs */ |
| 1075 | |
| 1076 | #ifndef EGL_MESA_drm_image |
| 1077 | #define EGL_MESA_drm_image 1 |
| 1078 | #define EGL_DRM_BUFFER_FORMAT_MESA 0x31D0 |
| 1079 | #define EGL_DRM_BUFFER_USE_MESA 0x31D1 |
| 1080 | #define EGL_DRM_BUFFER_FORMAT_ARGB32_MESA 0x31D2 |
| 1081 | #define EGL_DRM_BUFFER_MESA 0x31D3 |
| 1082 | #define EGL_DRM_BUFFER_STRIDE_MESA 0x31D4 |
| 1083 | #define EGL_DRM_BUFFER_USE_SCANOUT_MESA 0x00000001 |
| 1084 | #define EGL_DRM_BUFFER_USE_SHARE_MESA 0x00000002 |
Krzysztof Kosiński | 1381b18 | 2018-04-01 20:53:27 -0700 | [diff] [blame] | 1085 | #define EGL_DRM_BUFFER_USE_CURSOR_MESA 0x00000004 |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 1086 | typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEDRMIMAGEMESAPROC) (EGLDisplay dpy, const EGLint *attrib_list); |
| 1087 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLEXPORTDRMIMAGEMESAPROC) (EGLDisplay dpy, EGLImageKHR image, EGLint *name, EGLint *handle, EGLint *stride); |
| 1088 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1089 | EGLAPI EGLImageKHR EGLAPIENTRY eglCreateDRMImageMESA (EGLDisplay dpy, const EGLint *attrib_list); |
| 1090 | EGLAPI EGLBoolean EGLAPIENTRY eglExportDRMImageMESA (EGLDisplay dpy, EGLImageKHR image, EGLint *name, EGLint *handle, EGLint *stride); |
| 1091 | #endif |
| 1092 | #endif /* EGL_MESA_drm_image */ |
| 1093 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 1094 | #ifndef EGL_MESA_image_dma_buf_export |
| 1095 | #define EGL_MESA_image_dma_buf_export 1 |
| 1096 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLEXPORTDMABUFIMAGEQUERYMESAPROC) (EGLDisplay dpy, EGLImageKHR image, int *fourcc, int *num_planes, EGLuint64KHR *modifiers); |
| 1097 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLEXPORTDMABUFIMAGEMESAPROC) (EGLDisplay dpy, EGLImageKHR image, int *fds, EGLint *strides, EGLint *offsets); |
| 1098 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1099 | EGLAPI EGLBoolean EGLAPIENTRY eglExportDMABUFImageQueryMESA (EGLDisplay dpy, EGLImageKHR image, int *fourcc, int *num_planes, EGLuint64KHR *modifiers); |
| 1100 | EGLAPI EGLBoolean EGLAPIENTRY eglExportDMABUFImageMESA (EGLDisplay dpy, EGLImageKHR image, int *fds, EGLint *strides, EGLint *offsets); |
| 1101 | #endif |
| 1102 | #endif /* EGL_MESA_image_dma_buf_export */ |
| 1103 | |
| 1104 | #ifndef EGL_MESA_platform_gbm |
| 1105 | #define EGL_MESA_platform_gbm 1 |
| 1106 | #define EGL_PLATFORM_GBM_MESA 0x31D7 |
| 1107 | #endif /* EGL_MESA_platform_gbm */ |
| 1108 | |
| 1109 | #ifndef EGL_MESA_platform_surfaceless |
| 1110 | #define EGL_MESA_platform_surfaceless 1 |
| 1111 | #define EGL_PLATFORM_SURFACELESS_MESA 0x31DD |
| 1112 | #endif /* EGL_MESA_platform_surfaceless */ |
| 1113 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 1114 | #ifndef EGL_MESA_query_driver |
| 1115 | #define EGL_MESA_query_driver 1 |
| 1116 | typedef char *(EGLAPIENTRYP PFNEGLGETDISPLAYDRIVERCONFIGPROC) (EGLDisplay dpy); |
| 1117 | typedef const char *(EGLAPIENTRYP PFNEGLGETDISPLAYDRIVERNAMEPROC) (EGLDisplay dpy); |
| 1118 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1119 | EGLAPI char *EGLAPIENTRY eglGetDisplayDriverConfig (EGLDisplay dpy); |
| 1120 | EGLAPI const char *EGLAPIENTRY eglGetDisplayDriverName (EGLDisplay dpy); |
| 1121 | #endif |
| 1122 | #endif /* EGL_MESA_query_driver */ |
| 1123 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 1124 | #ifndef EGL_NOK_swap_region |
| 1125 | #define EGL_NOK_swap_region 1 |
| 1126 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSREGIONNOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *rects); |
| 1127 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1128 | EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffersRegionNOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *rects); |
| 1129 | #endif |
| 1130 | #endif /* EGL_NOK_swap_region */ |
| 1131 | |
| 1132 | #ifndef EGL_NOK_swap_region2 |
| 1133 | #define EGL_NOK_swap_region2 1 |
| 1134 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSREGION2NOKPROC) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *rects); |
| 1135 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1136 | EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffersRegion2NOK (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *rects); |
| 1137 | #endif |
| 1138 | #endif /* EGL_NOK_swap_region2 */ |
| 1139 | |
| 1140 | #ifndef EGL_NOK_texture_from_pixmap |
| 1141 | #define EGL_NOK_texture_from_pixmap 1 |
| 1142 | #define EGL_Y_INVERTED_NOK 0x307F |
| 1143 | #endif /* EGL_NOK_texture_from_pixmap */ |
| 1144 | |
| 1145 | #ifndef EGL_NV_3dvision_surface |
| 1146 | #define EGL_NV_3dvision_surface 1 |
| 1147 | #define EGL_AUTO_STEREO_NV 0x3136 |
| 1148 | #endif /* EGL_NV_3dvision_surface */ |
| 1149 | |
Krzysztof Kosiński | 1381b18 | 2018-04-01 20:53:27 -0700 | [diff] [blame] | 1150 | #ifndef EGL_NV_context_priority_realtime |
| 1151 | #define EGL_NV_context_priority_realtime 1 |
| 1152 | #define EGL_CONTEXT_PRIORITY_REALTIME_NV 0x3357 |
| 1153 | #endif /* EGL_NV_context_priority_realtime */ |
| 1154 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 1155 | #ifndef EGL_NV_coverage_sample |
| 1156 | #define EGL_NV_coverage_sample 1 |
| 1157 | #define EGL_COVERAGE_BUFFERS_NV 0x30E0 |
| 1158 | #define EGL_COVERAGE_SAMPLES_NV 0x30E1 |
| 1159 | #endif /* EGL_NV_coverage_sample */ |
| 1160 | |
| 1161 | #ifndef EGL_NV_coverage_sample_resolve |
| 1162 | #define EGL_NV_coverage_sample_resolve 1 |
| 1163 | #define EGL_COVERAGE_SAMPLE_RESOLVE_NV 0x3131 |
| 1164 | #define EGL_COVERAGE_SAMPLE_RESOLVE_DEFAULT_NV 0x3132 |
| 1165 | #define EGL_COVERAGE_SAMPLE_RESOLVE_NONE_NV 0x3133 |
| 1166 | #endif /* EGL_NV_coverage_sample_resolve */ |
| 1167 | |
| 1168 | #ifndef EGL_NV_cuda_event |
| 1169 | #define EGL_NV_cuda_event 1 |
| 1170 | #define EGL_CUDA_EVENT_HANDLE_NV 0x323B |
| 1171 | #define EGL_SYNC_CUDA_EVENT_NV 0x323C |
| 1172 | #define EGL_SYNC_CUDA_EVENT_COMPLETE_NV 0x323D |
| 1173 | #endif /* EGL_NV_cuda_event */ |
| 1174 | |
| 1175 | #ifndef EGL_NV_depth_nonlinear |
| 1176 | #define EGL_NV_depth_nonlinear 1 |
| 1177 | #define EGL_DEPTH_ENCODING_NV 0x30E2 |
| 1178 | #define EGL_DEPTH_ENCODING_NONE_NV 0 |
| 1179 | #define EGL_DEPTH_ENCODING_NONLINEAR_NV 0x30E3 |
| 1180 | #endif /* EGL_NV_depth_nonlinear */ |
| 1181 | |
| 1182 | #ifndef EGL_NV_device_cuda |
| 1183 | #define EGL_NV_device_cuda 1 |
| 1184 | #define EGL_CUDA_DEVICE_NV 0x323A |
| 1185 | #endif /* EGL_NV_device_cuda */ |
| 1186 | |
| 1187 | #ifndef EGL_NV_native_query |
| 1188 | #define EGL_NV_native_query 1 |
| 1189 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEDISPLAYNVPROC) (EGLDisplay dpy, EGLNativeDisplayType *display_id); |
| 1190 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEWINDOWNVPROC) (EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType *window); |
| 1191 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC) (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap); |
| 1192 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1193 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeDisplayNV (EGLDisplay dpy, EGLNativeDisplayType *display_id); |
| 1194 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV (EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType *window); |
| 1195 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap); |
| 1196 | #endif |
| 1197 | #endif /* EGL_NV_native_query */ |
| 1198 | |
| 1199 | #ifndef EGL_NV_post_convert_rounding |
| 1200 | #define EGL_NV_post_convert_rounding 1 |
| 1201 | #endif /* EGL_NV_post_convert_rounding */ |
| 1202 | |
| 1203 | #ifndef EGL_NV_post_sub_buffer |
| 1204 | #define EGL_NV_post_sub_buffer 1 |
| 1205 | #define EGL_POST_SUB_BUFFER_SUPPORTED_NV 0x30BE |
| 1206 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLPOSTSUBBUFFERNVPROC) (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height); |
| 1207 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1208 | EGLAPI EGLBoolean EGLAPIENTRY eglPostSubBufferNV (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height); |
| 1209 | #endif |
| 1210 | #endif /* EGL_NV_post_sub_buffer */ |
| 1211 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 1212 | #ifndef EGL_NV_quadruple_buffer |
| 1213 | #define EGL_NV_quadruple_buffer 1 |
| 1214 | #define EGL_QUADRUPLE_BUFFER_NV 0x3231 |
| 1215 | #endif /* EGL_NV_quadruple_buffer */ |
| 1216 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 1217 | #ifndef EGL_NV_robustness_video_memory_purge |
| 1218 | #define EGL_NV_robustness_video_memory_purge 1 |
| 1219 | #define EGL_GENERATE_RESET_ON_VIDEO_MEMORY_PURGE_NV 0x334C |
| 1220 | #endif /* EGL_NV_robustness_video_memory_purge */ |
| 1221 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 1222 | #ifndef EGL_NV_stream_consumer_eglimage |
| 1223 | #define EGL_NV_stream_consumer_eglimage 1 |
| 1224 | #define EGL_STREAM_CONSUMER_IMAGE_NV 0x3373 |
| 1225 | #define EGL_STREAM_IMAGE_ADD_NV 0x3374 |
| 1226 | #define EGL_STREAM_IMAGE_REMOVE_NV 0x3375 |
| 1227 | #define EGL_STREAM_IMAGE_AVAILABLE_NV 0x3376 |
| 1228 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMIMAGECONSUMERCONNECTNVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLint num_modifiers, const EGLuint64KHR *modifiers, const EGLAttrib *attrib_list); |
| 1229 | typedef EGLint (EGLAPIENTRYP PFNEGLQUERYSTREAMCONSUMEREVENTNVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLTime timeout, EGLenum *event, EGLAttrib *aux); |
| 1230 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMACQUIREIMAGENVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLImage *pImage, EGLSync sync); |
| 1231 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMRELEASEIMAGENVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLImage image, EGLSync sync); |
| 1232 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1233 | EGLAPI EGLBoolean EGLAPIENTRY eglStreamImageConsumerConnectNV (EGLDisplay dpy, EGLStreamKHR stream, EGLint num_modifiers, const EGLuint64KHR *modifiers, const EGLAttrib *attrib_list); |
| 1234 | EGLAPI EGLint EGLAPIENTRY eglQueryStreamConsumerEventNV (EGLDisplay dpy, EGLStreamKHR stream, EGLTime timeout, EGLenum *event, EGLAttrib *aux); |
| 1235 | EGLAPI EGLBoolean EGLAPIENTRY eglStreamAcquireImageNV (EGLDisplay dpy, EGLStreamKHR stream, EGLImage *pImage, EGLSync sync); |
| 1236 | EGLAPI EGLBoolean EGLAPIENTRY eglStreamReleaseImageNV (EGLDisplay dpy, EGLStreamKHR stream, EGLImage image, EGLSync sync); |
| 1237 | #endif |
| 1238 | #endif /* EGL_NV_stream_consumer_eglimage */ |
| 1239 | |
| 1240 | #ifndef EGL_NV_stream_consumer_eglimage_use_scanout_attrib |
| 1241 | #define EGL_NV_stream_consumer_eglimage_use_scanout_attrib 1 |
| 1242 | #define EGL_STREAM_CONSUMER_IMAGE_USE_SCANOUT_NV 0x3378 |
| 1243 | #endif /* EGL_NV_stream_consumer_eglimage_use_scanout_attrib */ |
| 1244 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 1245 | #ifndef EGL_NV_stream_consumer_gltexture_yuv |
| 1246 | #define EGL_NV_stream_consumer_gltexture_yuv 1 |
| 1247 | #define EGL_YUV_PLANE0_TEXTURE_UNIT_NV 0x332C |
| 1248 | #define EGL_YUV_PLANE1_TEXTURE_UNIT_NV 0x332D |
| 1249 | #define EGL_YUV_PLANE2_TEXTURE_UNIT_NV 0x332E |
Krzysztof Kosiński | 1381b18 | 2018-04-01 20:53:27 -0700 | [diff] [blame] | 1250 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMCONSUMERGLTEXTUREEXTERNALATTRIBSNVPROC) (EGLDisplay dpy, EGLStreamKHR stream, const EGLAttrib *attrib_list); |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 1251 | #ifdef EGL_EGLEXT_PROTOTYPES |
Krzysztof Kosiński | 1381b18 | 2018-04-01 20:53:27 -0700 | [diff] [blame] | 1252 | EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerGLTextureExternalAttribsNV (EGLDisplay dpy, EGLStreamKHR stream, const EGLAttrib *attrib_list); |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 1253 | #endif |
| 1254 | #endif /* EGL_NV_stream_consumer_gltexture_yuv */ |
| 1255 | |
| 1256 | #ifndef EGL_NV_stream_cross_display |
| 1257 | #define EGL_NV_stream_cross_display 1 |
| 1258 | #define EGL_STREAM_CROSS_DISPLAY_NV 0x334E |
| 1259 | #endif /* EGL_NV_stream_cross_display */ |
| 1260 | |
| 1261 | #ifndef EGL_NV_stream_cross_object |
| 1262 | #define EGL_NV_stream_cross_object 1 |
| 1263 | #define EGL_STREAM_CROSS_OBJECT_NV 0x334D |
| 1264 | #endif /* EGL_NV_stream_cross_object */ |
| 1265 | |
| 1266 | #ifndef EGL_NV_stream_cross_partition |
| 1267 | #define EGL_NV_stream_cross_partition 1 |
| 1268 | #define EGL_STREAM_CROSS_PARTITION_NV 0x323F |
| 1269 | #endif /* EGL_NV_stream_cross_partition */ |
| 1270 | |
| 1271 | #ifndef EGL_NV_stream_cross_process |
| 1272 | #define EGL_NV_stream_cross_process 1 |
| 1273 | #define EGL_STREAM_CROSS_PROCESS_NV 0x3245 |
| 1274 | #endif /* EGL_NV_stream_cross_process */ |
| 1275 | |
| 1276 | #ifndef EGL_NV_stream_cross_system |
| 1277 | #define EGL_NV_stream_cross_system 1 |
| 1278 | #define EGL_STREAM_CROSS_SYSTEM_NV 0x334F |
| 1279 | #endif /* EGL_NV_stream_cross_system */ |
| 1280 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 1281 | #ifndef EGL_NV_stream_dma |
| 1282 | #define EGL_NV_stream_dma 1 |
| 1283 | #define EGL_STREAM_DMA_NV 0x3371 |
| 1284 | #define EGL_STREAM_DMA_SERVER_NV 0x3372 |
| 1285 | #endif /* EGL_NV_stream_dma */ |
| 1286 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 1287 | #ifndef EGL_NV_stream_fifo_next |
| 1288 | #define EGL_NV_stream_fifo_next 1 |
| 1289 | #define EGL_PENDING_FRAME_NV 0x3329 |
| 1290 | #define EGL_STREAM_TIME_PENDING_NV 0x332A |
| 1291 | #endif /* EGL_NV_stream_fifo_next */ |
| 1292 | |
| 1293 | #ifndef EGL_NV_stream_fifo_synchronous |
| 1294 | #define EGL_NV_stream_fifo_synchronous 1 |
| 1295 | #define EGL_STREAM_FIFO_SYNCHRONOUS_NV 0x3336 |
| 1296 | #endif /* EGL_NV_stream_fifo_synchronous */ |
| 1297 | |
Courtney Goeltzenleuchter | edf87c1 | 2018-07-18 09:32:50 -0600 | [diff] [blame] | 1298 | #ifndef EGL_NV_stream_flush |
| 1299 | #define EGL_NV_stream_flush 1 |
| 1300 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMFLUSHNVPROC) (EGLDisplay dpy, EGLStreamKHR stream); |
| 1301 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1302 | EGLAPI EGLBoolean EGLAPIENTRY eglStreamFlushNV (EGLDisplay dpy, EGLStreamKHR stream); |
| 1303 | #endif |
| 1304 | #endif /* EGL_NV_stream_flush */ |
| 1305 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 1306 | #ifndef EGL_NV_stream_frame_limits |
| 1307 | #define EGL_NV_stream_frame_limits 1 |
| 1308 | #define EGL_PRODUCER_MAX_FRAME_HINT_NV 0x3337 |
| 1309 | #define EGL_CONSUMER_MAX_FRAME_HINT_NV 0x3338 |
| 1310 | #endif /* EGL_NV_stream_frame_limits */ |
| 1311 | |
| 1312 | #ifndef EGL_NV_stream_metadata |
| 1313 | #define EGL_NV_stream_metadata 1 |
| 1314 | #define EGL_MAX_STREAM_METADATA_BLOCKS_NV 0x3250 |
| 1315 | #define EGL_MAX_STREAM_METADATA_BLOCK_SIZE_NV 0x3251 |
| 1316 | #define EGL_MAX_STREAM_METADATA_TOTAL_SIZE_NV 0x3252 |
| 1317 | #define EGL_PRODUCER_METADATA_NV 0x3253 |
| 1318 | #define EGL_CONSUMER_METADATA_NV 0x3254 |
| 1319 | #define EGL_PENDING_METADATA_NV 0x3328 |
| 1320 | #define EGL_METADATA0_SIZE_NV 0x3255 |
| 1321 | #define EGL_METADATA1_SIZE_NV 0x3256 |
| 1322 | #define EGL_METADATA2_SIZE_NV 0x3257 |
| 1323 | #define EGL_METADATA3_SIZE_NV 0x3258 |
| 1324 | #define EGL_METADATA0_TYPE_NV 0x3259 |
| 1325 | #define EGL_METADATA1_TYPE_NV 0x325A |
| 1326 | #define EGL_METADATA2_TYPE_NV 0x325B |
| 1327 | #define EGL_METADATA3_TYPE_NV 0x325C |
| 1328 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDISPLAYATTRIBNVPROC) (EGLDisplay dpy, EGLint attribute, EGLAttrib *value); |
| 1329 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETSTREAMMETADATANVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLint n, EGLint offset, EGLint size, const void *data); |
| 1330 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMMETADATANVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum name, EGLint n, EGLint offset, EGLint size, void *data); |
| 1331 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1332 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribNV (EGLDisplay dpy, EGLint attribute, EGLAttrib *value); |
| 1333 | EGLAPI EGLBoolean EGLAPIENTRY eglSetStreamMetadataNV (EGLDisplay dpy, EGLStreamKHR stream, EGLint n, EGLint offset, EGLint size, const void *data); |
| 1334 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamMetadataNV (EGLDisplay dpy, EGLStreamKHR stream, EGLenum name, EGLint n, EGLint offset, EGLint size, void *data); |
| 1335 | #endif |
| 1336 | #endif /* EGL_NV_stream_metadata */ |
| 1337 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 1338 | #ifndef EGL_NV_stream_origin |
| 1339 | #define EGL_NV_stream_origin 1 |
| 1340 | #define EGL_STREAM_FRAME_ORIGIN_X_NV 0x3366 |
| 1341 | #define EGL_STREAM_FRAME_ORIGIN_Y_NV 0x3367 |
| 1342 | #define EGL_STREAM_FRAME_MAJOR_AXIS_NV 0x3368 |
| 1343 | #define EGL_CONSUMER_AUTO_ORIENTATION_NV 0x3369 |
| 1344 | #define EGL_PRODUCER_AUTO_ORIENTATION_NV 0x336A |
| 1345 | #define EGL_LEFT_NV 0x336B |
| 1346 | #define EGL_RIGHT_NV 0x336C |
| 1347 | #define EGL_TOP_NV 0x336D |
| 1348 | #define EGL_BOTTOM_NV 0x336E |
| 1349 | #define EGL_X_AXIS_NV 0x336F |
| 1350 | #define EGL_Y_AXIS_NV 0x3370 |
| 1351 | #endif /* EGL_NV_stream_origin */ |
| 1352 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 1353 | #ifndef EGL_NV_stream_remote |
| 1354 | #define EGL_NV_stream_remote 1 |
| 1355 | #define EGL_STREAM_STATE_INITIALIZING_NV 0x3240 |
| 1356 | #define EGL_STREAM_TYPE_NV 0x3241 |
| 1357 | #define EGL_STREAM_PROTOCOL_NV 0x3242 |
| 1358 | #define EGL_STREAM_ENDPOINT_NV 0x3243 |
| 1359 | #define EGL_STREAM_LOCAL_NV 0x3244 |
| 1360 | #define EGL_STREAM_PRODUCER_NV 0x3247 |
| 1361 | #define EGL_STREAM_CONSUMER_NV 0x3248 |
| 1362 | #define EGL_STREAM_PROTOCOL_FD_NV 0x3246 |
| 1363 | #endif /* EGL_NV_stream_remote */ |
| 1364 | |
| 1365 | #ifndef EGL_NV_stream_reset |
| 1366 | #define EGL_NV_stream_reset 1 |
| 1367 | #define EGL_SUPPORT_RESET_NV 0x3334 |
| 1368 | #define EGL_SUPPORT_REUSE_NV 0x3335 |
| 1369 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLRESETSTREAMNVPROC) (EGLDisplay dpy, EGLStreamKHR stream); |
| 1370 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1371 | EGLAPI EGLBoolean EGLAPIENTRY eglResetStreamNV (EGLDisplay dpy, EGLStreamKHR stream); |
| 1372 | #endif |
| 1373 | #endif /* EGL_NV_stream_reset */ |
| 1374 | |
| 1375 | #ifndef EGL_NV_stream_socket |
| 1376 | #define EGL_NV_stream_socket 1 |
| 1377 | #define EGL_STREAM_PROTOCOL_SOCKET_NV 0x324B |
| 1378 | #define EGL_SOCKET_HANDLE_NV 0x324C |
| 1379 | #define EGL_SOCKET_TYPE_NV 0x324D |
| 1380 | #endif /* EGL_NV_stream_socket */ |
| 1381 | |
| 1382 | #ifndef EGL_NV_stream_socket_inet |
| 1383 | #define EGL_NV_stream_socket_inet 1 |
| 1384 | #define EGL_SOCKET_TYPE_INET_NV 0x324F |
| 1385 | #endif /* EGL_NV_stream_socket_inet */ |
| 1386 | |
| 1387 | #ifndef EGL_NV_stream_socket_unix |
| 1388 | #define EGL_NV_stream_socket_unix 1 |
| 1389 | #define EGL_SOCKET_TYPE_UNIX_NV 0x324E |
| 1390 | #endif /* EGL_NV_stream_socket_unix */ |
| 1391 | |
| 1392 | #ifndef EGL_NV_stream_sync |
| 1393 | #define EGL_NV_stream_sync 1 |
| 1394 | #define EGL_SYNC_NEW_FRAME_NV 0x321F |
| 1395 | typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESTREAMSYNCNVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum type, const EGLint *attrib_list); |
| 1396 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1397 | EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateStreamSyncNV (EGLDisplay dpy, EGLStreamKHR stream, EGLenum type, const EGLint *attrib_list); |
| 1398 | #endif |
| 1399 | #endif /* EGL_NV_stream_sync */ |
| 1400 | |
| 1401 | #ifndef EGL_NV_sync |
| 1402 | #define EGL_NV_sync 1 |
| 1403 | typedef void *EGLSyncNV; |
| 1404 | typedef khronos_utime_nanoseconds_t EGLTimeNV; |
| 1405 | #ifdef KHRONOS_SUPPORT_INT64 |
| 1406 | #define EGL_SYNC_PRIOR_COMMANDS_COMPLETE_NV 0x30E6 |
| 1407 | #define EGL_SYNC_STATUS_NV 0x30E7 |
| 1408 | #define EGL_SIGNALED_NV 0x30E8 |
| 1409 | #define EGL_UNSIGNALED_NV 0x30E9 |
| 1410 | #define EGL_SYNC_FLUSH_COMMANDS_BIT_NV 0x0001 |
| 1411 | #define EGL_FOREVER_NV 0xFFFFFFFFFFFFFFFFull |
| 1412 | #define EGL_ALREADY_SIGNALED_NV 0x30EA |
| 1413 | #define EGL_TIMEOUT_EXPIRED_NV 0x30EB |
| 1414 | #define EGL_CONDITION_SATISFIED_NV 0x30EC |
| 1415 | #define EGL_SYNC_TYPE_NV 0x30ED |
| 1416 | #define EGL_SYNC_CONDITION_NV 0x30EE |
| 1417 | #define EGL_SYNC_FENCE_NV 0x30EF |
| 1418 | #define EGL_NO_SYNC_NV EGL_CAST(EGLSyncNV,0) |
| 1419 | typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list); |
| 1420 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCNVPROC) (EGLSyncNV sync); |
| 1421 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLFENCENVPROC) (EGLSyncNV sync); |
| 1422 | typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCNVPROC) (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout); |
| 1423 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCNVPROC) (EGLSyncNV sync, EGLenum mode); |
| 1424 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBNVPROC) (EGLSyncNV sync, EGLint attribute, EGLint *value); |
| 1425 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1426 | EGLAPI EGLSyncNV EGLAPIENTRY eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list); |
| 1427 | EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncNV (EGLSyncNV sync); |
| 1428 | EGLAPI EGLBoolean EGLAPIENTRY eglFenceNV (EGLSyncNV sync); |
| 1429 | EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncNV (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout); |
| 1430 | EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncNV (EGLSyncNV sync, EGLenum mode); |
| 1431 | EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribNV (EGLSyncNV sync, EGLint attribute, EGLint *value); |
| 1432 | #endif |
| 1433 | #endif /* KHRONOS_SUPPORT_INT64 */ |
| 1434 | #endif /* EGL_NV_sync */ |
| 1435 | |
| 1436 | #ifndef EGL_NV_system_time |
| 1437 | #define EGL_NV_system_time 1 |
| 1438 | typedef khronos_utime_nanoseconds_t EGLuint64NV; |
| 1439 | #ifdef KHRONOS_SUPPORT_INT64 |
| 1440 | typedef EGLuint64NV (EGLAPIENTRYP PFNEGLGETSYSTEMTIMEFREQUENCYNVPROC) (void); |
| 1441 | typedef EGLuint64NV (EGLAPIENTRYP PFNEGLGETSYSTEMTIMENVPROC) (void); |
| 1442 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1443 | EGLAPI EGLuint64NV EGLAPIENTRY eglGetSystemTimeFrequencyNV (void); |
| 1444 | EGLAPI EGLuint64NV EGLAPIENTRY eglGetSystemTimeNV (void); |
| 1445 | #endif |
| 1446 | #endif /* KHRONOS_SUPPORT_INT64 */ |
| 1447 | #endif /* EGL_NV_system_time */ |
| 1448 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 1449 | #ifndef EGL_NV_triple_buffer |
| 1450 | #define EGL_NV_triple_buffer 1 |
| 1451 | #define EGL_TRIPLE_BUFFER_NV 0x3230 |
| 1452 | #endif /* EGL_NV_triple_buffer */ |
| 1453 | |
| 1454 | #ifndef EGL_QNX_image_native_buffer |
| 1455 | #define EGL_QNX_image_native_buffer 1 |
| 1456 | #define EGL_NATIVE_BUFFER_QNX 0x3551 |
| 1457 | #endif /* EGL_QNX_image_native_buffer */ |
| 1458 | |
| 1459 | #ifndef EGL_QNX_platform_screen |
| 1460 | #define EGL_QNX_platform_screen 1 |
| 1461 | #define EGL_PLATFORM_SCREEN_QNX 0x3550 |
| 1462 | #endif /* EGL_QNX_platform_screen */ |
| 1463 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 1464 | #ifndef EGL_TIZEN_image_native_buffer |
| 1465 | #define EGL_TIZEN_image_native_buffer 1 |
| 1466 | #define EGL_NATIVE_BUFFER_TIZEN 0x32A0 |
| 1467 | #endif /* EGL_TIZEN_image_native_buffer */ |
| 1468 | |
| 1469 | #ifndef EGL_TIZEN_image_native_surface |
| 1470 | #define EGL_TIZEN_image_native_surface 1 |
| 1471 | #define EGL_NATIVE_SURFACE_TIZEN 0x32A1 |
| 1472 | #endif /* EGL_TIZEN_image_native_surface */ |
| 1473 | |
Tom Murphy | 790b461 | 2024-07-22 12:11:52 +0000 | [diff] [blame] | 1474 | #ifndef EGL_WL_bind_wayland_display |
| 1475 | #define EGL_WL_bind_wayland_display 1 |
| 1476 | #define PFNEGLBINDWAYLANDDISPLAYWL PFNEGLBINDWAYLANDDISPLAYWLPROC |
| 1477 | #define PFNEGLUNBINDWAYLANDDISPLAYWL PFNEGLUNBINDWAYLANDDISPLAYWLPROC |
| 1478 | #define PFNEGLQUERYWAYLANDBUFFERWL PFNEGLQUERYWAYLANDBUFFERWLPROC |
| 1479 | struct wl_display; |
| 1480 | struct wl_resource; |
| 1481 | #define EGL_WAYLAND_BUFFER_WL 0x31D5 |
| 1482 | #define EGL_WAYLAND_PLANE_WL 0x31D6 |
| 1483 | #define EGL_TEXTURE_Y_U_V_WL 0x31D7 |
| 1484 | #define EGL_TEXTURE_Y_UV_WL 0x31D8 |
| 1485 | #define EGL_TEXTURE_Y_XUXV_WL 0x31D9 |
| 1486 | #define EGL_TEXTURE_EXTERNAL_WL 0x31DA |
| 1487 | #define EGL_WAYLAND_Y_INVERTED_WL 0x31DB |
| 1488 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLBINDWAYLANDDISPLAYWLPROC) (EGLDisplay dpy, struct wl_display *display); |
| 1489 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNBINDWAYLANDDISPLAYWLPROC) (EGLDisplay dpy, struct wl_display *display); |
| 1490 | typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYWAYLANDBUFFERWLPROC) (EGLDisplay dpy, struct wl_resource *buffer, EGLint attribute, EGLint *value); |
| 1491 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1492 | EGLAPI EGLBoolean EGLAPIENTRY eglBindWaylandDisplayWL (EGLDisplay dpy, struct wl_display *display); |
| 1493 | EGLAPI EGLBoolean EGLAPIENTRY eglUnbindWaylandDisplayWL (EGLDisplay dpy, struct wl_display *display); |
| 1494 | EGLAPI EGLBoolean EGLAPIENTRY eglQueryWaylandBufferWL (EGLDisplay dpy, struct wl_resource *buffer, EGLint attribute, EGLint *value); |
| 1495 | #endif |
| 1496 | #endif /* EGL_WL_bind_wayland_display */ |
| 1497 | |
| 1498 | #ifndef EGL_WL_create_wayland_buffer_from_image |
| 1499 | #define EGL_WL_create_wayland_buffer_from_image 1 |
| 1500 | #define PFNEGLCREATEWAYLANDBUFFERFROMIMAGEWL PFNEGLCREATEWAYLANDBUFFERFROMIMAGEWLPROC |
| 1501 | struct wl_buffer; |
| 1502 | typedef struct wl_buffer *(EGLAPIENTRYP PFNEGLCREATEWAYLANDBUFFERFROMIMAGEWLPROC) (EGLDisplay dpy, EGLImageKHR image); |
| 1503 | #ifdef EGL_EGLEXT_PROTOTYPES |
| 1504 | EGLAPI struct wl_buffer *EGLAPIENTRY eglCreateWaylandBufferFromImageWL (EGLDisplay dpy, EGLImageKHR image); |
| 1505 | #endif |
| 1506 | #endif /* EGL_WL_create_wayland_buffer_from_image */ |
| 1507 | |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1508 | #ifdef __cplusplus |
| 1509 | } |
| 1510 | #endif |
| 1511 | |
Ian Elliott | e7be42b | 2017-07-06 13:02:32 -0600 | [diff] [blame] | 1512 | #endif |