Searched refs:readdraw (Results 1 – 7 of 7) sorted by relevance
29 X(EGLSurface, eglGetCurrentSurface, (EGLint readdraw)) \
29 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
28 EGLSurface eglGetCurrentSurface(EGLint readdraw);
117 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw);142 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
1287 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() argument1290 if (!EglValidate::surfaceTarget(readdraw)) { in eglGetCurrentSurface()1299 SurfacePtr surface = readdraw == EGL_READ ? ctx->read() : ctx->draw(); in eglGetCurrentSurface()
2109 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument2115 switch (readdraw) { in eglGetCurrentSurface()2121 ALOGE("%s:%d unknown parameter: 0x%x\n", __func__, __LINE__, readdraw); in eglGetCurrentSurface()