| OLD | NEW |
| 1 #ifndef __egl_h_ | 1 #ifndef __egl_h_ |
| 2 #define __egl_h_ 1 | 2 #define __egl_h_ 1 |
| 3 | 3 |
| 4 #ifdef __cplusplus | 4 #ifdef __cplusplus |
| 5 extern "C" { | 5 extern "C" { |
| 6 #endif | 6 #endif |
| 7 | 7 |
| 8 /* | 8 /* |
| 9 ** Copyright (c) 2013-2016 The Khronos Group Inc. | 9 ** Copyright (c) 2013-2017 The Khronos Group Inc. |
| 10 ** | 10 ** |
| 11 ** Permission is hereby granted, free of charge, to any person obtaining a | 11 ** Permission is hereby granted, free of charge, to any person obtaining a |
| 12 ** copy of this software and/or associated documentation files (the | 12 ** copy of this software and/or associated documentation files (the |
| 13 ** "Materials"), to deal in the Materials without restriction, including | 13 ** "Materials"), to deal in the Materials without restriction, including |
| 14 ** without limitation the rights to use, copy, modify, merge, publish, | 14 ** without limitation the rights to use, copy, modify, merge, publish, |
| 15 ** distribute, sublicense, and/or sell copies of the Materials, and to | 15 ** distribute, sublicense, and/or sell copies of the Materials, and to |
| 16 ** permit persons to whom the Materials are furnished to do so, subject to | 16 ** permit persons to whom the Materials are furnished to do so, subject to |
| 17 ** the following conditions: | 17 ** the following conditions: |
| 18 ** | 18 ** |
| 19 ** The above copyright notice and this permission notice shall be included | 19 ** The above copyright notice and this permission notice shall be included |
| 20 ** in all copies or substantial portions of the Materials. | 20 ** in all copies or substantial portions of the Materials. |
| 21 ** | 21 ** |
| 22 ** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | 22 ** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 23 ** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | 23 ** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 24 ** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | 24 ** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 25 ** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | 25 ** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 26 ** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | 26 ** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 27 ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | 27 ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 28 ** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. | 28 ** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. |
| 29 */ | 29 */ |
| 30 /* | 30 /* |
| 31 ** This header is generated from the Khronos OpenGL / OpenGL ES XML | 31 ** This header is generated from the Khronos OpenGL / OpenGL ES XML |
| 32 ** API Registry. The current version of the Registry, generator scripts | 32 ** API Registry. The current version of the Registry, generator scripts |
| 33 ** used to make the header, and the header can be found at | 33 ** used to make the header, and the header can be found at |
| 34 ** http://www.opengl.org/registry/ | 34 ** http://www.khronos.org/registry/egl |
| 35 ** | 35 ** |
| 36 ** Khronos $Revision: 32543 $ on $Date: 2016-03-16 19:41:06 -0700 (Wed, 16 Mar 2
016) $ | 36 ** Khronos $Revision$ on $Date$ |
| 37 */ | 37 */ |
| 38 | 38 |
| 39 #include <EGL/eglplatform.h> | 39 #include <EGL/eglplatform.h> |
| 40 | 40 |
| 41 /* Generated on date 20160316 */ | 41 /* Generated on date 20170301 */ |
| 42 | 42 |
| 43 /* Generated C header for: | 43 /* Generated C header for: |
| 44 * API: egl | 44 * API: egl |
| 45 * Versions considered: .* | 45 * Versions considered: .* |
| 46 * Versions emitted: .* | 46 * Versions emitted: .* |
| 47 * Default extensions included: None | 47 * Default extensions included: None |
| 48 * Additional extensions included: _nomatch_^ | 48 * Additional extensions included: _nomatch_^ |
| 49 * Extensions removed: _nomatch_^ | 49 * Extensions removed: _nomatch_^ |
| 50 */ | 50 */ |
| 51 | 51 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 71 #define EGL_BAD_NATIVE_PIXMAP 0x300A | 71 #define EGL_BAD_NATIVE_PIXMAP 0x300A |
| 72 #define EGL_BAD_NATIVE_WINDOW 0x300B | 72 #define EGL_BAD_NATIVE_WINDOW 0x300B |
| 73 #define EGL_BAD_PARAMETER 0x300C | 73 #define EGL_BAD_PARAMETER 0x300C |
| 74 #define EGL_BAD_SURFACE 0x300D | 74 #define EGL_BAD_SURFACE 0x300D |
| 75 #define EGL_BLUE_SIZE 0x3022 | 75 #define EGL_BLUE_SIZE 0x3022 |
| 76 #define EGL_BUFFER_SIZE 0x3020 | 76 #define EGL_BUFFER_SIZE 0x3020 |
| 77 #define EGL_CONFIG_CAVEAT 0x3027 | 77 #define EGL_CONFIG_CAVEAT 0x3027 |
| 78 #define EGL_CONFIG_ID 0x3028 | 78 #define EGL_CONFIG_ID 0x3028 |
| 79 #define EGL_CORE_NATIVE_ENGINE 0x305B | 79 #define EGL_CORE_NATIVE_ENGINE 0x305B |
| 80 #define EGL_DEPTH_SIZE 0x3025 | 80 #define EGL_DEPTH_SIZE 0x3025 |
| 81 #define EGL_DONT_CARE ((EGLint)-1) | 81 #define EGL_DONT_CARE EGL_CAST(EGLint,-1) |
| 82 #define EGL_DRAW 0x3059 | 82 #define EGL_DRAW 0x3059 |
| 83 #define EGL_EXTENSIONS 0x3055 | 83 #define EGL_EXTENSIONS 0x3055 |
| 84 #define EGL_FALSE 0 | 84 #define EGL_FALSE 0 |
| 85 #define EGL_GREEN_SIZE 0x3023 | 85 #define EGL_GREEN_SIZE 0x3023 |
| 86 #define EGL_HEIGHT 0x3056 | 86 #define EGL_HEIGHT 0x3056 |
| 87 #define EGL_LARGEST_PBUFFER 0x3058 | 87 #define EGL_LARGEST_PBUFFER 0x3058 |
| 88 #define EGL_LEVEL 0x3029 | 88 #define EGL_LEVEL 0x3029 |
| 89 #define EGL_MAX_PBUFFER_HEIGHT 0x302A | 89 #define EGL_MAX_PBUFFER_HEIGHT 0x302A |
| 90 #define EGL_MAX_PBUFFER_PIXELS 0x302B | 90 #define EGL_MAX_PBUFFER_PIXELS 0x302B |
| 91 #define EGL_MAX_PBUFFER_WIDTH 0x302C | 91 #define EGL_MAX_PBUFFER_WIDTH 0x302C |
| 92 #define EGL_NATIVE_RENDERABLE 0x302D | 92 #define EGL_NATIVE_RENDERABLE 0x302D |
| 93 #define EGL_NATIVE_VISUAL_ID 0x302E | 93 #define EGL_NATIVE_VISUAL_ID 0x302E |
| 94 #define EGL_NATIVE_VISUAL_TYPE 0x302F | 94 #define EGL_NATIVE_VISUAL_TYPE 0x302F |
| 95 #define EGL_NONE 0x3038 | 95 #define EGL_NONE 0x3038 |
| 96 #define EGL_NON_CONFORMANT_CONFIG 0x3051 | 96 #define EGL_NON_CONFORMANT_CONFIG 0x3051 |
| 97 #define EGL_NOT_INITIALIZED 0x3001 | 97 #define EGL_NOT_INITIALIZED 0x3001 |
| 98 #define EGL_NO_CONTEXT ((EGLContext)0) | 98 #define EGL_NO_CONTEXT EGL_CAST(EGLContext,0) |
| 99 #define EGL_NO_DISPLAY ((EGLDisplay)0) | 99 #define EGL_NO_DISPLAY EGL_CAST(EGLDisplay,0) |
| 100 #define EGL_NO_SURFACE ((EGLSurface)0) | 100 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) |
| 101 #define EGL_PBUFFER_BIT 0x0001 | 101 #define EGL_PBUFFER_BIT 0x0001 |
| 102 #define EGL_PIXMAP_BIT 0x0002 | 102 #define EGL_PIXMAP_BIT 0x0002 |
| 103 #define EGL_READ 0x305A | 103 #define EGL_READ 0x305A |
| 104 #define EGL_RED_SIZE 0x3024 | 104 #define EGL_RED_SIZE 0x3024 |
| 105 #define EGL_SAMPLES 0x3031 | 105 #define EGL_SAMPLES 0x3031 |
| 106 #define EGL_SAMPLE_BUFFERS 0x3032 | 106 #define EGL_SAMPLE_BUFFERS 0x3032 |
| 107 #define EGL_SLOW_CONFIG 0x3050 | 107 #define EGL_SLOW_CONFIG 0x3050 |
| 108 #define EGL_STENCIL_SIZE 0x3026 | 108 #define EGL_STENCIL_SIZE 0x3026 |
| 109 #define EGL_SUCCESS 0x3000 | 109 #define EGL_SUCCESS 0x3000 |
| 110 #define EGL_SURFACE_TYPE 0x3033 | 110 #define EGL_SURFACE_TYPE 0x3033 |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 #define EGL_OPENVG_BIT 0x0002 | 190 #define EGL_OPENVG_BIT 0x0002 |
| 191 #define EGL_OPENGL_ES_API 0x30A0 | 191 #define EGL_OPENGL_ES_API 0x30A0 |
| 192 #define EGL_OPENVG_API 0x30A1 | 192 #define EGL_OPENVG_API 0x30A1 |
| 193 #define EGL_OPENVG_IMAGE 0x3096 | 193 #define EGL_OPENVG_IMAGE 0x3096 |
| 194 #define EGL_PIXEL_ASPECT_RATIO 0x3092 | 194 #define EGL_PIXEL_ASPECT_RATIO 0x3092 |
| 195 #define EGL_RENDERABLE_TYPE 0x3040 | 195 #define EGL_RENDERABLE_TYPE 0x3040 |
| 196 #define EGL_RENDER_BUFFER 0x3086 | 196 #define EGL_RENDER_BUFFER 0x3086 |
| 197 #define EGL_RGB_BUFFER 0x308E | 197 #define EGL_RGB_BUFFER 0x308E |
| 198 #define EGL_SINGLE_BUFFER 0x3085 | 198 #define EGL_SINGLE_BUFFER 0x3085 |
| 199 #define EGL_SWAP_BEHAVIOR 0x3093 | 199 #define EGL_SWAP_BEHAVIOR 0x3093 |
| 200 #define EGL_UNKNOWN ((EGLint)-1) | 200 #define EGL_UNKNOWN EGL_CAST(EGLint,-1) |
| 201 #define EGL_VERTICAL_RESOLUTION 0x3091 | 201 #define EGL_VERTICAL_RESOLUTION 0x3091 |
| 202 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI (EGLenum api); | 202 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI (EGLenum api); |
| 203 EGLAPI EGLenum EGLAPIENTRY eglQueryAPI (void); | 203 EGLAPI EGLenum EGLAPIENTRY eglQueryAPI (void); |
| 204 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer (EGLDisplay dpy,
EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_
list); | 204 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer (EGLDisplay dpy,
EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_
list); |
| 205 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread (void); | 205 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread (void); |
| 206 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient (void); | 206 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient (void); |
| 207 #endif /* EGL_VERSION_1_2 */ | 207 #endif /* EGL_VERSION_1_2 */ |
| 208 | 208 |
| 209 #ifndef EGL_VERSION_1_3 | 209 #ifndef EGL_VERSION_1_3 |
| 210 #define EGL_VERSION_1_3 1 | 210 #define EGL_VERSION_1_3 1 |
| 211 #define EGL_CONFORMANT 0x3042 | 211 #define EGL_CONFORMANT 0x3042 |
| 212 #define EGL_CONTEXT_CLIENT_VERSION 0x3098 | 212 #define EGL_CONTEXT_CLIENT_VERSION 0x3098 |
| 213 #define EGL_MATCH_NATIVE_PIXMAP 0x3041 | 213 #define EGL_MATCH_NATIVE_PIXMAP 0x3041 |
| 214 #define EGL_OPENGL_ES2_BIT 0x0004 | 214 #define EGL_OPENGL_ES2_BIT 0x0004 |
| 215 #define EGL_VG_ALPHA_FORMAT 0x3088 | 215 #define EGL_VG_ALPHA_FORMAT 0x3088 |
| 216 #define EGL_VG_ALPHA_FORMAT_NONPRE 0x308B | 216 #define EGL_VG_ALPHA_FORMAT_NONPRE 0x308B |
| 217 #define EGL_VG_ALPHA_FORMAT_PRE 0x308C | 217 #define EGL_VG_ALPHA_FORMAT_PRE 0x308C |
| 218 #define EGL_VG_ALPHA_FORMAT_PRE_BIT 0x0040 | 218 #define EGL_VG_ALPHA_FORMAT_PRE_BIT 0x0040 |
| 219 #define EGL_VG_COLORSPACE 0x3087 | 219 #define EGL_VG_COLORSPACE 0x3087 |
| 220 #define EGL_VG_COLORSPACE_sRGB 0x3089 | 220 #define EGL_VG_COLORSPACE_sRGB 0x3089 |
| 221 #define EGL_VG_COLORSPACE_LINEAR 0x308A | 221 #define EGL_VG_COLORSPACE_LINEAR 0x308A |
| 222 #define EGL_VG_COLORSPACE_LINEAR_BIT 0x0020 | 222 #define EGL_VG_COLORSPACE_LINEAR_BIT 0x0020 |
| 223 #endif /* EGL_VERSION_1_3 */ | 223 #endif /* EGL_VERSION_1_3 */ |
| 224 | 224 |
| 225 #ifndef EGL_VERSION_1_4 | 225 #ifndef EGL_VERSION_1_4 |
| 226 #define EGL_VERSION_1_4 1 | 226 #define EGL_VERSION_1_4 1 |
| 227 #define EGL_DEFAULT_DISPLAY ((EGLNativeDisplayType)0) | 227 #define EGL_DEFAULT_DISPLAY EGL_CAST(EGLNativeDisplayType,0) |
| 228 #define EGL_MULTISAMPLE_RESOLVE_BOX_BIT 0x0200 | 228 #define EGL_MULTISAMPLE_RESOLVE_BOX_BIT 0x0200 |
| 229 #define EGL_MULTISAMPLE_RESOLVE 0x3099 | 229 #define EGL_MULTISAMPLE_RESOLVE 0x3099 |
| 230 #define EGL_MULTISAMPLE_RESOLVE_DEFAULT 0x309A | 230 #define EGL_MULTISAMPLE_RESOLVE_DEFAULT 0x309A |
| 231 #define EGL_MULTISAMPLE_RESOLVE_BOX 0x309B | 231 #define EGL_MULTISAMPLE_RESOLVE_BOX 0x309B |
| 232 #define EGL_OPENGL_API 0x30A2 | 232 #define EGL_OPENGL_API 0x30A2 |
| 233 #define EGL_OPENGL_BIT 0x0008 | 233 #define EGL_OPENGL_BIT 0x0008 |
| 234 #define EGL_SWAP_BEHAVIOR_PRESERVED_BIT 0x0400 | 234 #define EGL_SWAP_BEHAVIOR_PRESERVED_BIT 0x0400 |
| 235 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext (void); | 235 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext (void); |
| 236 #endif /* EGL_VERSION_1_4 */ | 236 #endif /* EGL_VERSION_1_4 */ |
| 237 | 237 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 259 #define EGL_SYNC_PRIOR_COMMANDS_COMPLETE 0x30F0 | 259 #define EGL_SYNC_PRIOR_COMMANDS_COMPLETE 0x30F0 |
| 260 #define EGL_SYNC_TYPE 0x30F7 | 260 #define EGL_SYNC_TYPE 0x30F7 |
| 261 #define EGL_SYNC_STATUS 0x30F1 | 261 #define EGL_SYNC_STATUS 0x30F1 |
| 262 #define EGL_SYNC_CONDITION 0x30F8 | 262 #define EGL_SYNC_CONDITION 0x30F8 |
| 263 #define EGL_SIGNALED 0x30F2 | 263 #define EGL_SIGNALED 0x30F2 |
| 264 #define EGL_UNSIGNALED 0x30F3 | 264 #define EGL_UNSIGNALED 0x30F3 |
| 265 #define EGL_SYNC_FLUSH_COMMANDS_BIT 0x0001 | 265 #define EGL_SYNC_FLUSH_COMMANDS_BIT 0x0001 |
| 266 #define EGL_FOREVER 0xFFFFFFFFFFFFFFFFull | 266 #define EGL_FOREVER 0xFFFFFFFFFFFFFFFFull |
| 267 #define EGL_TIMEOUT_EXPIRED 0x30F5 | 267 #define EGL_TIMEOUT_EXPIRED 0x30F5 |
| 268 #define EGL_CONDITION_SATISFIED 0x30F6 | 268 #define EGL_CONDITION_SATISFIED 0x30F6 |
| 269 #define EGL_NO_SYNC ((EGLSync)0) | 269 #define EGL_NO_SYNC EGL_CAST(EGLSync,0) |
| 270 #define EGL_SYNC_FENCE 0x30F9 | 270 #define EGL_SYNC_FENCE 0x30F9 |
| 271 #define EGL_GL_COLORSPACE 0x309D | 271 #define EGL_GL_COLORSPACE 0x309D |
| 272 #define EGL_GL_COLORSPACE_SRGB 0x3089 | 272 #define EGL_GL_COLORSPACE_SRGB 0x3089 |
| 273 #define EGL_GL_COLORSPACE_LINEAR 0x308A | 273 #define EGL_GL_COLORSPACE_LINEAR 0x308A |
| 274 #define EGL_GL_RENDERBUFFER 0x30B9 | 274 #define EGL_GL_RENDERBUFFER 0x30B9 |
| 275 #define EGL_GL_TEXTURE_2D 0x30B1 | 275 #define EGL_GL_TEXTURE_2D 0x30B1 |
| 276 #define EGL_GL_TEXTURE_LEVEL 0x30BC | 276 #define EGL_GL_TEXTURE_LEVEL 0x30BC |
| 277 #define EGL_GL_TEXTURE_3D 0x30B2 | 277 #define EGL_GL_TEXTURE_3D 0x30B2 |
| 278 #define EGL_GL_TEXTURE_ZOFFSET 0x30BD | 278 #define EGL_GL_TEXTURE_ZOFFSET 0x30BD |
| 279 #define EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X 0x30B3 | 279 #define EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X 0x30B3 |
| 280 #define EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X 0x30B4 | 280 #define EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X 0x30B4 |
| 281 #define EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y 0x30B5 | 281 #define EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y 0x30B5 |
| 282 #define EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y 0x30B6 | 282 #define EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y 0x30B6 |
| 283 #define EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z 0x30B7 | 283 #define EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z 0x30B7 |
| 284 #define EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z 0x30B8 | 284 #define EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z 0x30B8 |
| 285 #define EGL_IMAGE_PRESERVED 0x30D2 | 285 #define EGL_IMAGE_PRESERVED 0x30D2 |
| 286 #define EGL_NO_IMAGE ((EGLImage)0) | 286 #define EGL_NO_IMAGE EGL_CAST(EGLImage,0) |
| 287 EGLAPI EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EG
LAttrib *attrib_list); | 287 EGLAPI EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EG
LAttrib *attrib_list); |
| 288 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync); | 288 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync); |
| 289 EGLAPI EGLint EGLAPIENTRY eglClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLin
t flags, EGLTime timeout); | 289 EGLAPI EGLint EGLAPIENTRY eglClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLin
t flags, EGLTime timeout); |
| 290 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EG
Lint attribute, EGLAttrib *value); | 290 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EG
Lint attribute, EGLAttrib *value); |
| 291 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLe
num target, EGLClientBuffer buffer, const EGLAttrib *attrib_list); | 291 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLe
num target, EGLClientBuffer buffer, const EGLAttrib *attrib_list); |
| 292 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image); | 292 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image); |
| 293 EGLAPI EGLDisplay EGLAPIENTRY eglGetPlatformDisplay (EGLenum platform, void *nat
ive_display, const EGLAttrib *attrib_list); | 293 EGLAPI EGLDisplay EGLAPIENTRY eglGetPlatformDisplay (EGLenum platform, void *nat
ive_display, const EGLAttrib *attrib_list); |
| 294 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface (EGLDisplay dpy, EG
LConfig config, void *native_window, const EGLAttrib *attrib_list); | 294 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface (EGLDisplay dpy, EG
LConfig config, void *native_window, const EGLAttrib *attrib_list); |
| 295 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EG
LConfig config, void *native_pixmap, const EGLAttrib *attrib_list); | 295 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EG
LConfig config, void *native_pixmap, const EGLAttrib *attrib_list); |
| 296 EGLAPI EGLBoolean EGLAPIENTRY eglWaitSync (EGLDisplay dpy, EGLSync sync, EGLint
flags); | 296 EGLAPI EGLBoolean EGLAPIENTRY eglWaitSync (EGLDisplay dpy, EGLSync sync, EGLint
flags); |
| 297 #endif /* EGL_VERSION_1_5 */ | 297 #endif /* EGL_VERSION_1_5 */ |
| 298 | 298 |
| 299 #ifdef __cplusplus | 299 #ifdef __cplusplus |
| 300 } | 300 } |
| 301 #endif | 301 #endif |
| 302 | 302 |
| 303 #endif | 303 #endif |
| OLD | NEW |