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

/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);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java137 public synchronized EGLSurface eglGetCurrentSurface(int readdraw) { method in class:EGLImpl
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Degl.h216 GLAPI EGLSurface APIENTRY eglGetCurrentSurface (EGLint readdraw);
/frameworks/base/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.java351 !mEglSurface.equals(mEgl.eglGetCurrentSurface(EGL10.EGL_DRAW))) {
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java902 !mEglSurface.equals(sEgl.eglGetCurrentSurface(EGL_DRAW))) {
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp90 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW);
105 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW);
H A Dcom_google_android_gles_jni_EGLImpl.cpp430 return (jint)eglGetCurrentSurface(readdraw);
/frameworks/base/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp449 sur = eglGetCurrentSurface(EGL_DRAW);
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h470 static const Function eglGetCurrentSurface = Message_Function_eglGetCurrentSurface; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.cpp396 const Message_Function Message::eglGetCurrentSurface; member in class:com::android::glesv2debugger::Message
/frameworks/base/opengl/libs/EGL/
H A DeglApi.cpp716 EGLSurface eglGetCurrentSurface(EGLint readdraw) function
/frameworks/base/opengl/libagl/
H A Degl.cpp1784 EGLSurface eglGetCurrentSurface(EGLint readdraw) function
1786 // eglGetCurrentSurface returns the read or draw surface attached

Completed in 120 milliseconds