Searched defs:eglGetCurrentDisplay (Results 1 - 8 of 8) sorted by relevance

/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();
H A DEGL14.java407 // C function EGLDisplay eglGetCurrentDisplay ( void )
409 public static native EGLDisplay eglGetCurrentDisplay( method in class:EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java128 public synchronized EGLDisplay eglGetCurrentDisplay() { method in class:EGLImpl
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp647 EGLDisplay eglGetCurrentDisplay(void) function
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java108 EGLDisplay eglGetCurrentDisplay(); method in interface:EGL10
/frameworks/native/opengl/libagl/
H A Degl.cpp1819 EGLDisplay eglGetCurrentDisplay(void) function
1821 // eglGetCurrentDisplay returns the current EGL display connection
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp990 const GLMessage_Function GLMessage::eglGetCurrentDisplay; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1323 static const Function eglGetCurrentDisplay = GLMessage_Function_eglGetCurrentDisplay; member in class:android::gltrace::GLMessage

Completed in 2158 milliseconds