Lines Matching refs:EGLAPIENTRY
61 EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, in eglChooseConfig()
71 EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, in eglCopyBuffers()
79 EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, in eglCreateContext()
88 EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, in eglCreatePbufferSurface()
96 EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, in eglCreatePixmapSurface()
105 EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface()
114 EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
120 EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
126 EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, in eglGetConfigAttrib()
135 EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, in eglGetConfigs()
144 EGLDisplay EGLAPIENTRY eglGetCurrentDisplay(void) in eglGetCurrentDisplay()
150 EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface()
156 EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id) in eglGetDisplay()
162 EGLint EGLAPIENTRY eglGetError(void) in eglGetError()
168 EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
174 EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, in eglMakeCurrent()
183 EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, in eglQueryContext()
192 const char *EGLAPIENTRY eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString()
198 EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, in eglQuerySurface()
207 EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) in eglSwapBuffers()
213 EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy) in eglTerminate()
219 EGLBoolean EGLAPIENTRY eglWaitGL(void) in eglWaitGL()
225 EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine) in eglWaitNative()
231 EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage()
237 EGLBoolean EGLAPIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage()
243 EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, in eglSurfaceAttrib()
252 EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval()
258 EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api) in eglBindAPI()
264 EGLenum EGLAPIENTRY eglQueryAPI(void) in eglQueryAPI()
270 EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer(EGLDisplay dpy, in eglCreatePbufferFromClientBuffer()
280 EGLBoolean EGLAPIENTRY eglReleaseThread(void) in eglReleaseThread()
286 EGLBoolean EGLAPIENTRY eglWaitClient(void) in eglWaitClient()
292 EGLContext EGLAPIENTRY eglGetCurrentContext(void) in eglGetCurrentContext()
298 EGLSync EGLAPIENTRY eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in eglCreateSync()
304 EGLBoolean EGLAPIENTRY eglDestroySync(EGLDisplay dpy, EGLSync sync) in eglDestroySync()
310 EGLint EGLAPIENTRY eglClientWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) in eglClientWaitSync()
316 EGLBoolean EGLAPIENTRY eglGetSyncAttrib(EGLDisplay dpy, in eglGetSyncAttrib()
325 EGLImage EGLAPIENTRY eglCreateImage(EGLDisplay dpy, in eglCreateImage()
335 EGLBoolean EGLAPIENTRY eglDestroyImage(EGLDisplay dpy, EGLImage image) in eglDestroyImage()
341 EGLDisplay EGLAPIENTRY eglGetPlatformDisplay(EGLenum platform, in eglGetPlatformDisplay()
349 EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface(EGLDisplay dpy, in eglCreatePlatformWindowSurface()
358 EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface(EGLDisplay dpy, in eglCreatePlatformPixmapSurface()
367 EGLBoolean EGLAPIENTRY eglWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags) in eglWaitSync()
373 EGLBoolean EGLAPIENTRY eglQuerySurfacePointerANGLE(EGLDisplay dpy, in eglQuerySurfacePointerANGLE()
382 EGLBoolean EGLAPIENTRY eglPostSubBufferNV(EGLDisplay dpy, in eglPostSubBufferNV()
393 EGLDisplay EGLAPIENTRY eglGetPlatformDisplayEXT(EGLenum platform, in eglGetPlatformDisplayEXT()
401 EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, in eglCreatePlatformWindowSurfaceEXT()
410 EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, in eglCreatePlatformPixmapSurfaceEXT()
419 EGLBoolean EGLAPIENTRY eglQueryDisplayAttribEXT(EGLDisplay dpy, EGLint attribute, EGLAttrib *value) in eglQueryDisplayAttribEXT()
425 EGLBoolean EGLAPIENTRY eglQueryDisplayAttribANGLE(EGLDisplay dpy, in eglQueryDisplayAttribANGLE()
433 EGLBoolean EGLAPIENTRY eglQueryDeviceAttribEXT(EGLDeviceEXT device, in eglQueryDeviceAttribEXT()
441 const char *EGLAPIENTRY eglQueryDeviceStringEXT(EGLDeviceEXT device, EGLint name) in eglQueryDeviceStringEXT()
447 EGLImageKHR EGLAPIENTRY eglCreateImageKHR(EGLDisplay dpy, in eglCreateImageKHR()
457 EGLBoolean EGLAPIENTRY eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) in eglDestroyImageKHR()
463 EGLDeviceEXT EGLAPIENTRY eglCreateDeviceANGLE(EGLint device_type, in eglCreateDeviceANGLE()
471 EGLBoolean EGLAPIENTRY eglReleaseDeviceANGLE(EGLDeviceEXT device) in eglReleaseDeviceANGLE()
477 __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress(const char *procname) in eglGetProcAddress()
483 EGLStreamKHR EGLAPIENTRY eglCreateStreamKHR(EGLDisplay dpy, const EGLint *attrib_list) in eglCreateStreamKHR()
489 EGLBoolean EGLAPIENTRY eglDestroyStreamKHR(EGLDisplay dpy, EGLStreamKHR stream) in eglDestroyStreamKHR()
495 EGLBoolean EGLAPIENTRY eglStreamAttribKHR(EGLDisplay dpy, in eglStreamAttribKHR()
504 EGLBoolean EGLAPIENTRY eglQueryStreamKHR(EGLDisplay dpy, in eglQueryStreamKHR()
513 EGLBoolean EGLAPIENTRY eglQueryStreamu64KHR(EGLDisplay dpy, in eglQueryStreamu64KHR()
522 EGLBoolean EGLAPIENTRY eglStreamConsumerGLTextureExternalKHR(EGLDisplay dpy, EGLStreamKHR stream) in eglStreamConsumerGLTextureExternalKHR()
528 EGLBoolean EGLAPIENTRY eglStreamConsumerAcquireKHR(EGLDisplay dpy, EGLStreamKHR stream) in eglStreamConsumerAcquireKHR()
534 EGLBoolean EGLAPIENTRY eglStreamConsumerReleaseKHR(EGLDisplay dpy, EGLStreamKHR stream) in eglStreamConsumerReleaseKHR()
540 EGLBoolean EGLAPIENTRY eglStreamConsumerGLTextureExternalAttribsNV(EGLDisplay dpy, in eglStreamConsumerGLTextureExternalAttribsNV()
548 EGLBoolean EGLAPIENTRY eglCreateStreamProducerD3DTextureANGLE(EGLDisplay dpy, in eglCreateStreamProducerD3DTextureANGLE()
556 EGLBoolean EGLAPIENTRY eglStreamPostD3DTextureANGLE(EGLDisplay dpy, in eglStreamPostD3DTextureANGLE()
565 EGLBoolean EGLAPIENTRY eglGetSyncValuesCHROMIUM(EGLDisplay dpy, in eglGetSyncValuesCHROMIUM()
575 EGLBoolean EGLAPIENTRY eglGetMscRateANGLE(EGLDisplay dpy, in eglGetMscRateANGLE()
584 EGLBoolean EGLAPIENTRY eglSwapBuffersWithDamageKHR(EGLDisplay dpy, in eglSwapBuffersWithDamageKHR()
593 EGLBoolean EGLAPIENTRY eglPresentationTimeANDROID(EGLDisplay dpy, in eglPresentationTimeANDROID()
601 EGLint EGLAPIENTRY eglProgramCacheGetAttribANGLE(EGLDisplay dpy, EGLenum attrib) in eglProgramCacheGetAttribANGLE()
607 void EGLAPIENTRY eglProgramCacheQueryANGLE(EGLDisplay dpy, in eglProgramCacheQueryANGLE()
617 void EGLAPIENTRY eglProgramCachePopulateANGLE(EGLDisplay dpy, in eglProgramCachePopulateANGLE()
626 EGLint EGLAPIENTRY eglProgramCacheResizeANGLE(EGLDisplay dpy, EGLint limit, EGLenum mode) in eglProgramCacheResizeANGLE()
632 EGLint EGLAPIENTRY eglDebugMessageControlKHR(EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list) in eglDebugMessageControlKHR()
638 EGLBoolean EGLAPIENTRY eglQueryDebugKHR(EGLint attribute, EGLAttrib *value) in eglQueryDebugKHR()
644 EGLint EGLAPIENTRY eglLabelObjectKHR(EGLDisplay dpy, in eglLabelObjectKHR()
653 void EGLAPIENTRY eglSetBlobCacheFuncsANDROID(EGLDisplay dpy, in eglSetBlobCacheFuncsANDROID()
661 EGLBoolean EGLAPIENTRY eglGetCompositorTimingSupportedANDROID(EGLDisplay dpy, in eglGetCompositorTimingSupportedANDROID()
669 EGLBoolean EGLAPIENTRY eglGetCompositorTimingANDROID(EGLDisplay dpy, in eglGetCompositorTimingANDROID()
679 EGLBoolean EGLAPIENTRY eglGetNextFrameIdANDROID(EGLDisplay dpy, in eglGetNextFrameIdANDROID()
687 EGLBoolean EGLAPIENTRY eglGetFrameTimestampSupportedANDROID(EGLDisplay dpy, in eglGetFrameTimestampSupportedANDROID()
695 EGLBoolean EGLAPIENTRY eglGetFrameTimestampsANDROID(EGLDisplay dpy, in eglGetFrameTimestampsANDROID()
706 const char *EGLAPIENTRY eglQueryStringiANGLE(EGLDisplay dpy, EGLint name, EGLint index) in eglQueryStringiANGLE()
712 EGLClientBuffer EGLAPIENTRY eglGetNativeClientBufferANDROID(const struct AHardwareBuffer *buffer) in eglGetNativeClientBufferANDROID()
718 EGLint EGLAPIENTRY eglDupNativeFenceFDANDROID(EGLDisplay dpy, EGLSyncKHR sync) in eglDupNativeFenceFDANDROID()
724 EGLBoolean EGLAPIENTRY eglSwapBuffersWithFrameTokenANGLE(EGLDisplay dpy, in eglSwapBuffersWithFrameTokenANGLE()