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