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

/frameworks/base/core/jni/
H A Dandroid_view_HardwareRenderer.cpp65 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW);
80 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW);
109 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW);
H A Dcom_google_android_gles_jni_EGLImpl.cpp429 return (jint)eglGetCurrentSurface(readdraw);
H A Dandroid_opengl_EGL14.cpp1086 /* EGLSurface eglGetCurrentSurface ( EGLint readdraw ) */
1091 _returnValue = eglGetCurrentSurface(
1236 {"eglGetCurrentSurface", "(I)Landroid/opengl/EGLSurface;", (void *) android_eglGetCurrentSurface },
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp94 surface() != eglGetCurrentSurface(EGL_DRAW)) {
119 surfaces_[0] = SurfaceWindowPair(eglGetCurrentSurface(EGL_DRAW), NULL);
189 && 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.java400 // C function EGLSurface eglGetCurrentSurface ( EGLint readdraw )
402 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.cpp268 EGLSurface sur = eglGetCurrentSurface(EGL_DRAW);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto584 eglGetCurrentSurface = 2015;
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java1306 if (mEglSurface.equals(sEgl.eglGetCurrentSurface(EGL_DRAW))) {
1765 if (!mEglSurface.equals(sEgl.eglGetCurrentSurface(EGL_DRAW)) ||
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp515 sur = eglGetCurrentSurface(EGL_DRAW);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp809 EGLSurface eglGetCurrentSurface(EGLint readdraw) function
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp700 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.cpp1197 const GLMessage_Function GLMessage::eglGetCurrentSurface; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1545 static const Function eglGetCurrentSurface = GLMessage_Function_eglGetCurrentSurface; member in class:android::gltrace::GLMessage

Completed in 1646 milliseconds