Lines Matching refs:EGLAPI
341 EGLAPI EGLint EGLAPIENTRY eglGetError(void) in eglGetError()
346 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id) in eglGetDisplay()
351 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
356 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy) in eglTerminate()
361 EGLAPI const char *EGLAPIENTRY eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString()
366 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size,… in eglGetConfigs()
371 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig … in eglChooseConfig()
376 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute… in eglGetConfigAttrib()
381 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWin… in eglCreateWindowSurface()
386 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLin… in eglCreatePbufferSurface()
391 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePix… in eglCreatePixmapSurface()
396 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
401 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute,… in eglQuerySurface()
406 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api) in eglBindAPI()
411 EGLAPI EGLenum EGLAPIENTRY eglQueryAPI(void) in eglQueryAPI()
416 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void) in eglWaitClient()
421 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread(void) in eglReleaseThread()
426 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGL… in eglCreatePbufferFromClientBuffer()
431 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute… in eglSurfaceAttrib()
436 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage()
441 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage()
446 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval()
451 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_c… in eglCreateContext()
456 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
461 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLC… in eglMakeCurrent()
466 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void) in eglGetCurrentContext()
471 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface()
476 EGLAPI EGLDisplay EGLAPIENTRY eglGetCurrentDisplay(void) in eglGetCurrentDisplay()
481 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGL… in eglQueryContext()
486 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void) in eglWaitGL()
491 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine) in eglWaitNative()
496 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) in eglSwapBuffers()
501 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapTyp… in eglCopyBuffers()
506 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EG… in eglCreateImageKHR()
511 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) in eglDestroyImageKHR()
516 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress(const char *procname) in eglGetProcAddress()
521 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_l… in eglCreateSyncKHR()
526 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR()
531 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTi… in eglClientWaitSyncKHR()
536 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute… in eglGetSyncAttribKHR()