Home
last modified time | relevance | path

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

/development/tools/emulator/opengl/tests/EGL_host_wrapper/
Degl.cpp194 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument
196 return getDispatch()->eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
/development/ndk/platforms/android-9/include/EGL/
Degl.h305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
/development/tools/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
Degl.cpp560 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument
562 return getDispatch()->eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
/development/tools/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp835 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() argument
836 if(!EglValidate::surfaceTarget(readdraw)) return EGL_NO_SURFACE; in eglGetCurrentSurface()
843 SurfacePtr surface = readdraw == EGL_READ ? ctx->read() : ctx->draw(); in eglGetCurrentSurface()
/development/tools/emulator/opengl/system/egl/
Degl.cpp1059 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument
1065 switch (readdraw) { in eglGetCurrentSurface()