Searched refs:eglGetCurrentSurface (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp94 surface() != eglGetCurrentSurface(EGL_DRAW)) {
119 surfaces_[0] = SurfaceWindowPair(eglGetCurrentSurface(EGL_DRAW), NULL);
192 && surface() == eglGetCurrentSurface(EGL_DRAW);
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec27 EGLSurface eglGetCurrentSurface ( EGLint readdraw )
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java109 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.java419 // C function EGLSurface eglGetCurrentSurface ( EGLint readdraw )
421 public static native EGLSurface eglGetCurrentSurface( method in class:EGL14
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp170 if (eglGetCurrentSurface(EGL_READ) == *surface ||
171 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.h305 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/native/services/surfaceflinger/
H A DDisplayDevice.cpp275 EGLSurface sur = eglGetCurrentSurface(EGL_DRAW);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto774 eglGetCurrentSurface = 2015;
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp434 return reinterpret_cast<jlong>(eglGetCurrentSurface(readdraw));
H A Dandroid_opengl_EGL14.cpp1109 /* EGLSurface eglGetCurrentSurface ( EGLint readdraw ) */
1114 _returnValue = eglGetCurrentSurface(
1261 {"eglGetCurrentSurface", "(I)Landroid/opengl/EGLSurface;", (void *) android_eglGetCurrentSurface },
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp518 sur = eglGetCurrentSurface(EGL_DRAW);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp811 EGLSurface eglGetCurrentSurface(EGLint readdraw) function
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp747 mLists[0]->sur = eglGetCurrentSurface(EGL_DRAW);
/frameworks/native/opengl/libagl/
H A Degl.cpp1809 EGLSurface eglGetCurrentSurface(EGLint readdraw) function
1811 // eglGetCurrentSurface returns the read or draw surface attached
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1579 const GLMessage_Function GLMessage::eglGetCurrentSurface; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1927 static const Function eglGetCurrentSurface = GLMessage_Function_eglGetCurrentSurface; member in class:android::gltrace::GLMessage

Completed in 425 milliseconds