Searched refs:EGL_DRAW (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp97 surface() != eglGetCurrentSurface(EGL_DRAW)) {
122 surfaces_[0] = SurfaceWindowPair(eglGetCurrentSurface(EGL_DRAW), NULL);
195 && surface() == eglGetCurrentSurface(EGL_DRAW);
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14Header.java-if144 public static final int EGL_DRAW = 0x3059;
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java83 int EGL_DRAW = 0x3059; field in interface:EGL10
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java144 public static final int EGL_DRAW = 0x3059; field in class:EGL14
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h177 #define EGL_DRAW 0x3059 macro
/frameworks/native/opengl/include/EGL/
H A Degl.h82 #define EGL_DRAW 0x3059 macro
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java353 !mEglSurface.equals(mEgl.eglGetCurrentSurface(EGL10.EGL_DRAW))) {
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java306 !mEglSurface.equals(mEgl.eglGetCurrentSurface(EGL10.EGL_DRAW))) {
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp170 eglGetCurrentSurface(EGL_DRAW) == *surface) {
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp204 if (eglSurface != eglGetCurrentSurface(EGL_DRAW)) {
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp375 if ((readdraw != EGL_READ) && (readdraw != EGL_DRAW)) {
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp542 sur = eglGetCurrentSurface(EGL_DRAW);
/frameworks/native/opengl/libagl/
H A Degl.cpp1879 } else if (readdraw == EGL_DRAW) {
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1138 case EGL_DRAW: return c->draw;

Completed in 278 milliseconds