Lines Matching refs:EGLSurface
283 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface()
320 EGLSurface surface = cnx->egl.eglCreateWindowSurface( in eglCreateWindowSurface()
335 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface()
344 EGLSurface surface = cnx->egl.eglCreatePixmapSurface( in eglCreatePixmapSurface()
355 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePbufferSurface()
363 EGLSurface surface = cnx->egl.eglCreatePbufferSurface( in eglCreatePbufferSurface()
374 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
393 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface surface, in eglQuerySurface()
410 void EGLAPI eglBeginFrame(EGLDisplay dpy, EGLSurface surface) { in eglBeginFrame()
503 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, in eglMakeCurrent()
504 EGLSurface read, EGLContext ctx) in eglMakeCurrent()
532 EGLSurface impl_draw = EGL_NO_SURFACE; in eglMakeCurrent()
533 EGLSurface impl_read = EGL_NO_SURFACE; in eglMakeCurrent()
627 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface()
848 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface draw) in eglSwapBuffers()
892 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface surface, in eglCopyBuffers()
936 EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib()
956 EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage()
976 EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage()
1087 EGLSurface eglCreatePbufferFromClientBuffer( in eglCreatePbufferFromClientBuffer()
1107 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, in eglLockSurfaceKHR()
1127 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) in eglUnlockSurfaceKHR()