Home | History | Annotate | Download | only in egl

Lines Matching refs:eglSurface

340     s_display.onCreateSurface((EGLSurface)this);
350 s_display.onDestroySurface((EGLSurface)this);
638 static void s_destroyPendingSurfaceAndSetNull(EGLSurface* surface) {
1032 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
1062 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
1128 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
1142 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface)
1145 VALIDATE_SURFACE_RETURN(eglSurface, EGL_FALSE);
1147 egl_surface_t* surface(static_cast<egl_surface_t*>(eglSurface));
1167 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface eglSurface, EGLint attribute, EGLint *value)
1170 VALIDATE_SURFACE_RETURN(eglSurface, EGL_FALSE);
1172 egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) );
1352 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list)
1364 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
1414 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface eglSurface, EGLint buffer)
1417 VALIDATE_SURFACE_RETURN(eglSurface, EGL_FALSE);
1418 if (eglSurface == EGL_NO_SURFACE) {
1426 egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) );
1445 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
1656 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
1851 EGLSurface eglGetCurrentSurface(EGLint readdraw)
1932 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface eglSurface)
1935 if (eglSurface == EGL_NO_SURFACE)
1940 egl_surface_t* d = static_cast<egl_surface_t*>(eglSurface);
1951 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
1960 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list)
1969 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface)