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

/frameworks/base/core/jni/
H A Dandroid_view_HardwareRenderer.cpp58 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW);
73 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW);
107 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW);
H A Dcom_google_android_gles_jni_EGLImpl.cpp431 return (jint)eglGetCurrentSurface(readdraw);
H A Dandroid_opengl_EGL14.cpp1083 /* EGLSurface eglGetCurrentSurface ( EGLint readdraw ) */
1088 _returnValue = eglGetCurrentSurface(
1233 {"eglGetCurrentSurface", "(I)Landroid/opengl/EGLSurface;", (void *) android_eglGetCurrentSurface },
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp92 surface() != eglGetCurrentSurface(EGL_DRAW)) {
117 surfaces_[0] = SurfaceWindowPair(eglGetCurrentSurface(EGL_DRAW), NULL);
187 && 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.java401 // C function EGLSurface eglGetCurrentSurface ( EGLint readdraw )
403 public static native EGLSurface eglGetCurrentSurface( method in class:EGL14
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h216 GLAPI EGLSurface APIENTRY eglGetCurrentSurface (EGLint readdraw);
/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/libs/GLES_trace/
H A Dgltrace.proto480 eglGetCurrentSurface = 2015;
/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.cpp261 EGLSurface sur = eglGetCurrentSurface(EGL_DRAW);
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java1353 !mEglSurface.equals(sEgl.eglGetCurrentSurface(EGL_DRAW))) {
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp486 sur = eglGetCurrentSurface(EGL_DRAW);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp659 mLists[0]->sur = eglGetCurrentSurface(EGL_DRAW);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp627 EGLSurface eglGetCurrentSurface(EGLint readdraw) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp989 const GLMessage_Function GLMessage::eglGetCurrentSurface; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1322 static const Function eglGetCurrentSurface = GLMessage_Function_eglGetCurrentSurface; member in class:android::gltrace::GLMessage
/frameworks/native/opengl/libagl/
H A Degl.cpp1803 EGLSurface eglGetCurrentSurface(EGLint readdraw) function
1805 // eglGetCurrentSurface returns the read or draw surface attached

Completed in 563 milliseconds