Searched refs:eglGetCurrentSurface (Results 1 – 12 of 12) sorted by relevance
71 EGLSurface currentDrawSurface = s_egl.eglGetCurrentSurface(EGL_DRAW); in setupContext()72 EGLSurface currentReadSurface = s_egl.eglGetCurrentSurface(EGL_READ); in setupContext()104 EGLSurface currentDrawSurface = s_egl.eglGetCurrentSurface(EGL_DRAW); in teardownContext()105 EGLSurface currentReadSurface = s_egl.eglGetCurrentSurface(EGL_READ); in teardownContext()
124 EGLSurface prevReadSurf = s_egl.eglGetCurrentSurface(EGL_READ); in flushColorBuffer()125 EGLSurface prevDrawSurf = s_egl.eglGetCurrentSurface(EGL_DRAW); in flushColorBuffer()157 EGLSurface prevReadSurf = s_egl.eglGetCurrentSurface(EGL_READ); in resize()158 EGLSurface prevDrawSurf = s_egl.eglGetCurrentSurface(EGL_DRAW); in resize()
46 {"eglGetCurrentSurface", (void *)eglGetCurrentSurface},
2109 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() function
29 X(EGLSurface, eglGetCurrentSurface, (EGLint readdraw)) \
29 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
28 EGLSurface eglGetCurrentSurface(EGLint readdraw);
57 callerContext->eglSurface = eglGetCurrentSurface(EGL_DRAW); in engine_backup()
132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
142 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
3545 EGLSurface currRead = eglGetCurrentSurface(EGL_READ); in platformCreateSharedEglContext()3546 EGLSurface currDraw = eglGetCurrentSurface(EGL_DRAW); in platformCreateSharedEglContext()
1287 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() function