Lines Matching refs:EGLSurface

53 EGLBoolean EGLAPI eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw,
127 EGLSurface read;
128 EGLSurface draw;
187 LOGE_IF(magic != MAGIC, "invalid EGLSurface (%p)", this);
1210 static EGLSurface createWindowSurface(EGLDisplay dpy, EGLConfig config,
1259 static EGLSurface createPixmapSurface(EGLDisplay dpy, EGLConfig config,
1305 static EGLSurface createPbufferSurface(EGLDisplay dpy, EGLConfig config,
1533 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config,
1540 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config,
1547 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config,
1553 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface)
1573 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface eglSurface,
1666 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw,
1667 EGLSurface read, EGLContext ctx)
1784 EGLSurface eglGetCurrentSurface(EGLint readdraw)
1836 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface draw)
1865 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface surface,
1902 EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
1911 EGLDisplay dpy, EGLSurface surface, EGLint buffer)
1920 EGLDisplay dpy, EGLSurface surface, EGLint buffer)
1964 EGLSurface eglCreatePbufferFromClientBuffer(
1989 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface,
1996 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface)
2063 EGLBoolean eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw,