Searched refs:eglGetCurrentSurface (Results 1 – 6 of 6) sorted by relevance
55 EGLSurface currentSurface = eglGetCurrentSurface(EGL_DRAW); in currentSurface()324 if (eglGetCurrentSurface(EGL_DRAW) == surface) { in destroySurface()401 EGLSurface currentReadSurface = eglGetCurrentSurface(EGL_READ); in contextForSurface()402 EGLSurface currentDrawSurface = eglGetCurrentSurface(EGL_DRAW); in contextForSurface()
191 EGLSurface currentSurface = eglGetCurrentSurface(EGL_DRAW); in makeCurrent()220 EGLSurface currentSurface = eglGetCurrentSurface(EGL_DRAW); in makeCompatibleCurrent()
18 eglGetCurrentSurface @27
914 EGLSurface __stdcall eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() function
305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
1724 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() function