eglext.h 67 KB

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