Home | History | Annotate | Download | only in libagl

Lines Matching refs:eglSurface

120     EGLSurface          read;
121 EGLSurface draw;
181 LOGE_IF(magic != MAGIC, "invalid EGLSurface (%p)", this);
1288 static EGLSurface createWindowSurface(EGLDisplay dpy, EGLConfig config,
1337 static EGLSurface createPixmapSurface(EGLDisplay dpy, EGLConfig config,
1383 static EGLSurface createPbufferSurface(EGLDisplay dpy, EGLConfig config,
1606 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config,
1613 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config,
1620 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config,
1626 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface)
1630 if (eglSurface != EGL_NO_SURFACE) {
1631 egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) );
1646 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface eglSurface,
1651 egl_surface_t* surface = static_cast<egl_surface_t*>(eglSurface);
1739 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw,
1740 EGLSurface read, EGLContext ctx)
1857 EGLSurface eglGetCurrentSurface(EGLint readdraw)
1909 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface draw)
1938 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface surface,
1975 EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
1984 EGLDisplay dpy, EGLSurface surface, EGLint buffer)
1993 EGLDisplay dpy, EGLSurface surface, EGLint buffer)
2037 EGLSurface eglCreatePbufferFromClientBuffer(
2062 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface,
2069 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface)
2136 EGLBoolean eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw,
2154 EGLClientBuffer eglGetRenderBufferANDROID(EGLDisplay dpy, EGLSurface draw)