Lines Matching refs:EGLSurface
16 typedef void *EGLSurface;
39 #define EGL_NO_SURFACE ((EGLSurface)0)
207 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
210 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
212 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
215 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
216 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
226 EGLSurface eglCreatePbufferFromClientBuffer(
230 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
232 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
233 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
243 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
244 EGLSurface read, EGLContext ctx);
247 EGLSurface eglGetCurrentSurface(EGLint readdraw);
254 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
255 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,