Searched refs:eglGetCurrentSurface (Results 1 - 19 of 19) 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/specs/egl/
H A DEGL14.spec27 EGLSurface eglGetCurrentSurface ( EGLint readdraw )
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp136 EGLSurface eglGetCurrentSurface(EGLint readdraw) { function
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java110 EGLSurface eglGetCurrentSurface(int readdraw); method in interface:EGL10
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java218 public EGLSurface eglGetCurrentSurface(int readdraw) { method in class:EGLLogWrapper
219 begin("eglGetCurrentSurface");
223 EGLSurface result = mEgl10.eglGetCurrentSurface(readdraw);
H A DEGL14.java420 // C function EGLSurface eglGetCurrentSurface ( EGLint readdraw )
422 public static native EGLSurface eglGetCurrentSurface( method in class:EGL14
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp169 if (eglGetCurrentSurface(EGL_READ) == *surface ||
170 eglGetCurrentSurface(EGL_DRAW) == *surface) {
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java138 public synchronized EGLSurface eglGetCurrentSurface(int readdraw) { method in class:EGLImpl
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h216 GLAPI EGLSurface APIENTRY eglGetCurrentSurface (EGLint readdraw);
/frameworks/native/opengl/include/EGL/
H A Degl.h132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/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/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp204 if (eglSurface != eglGetCurrentSurface(EGL_DRAW)) {
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp379 return reinterpret_cast<jlong>(eglGetCurrentSurface(readdraw));
H A Dandroid_opengl_EGL14.cpp1084 /* EGLSurface eglGetCurrentSurface ( EGLint readdraw ) */
1089 _returnValue = eglGetCurrentSurface(
1236 {"eglGetCurrentSurface", "(I)Landroid/opengl/EGLSurface;", (void *) android_eglGetCurrentSurface },
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp542 sur = eglGetCurrentSurface(EGL_DRAW);
/frameworks/native/opengl/libagl/
H A Degl.cpp1869 EGLSurface eglGetCurrentSurface(EGLint readdraw) function
1871 // eglGetCurrentSurface returns the read or draw surface attached
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1125 EGLSurface eglGetCurrentSurface(EGLint readdraw) function
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 2247 milliseconds