Searched defs:eglGetCurrentDisplay (Results 1 - 8 of 8) sorted by last modified time

/frameworks/native/opengl/libagl/
H A Degl.cpp1825 EGLDisplay eglGetCurrentDisplay(void) function
1827 // eglGetCurrentDisplay returns the current EGL display connection
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp831 EGLDisplay eglGetCurrentDisplay(void) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1580 const GLMessage_Function GLMessage::eglGetCurrentDisplay; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1928 static const Function eglGetCurrentDisplay = GLMessage_Function_eglGetCurrentDisplay; member in class:android::gltrace::GLMessage
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java128 public synchronized EGLDisplay eglGetCurrentDisplay() { method in class:EGLImpl
/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 DEGL14.java425 // C function EGLDisplay eglGetCurrentDisplay ( void )
427 public static native EGLDisplay eglGetCurrentDisplay( method in class:EGL14
H A DEGLLogWrapper.java207 public EGLDisplay eglGetCurrentDisplay() { method in class:EGLLogWrapper
208 begin("eglGetCurrentDisplay");
211 EGLDisplay result = mEgl10.eglGetCurrentDisplay();

Completed in 160 milliseconds