Lines Matching refs:EGLDisplay
203 EGLDisplay eglGetDisplay(EGLNativeDisplayType display) in eglGetDisplay()
216 EGLDisplay dpy = egl_display_t::getFromNativeDisplay(display); in eglGetDisplay()
224 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
236 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate()
256 EGLBoolean eglGetConfigs( EGLDisplay dpy, in eglGetConfigs()
281 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfig()
358 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, in eglGetConfigAttrib()
400 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface()
409 EGLDisplay iDpy = dp->disp.dpy; in eglCreateWindowSurface()
522 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface()
542 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePbufferSurface()
561 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
580 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface surface, in eglQuerySurface()
597 void EGLAPI eglBeginFrame(EGLDisplay dpy, EGLSurface surface) { in eglBeginFrame()
617 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, in eglCreateContext()
662 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
682 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, in eglMakeCurrent()
781 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, in eglQueryContext()
829 EGLDisplay eglGetCurrentDisplay(void) in eglGetCurrentDisplay()
1013 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in threadLoop()
1041 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface draw) in eglSwapBuffers()
1103 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface surface, in eglCopyBuffers()
1119 const char* eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString()
1139 EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name) in eglQueryStringImplementationANDROID()
1164 EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib()
1184 EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage()
1204 EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage()
1223 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval()
1316 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, in eglCreatePbufferFromClientBuffer()
1335 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, in eglLockSurfaceKHR()
1355 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) in eglUnlockSurfaceKHR()
1373 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImageKHR()
1395 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) in eglDestroyImageKHR()
1415 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in eglCreateSyncKHR()
1430 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR()
1445 EGLBoolean eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode) { in eglSignalSyncKHR()
1460 EGLint eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, in eglClientWaitSyncKHR()
1477 EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, in eglGetSyncAttribKHR()
1498 EGLint eglWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags) { in eglWaitSyncKHR()
1514 EGLint eglDupNativeFenceFDANDROID(EGLDisplay dpy, EGLSyncKHR sync) in eglDupNativeFenceFDANDROID()
1529 EGLBoolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface surface, in eglPresentationTimeANDROID()