Searched refs:eglGetCurrentDisplay (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java108 EGLDisplay eglGetCurrentDisplay(); method in interface:EGL10
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java207 public EGLDisplay eglGetCurrentDisplay() { method in class:EGLLogWrapper
208 begin("eglGetCurrentDisplay");
211 EGLDisplay result = mEgl10.eglGetCurrentDisplay();
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java127 public synchronized EGLDisplay eglGetCurrentDisplay() { method in class:EGLImpl
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Degl.h217 GLAPI EGLDisplay APIENTRY eglGetCurrentDisplay (void);
/frameworks/base/opengl/include/EGL/
H A Degl.h306 EGLAPI EGLDisplay EGLAPIENTRY eglGetCurrentDisplay(void);
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp89 EGLDisplay display = eglGetCurrentDisplay();
104 EGLDisplay display = eglGetCurrentDisplay();
120 EGLDisplay display = eglGetCurrentDisplay();
H A Dcom_google_android_gles_jni_EGLImpl.cpp422 return (jint)eglGetCurrentDisplay();
/frameworks/base/libs/gui/
H A DSurfaceTexture.cpp766 EGLDisplay dpy = eglGetCurrentDisplay();
/frameworks/base/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp450 dpy = eglGetCurrentDisplay();
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h471 static const Function eglGetCurrentDisplay = Message_Function_eglGetCurrentDisplay; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.cpp397 const Message_Function Message::eglGetCurrentDisplay; member in class:com::android::glesv2debugger::Message
/frameworks/base/opengl/libs/EGL/
H A DeglApi.cpp736 EGLDisplay eglGetCurrentDisplay(void) function
/frameworks/base/opengl/libagl/
H A Degl.cpp1800 EGLDisplay eglGetCurrentDisplay(void) function
1802 // eglGetCurrentDisplay returns the current EGL display connection

Completed in 164 milliseconds