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.h103 #define EGL_READ 0x305A macro
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp169 if (eglGetCurrentSurface(EGL_READ) == *surface ||
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp375 if ((readdraw != EGL_READ) && (readdraw != EGL_DRAW)) {
/frameworks/native/opengl/libagl/
H A Degl.cpp1877 if (readdraw == EGL_READ) {
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1137 case EGL_READ: return c->read;

Completed in 221 milliseconds