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

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp143 EGLDisplay eglGetCurrentDisplay(void) { function
/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.java425 // C function EGLDisplay eglGetCurrentDisplay ( void )
427 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/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java108 EGLDisplay eglGetCurrentDisplay(); method in interface:EGL10
/frameworks/native/opengl/libagl/
H A Degl.cpp1853 EGLDisplay eglGetCurrentDisplay(void) function
1855 // eglGetCurrentDisplay returns the current EGL display connection
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp854 EGLDisplay eglGetCurrentDisplay(void) function

Completed in 322 milliseconds