Home
last modified time | relevance | path

Searched refs:readdraw (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_functions.h29 X(EGLSurface, eglGetCurrentSurface, (EGLint readdraw)) \
DRenderEGL_static_translator_namespaced_header.h29 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Drender_egl.entries28 EGLSurface eglGetCurrentSurface(EGLint readdraw);
/hardware/google/gfxstream/guest/mesa/include/EGL/
Degl.h117 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw);
142 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/hardware/google/gfxstream/common/opengl/include/EGL/
Degl.h132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp1287 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() argument
1290 if (!EglValidate::surfaceTarget(readdraw)) { in eglGetCurrentSurface()
1299 SurfacePtr surface = readdraw == EGL_READ ? ctx->read() : ctx->draw(); in eglGetCurrentSurface()
/hardware/google/gfxstream/guest/egl/
Degl.cpp2109 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument
2115 switch (readdraw) { in eglGetCurrentSurface()
2121 ALOGE("%s:%d unknown parameter: 0x%x\n", __func__, __LINE__, readdraw); in eglGetCurrentSurface()