Lines Matching refs:EGLAPI
400 EGLAPI EGLint EGLAPIENTRY eglGetError(void) in eglGetError()
405 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id) in eglGetDisplay()
410 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
415 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy) in eglTerminate()
420 EGLAPI const char *EGLAPIENTRY eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString()
425 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size,… in eglGetConfigs()
430 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig … in eglChooseConfig()
435 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute… in eglGetConfigAttrib()
440 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWin… in eglCreateWindowSurface()
445 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLin… in eglCreatePbufferSurface()
450 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePix… in eglCreatePixmapSurface()
455 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
460 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute,… in eglQuerySurface()
465 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api) in eglBindAPI()
470 EGLAPI EGLenum EGLAPIENTRY eglQueryAPI(void) in eglQueryAPI()
475 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void) in eglWaitClient()
480 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread(void) in eglReleaseThread()
485 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGL… in eglCreatePbufferFromClientBuffer()
490 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute… in eglSurfaceAttrib()
495 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage()
500 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage()
505 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval()
510 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_c… in eglCreateContext()
515 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
520 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLC… in eglMakeCurrent()
525 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void) in eglGetCurrentContext()
530 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface()
535 EGLAPI EGLDisplay EGLAPIENTRY eglGetCurrentDisplay(void) in eglGetCurrentDisplay()
540 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGL… in eglQueryContext()
545 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void) in eglWaitGL()
550 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine) in eglWaitNative()
555 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) in eglSwapBuffers()
560 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapTyp… in eglCopyBuffers()
565 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EG… in eglCreateImageKHR()
570 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLCl… in eglCreateImage()
575 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) in eglDestroyImageKHR()
580 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage(EGLDisplay dpy, EGLImageKHR image) in eglDestroyImage()
585 EGLAPI EGLDisplay EGLAPIENTRY eglGetPlatformDisplayEXT(EGLenum platform, void *native_display, cons… in eglGetPlatformDisplayEXT()
590 EGLAPI EGLDisplay EGLAPIENTRY eglGetPlatformDisplay(EGLenum platform, void *native_display, const E… in eglGetPlatformDisplay()
595 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, v… in eglCreatePlatformWindowSurfaceEXT()
600 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void… in eglCreatePlatformWindowSurface()
605 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, v… in eglCreatePlatformPixmapSurfaceEXT()
610 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void… in eglCreatePlatformPixmapSurface()
615 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_l… in eglCreateSyncKHR()
620 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_l… in eglCreateSync()
625 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR()
630 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySync()
635 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTi… in eglClientWaitSyncKHR()
640 EGLAPI EGLint EGLAPIENTRY eglClientWaitSync(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeK… in eglClientWaitSync()
645 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute… in eglGetSyncAttribKHR()
650 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, E… in eglGetSyncAttrib()
655 EGLAPI EGLint EGLAPIENTRY eglWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags) in eglWaitSyncKHR()
660 EGLAPI EGLBoolean EGLAPIENTRY eglWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags) in eglWaitSync()
665 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress(const char *procname) in eglGetProcAddress()
717 extern "C" EGLAPI LibEGLexports *libEGL_swiftshader() in libEGL_swiftshader()