Searched refs:EGL_READ (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14Header.java-if145 public static final int EGL_READ = 0x305A;
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java84 int EGL_READ = 0x305A; field in interface:EGL10
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java145 public static final int EGL_READ = 0x305A; field in class:EGL14
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h178 #define EGL_READ 0x305A macro
/frameworks/native/opengl/include/EGL/
H A Degl.h227 #define EGL_READ 0x305A macro
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp170 if (eglGetCurrentSurface(EGL_READ) == *surface ||
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp430 if ((readdraw != EGL_READ) && (readdraw != EGL_DRAW)) {
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp823 case EGL_READ: return c->read;
/frameworks/native/opengl/libagl/
H A Degl.cpp1817 if (readdraw == EGL_READ) {

Completed in 435 milliseconds