Searched refs:readdraw (Results 1 – 6 of 6) sorted by relevance
194 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument196 return getDispatch()->eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
560 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument562 return getDispatch()->eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
835 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() argument836 if(!EglValidate::surfaceTarget(readdraw)) return EGL_NO_SURFACE; in eglGetCurrentSurface()843 SurfacePtr surface = readdraw == EGL_READ ? ctx->read() : ctx->draw(); in eglGetCurrentSurface()
1059 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument1065 switch (readdraw) { in eglGetCurrentSurface()