EGLAPIENTRY       249 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLint EGLAPIENTRY eglGetError(void);
EGLAPIENTRY       251 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id);
EGLAPIENTRY       252 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
EGLAPIENTRY       253 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy);
EGLAPIENTRY       255 ppapi/lib/gl/include/EGL/egl.h EGLAPI const char * EGLAPIENTRY eglQueryString(EGLDisplay dpy, EGLint name);
EGLAPIENTRY       257 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
EGLAPIENTRY       259 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
EGLAPIENTRY       262 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
EGLAPIENTRY       265 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
EGLAPIENTRY       268 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
EGLAPIENTRY       270 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
EGLAPIENTRY       273 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
EGLAPIENTRY       274 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
EGLAPIENTRY       277 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api);
EGLAPIENTRY       278 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLenum EGLAPIENTRY eglQueryAPI(void);
EGLAPIENTRY       280 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
EGLAPIENTRY       282 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread(void);
EGLAPIENTRY       284 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer(
EGLAPIENTRY       288 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
EGLAPIENTRY       290 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
EGLAPIENTRY       291 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
EGLAPIENTRY       294 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
EGLAPIENTRY       297 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
EGLAPIENTRY       300 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
EGLAPIENTRY       301 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
EGLAPIENTRY       304 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void);
EGLAPIENTRY       305 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
EGLAPIENTRY       306 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLDisplay EGLAPIENTRY eglGetCurrentDisplay(void);
EGLAPIENTRY       307 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
EGLAPIENTRY       310 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void);
EGLAPIENTRY       311 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
EGLAPIENTRY       312 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
EGLAPIENTRY       313 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
EGLAPIENTRY       322 ppapi/lib/gl/include/EGL/egl.h EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
EGLAPIENTRY        71 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
EGLAPIENTRY        72 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
EGLAPIENTRY        84 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
EGLAPIENTRY        85 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
EGLAPIENTRY       141 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
EGLAPIENTRY       142 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
EGLAPIENTRY       143 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
EGLAPIENTRY       144 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
EGLAPIENTRY       145 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
EGLAPIENTRY       255 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
EGLAPIENTRY       280 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLImageKHR EGLAPIENTRY eglCreateDRMImageMESA (EGLDisplay dpy, const EGLint *attrib_list);
EGLAPIENTRY       281 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglExportDRMImageMESA (EGLDisplay dpy, EGLImageKHR image, EGLint *name, EGLint *handle, EGLint *stride);
EGLAPIENTRY       291 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglPostSubBufferNV (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height);
EGLAPIENTRY        53 ppapi/lib/gl/include/EGL/eglplatform.h #ifndef EGLAPIENTRY
EGLAPIENTRY        56 ppapi/lib/gl/include/EGL/eglplatform.h #define EGLAPIENTRYP EGLAPIENTRY*
EGLAPIENTRY       249 third_party/khronos/EGL/egl.h EGLAPI EGLint EGLAPIENTRY eglGetError(void);
EGLAPIENTRY       251 third_party/khronos/EGL/egl.h EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id);
EGLAPIENTRY       252 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
EGLAPIENTRY       253 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy);
EGLAPIENTRY       255 third_party/khronos/EGL/egl.h EGLAPI const char * EGLAPIENTRY eglQueryString(EGLDisplay dpy, EGLint name);
EGLAPIENTRY       257 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
EGLAPIENTRY       259 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
EGLAPIENTRY       262 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
EGLAPIENTRY       265 third_party/khronos/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
EGLAPIENTRY       268 third_party/khronos/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
EGLAPIENTRY       270 third_party/khronos/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
EGLAPIENTRY       273 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
EGLAPIENTRY       274 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
EGLAPIENTRY       277 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api);
EGLAPIENTRY       278 third_party/khronos/EGL/egl.h EGLAPI EGLenum EGLAPIENTRY eglQueryAPI(void);
EGLAPIENTRY       280 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
EGLAPIENTRY       282 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread(void);
EGLAPIENTRY       284 third_party/khronos/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer(
EGLAPIENTRY       288 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
EGLAPIENTRY       290 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
EGLAPIENTRY       291 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
EGLAPIENTRY       294 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
EGLAPIENTRY       297 third_party/khronos/EGL/egl.h EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
EGLAPIENTRY       300 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
EGLAPIENTRY       301 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
EGLAPIENTRY       304 third_party/khronos/EGL/egl.h EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void);
EGLAPIENTRY       305 third_party/khronos/EGL/egl.h EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
EGLAPIENTRY       306 third_party/khronos/EGL/egl.h EGLAPI EGLDisplay EGLAPIENTRY eglGetCurrentDisplay(void);
EGLAPIENTRY       307 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
EGLAPIENTRY       310 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void);
EGLAPIENTRY       311 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
EGLAPIENTRY       312 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
EGLAPIENTRY       313 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
EGLAPIENTRY       322 third_party/khronos/EGL/egl.h EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
EGLAPIENTRY        71 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
EGLAPIENTRY        72 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
EGLAPIENTRY        84 third_party/khronos/EGL/eglext.h EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
EGLAPIENTRY        85 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
EGLAPIENTRY       141 third_party/khronos/EGL/eglext.h EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
EGLAPIENTRY       142 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
EGLAPIENTRY       143 third_party/khronos/EGL/eglext.h EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
EGLAPIENTRY       144 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
EGLAPIENTRY       145 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
EGLAPIENTRY       211 third_party/khronos/EGL/eglext.h EGLAPI EGLSyncNV EGLAPIENTRY eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list);
EGLAPIENTRY       212 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncNV (EGLSyncNV sync);
EGLAPIENTRY       213 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglFenceNV (EGLSyncNV sync);
EGLAPIENTRY       214 third_party/khronos/EGL/eglext.h EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncNV (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout);
EGLAPIENTRY       215 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncNV (EGLSyncNV sync, EGLenum mode);
EGLAPIENTRY       216 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribNV (EGLSyncNV sync, EGLint attribute, EGLint *value);
EGLAPIENTRY       254 third_party/khronos/EGL/eglext.h EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
EGLAPIENTRY       279 third_party/khronos/EGL/eglext.h EGLAPI EGLImageKHR EGLAPIENTRY eglCreateDRMImageMESA (EGLDisplay dpy, const EGLint *attrib_list);
EGLAPIENTRY       280 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglExportDRMImageMESA (EGLDisplay dpy, EGLImageKHR image, EGLint *name, EGLint *handle, EGLint *stride);
EGLAPIENTRY       290 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglPostSubBufferNV (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height);
EGLAPIENTRY       325 third_party/khronos/EGL/eglext.h EGLAPI EGLuint64NV EGLAPIENTRY eglGetSystemTimeFrequencyNV(void);
EGLAPIENTRY       326 third_party/khronos/EGL/eglext.h EGLAPI EGLuint64NV EGLAPIENTRY eglGetSystemTimeNV(void);
EGLAPIENTRY       352 third_party/khronos/EGL/eglext.h EGLAPI EGLStreamKHR EGLAPIENTRY eglCreateStreamKHR(EGLDisplay dpy, const EGLint *attrib_list);
EGLAPIENTRY       353 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglDestroyStreamKHR(EGLDisplay dpy, EGLStreamKHR stream);
EGLAPIENTRY       354 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value);
EGLAPIENTRY       355 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value);
EGLAPIENTRY       356 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamu64KHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *value);
EGLAPIENTRY       371 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerGLTextureExternalKHR(EGLDisplay dpy, EGLStreamKHR stream);
EGLAPIENTRY       372 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerAcquireKHR(EGLDisplay dpy, EGLStreamKHR stream);
EGLAPIENTRY       373 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerReleaseKHR(EGLDisplay dpy, EGLStreamKHR stream);
EGLAPIENTRY       386 third_party/khronos/EGL/eglext.h EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
EGLAPIENTRY       407 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamTimeKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLTimeKHR *value);
EGLAPIENTRY       454 third_party/khronos/EGL/eglext.h EGLAPI EGLNativeFileDescriptorKHR EGLAPIENTRY eglGetStreamFileDescriptorKHR(EGLDisplay dpy, EGLStreamKHR stream);
EGLAPIENTRY       455 third_party/khronos/EGL/eglext.h EGLAPI EGLStreamKHR EGLAPIENTRY eglCreateStreamFromFileDescriptorKHR(EGLDisplay dpy, EGLNativeFileDescriptorKHR file_descriptor);
EGLAPIENTRY       470 third_party/khronos/EGL/eglext.h EGLAPI EGLint EGLAPIENTRY eglWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags);
EGLAPIENTRY       483 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeDisplayNV( EGLDisplay dpy, EGLNativeDisplayType* display_id);
EGLAPIENTRY       484 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV( EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType* window);
EGLAPIENTRY       485 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV( EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType* pixmap);
EGLAPIENTRY       508 third_party/khronos/EGL/eglext.h EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID(EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);
EGLAPIENTRY       525 third_party/khronos/EGL/eglext.h EGLAPI EGLint EGLAPIENTRY eglDupNativeFenceFDANDROID( EGLDisplay dpy, EGLSyncKHR);
EGLAPIENTRY        53 third_party/khronos/EGL/eglplatform.h #ifndef EGLAPIENTRY
EGLAPIENTRY        56 third_party/khronos/EGL/eglplatform.h #define EGLAPIENTRYP EGLAPIENTRY*
EGLAPIENTRY        22 ui/gl/EGL/eglextchromium.h EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncValuesCHROMIUM(