Lines Matching refs:surface
28 EGLSurface surface; member
49 ptr->surface = EGL_NO_SURFACE; in getThreadState()
94 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) { in eglDestroySurface() argument
95 free(surface); in eglDestroySurface()
99 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint* value) { in eglQuerySurface() argument
108 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) { in eglSurfaceAttrib() argument
127 state->surface = draw; in eglMakeCurrent()
137 return getThreadState()->surface; in eglGetCurrentSurface()
144 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) { in eglSwapBuffers() argument
148 EGLBoolean eglSwapBuffersWithDamageKHR(EGLDisplay dpy, EGLSurface surface, EGLint* rects, in eglSwapBuffersWithDamageKHR() argument
175 void eglBeginFrame(EGLDisplay dpy, EGLSurface surface) {} in eglBeginFrame() argument