Home
last modified time | relevance | path

Searched defs:eglGetCurrentDisplay (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java128 public synchronized EGLDisplay eglGetCurrentDisplay() { in eglGetCurrentDisplay() method in EGLImpl
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java207 public EGLDisplay eglGetCurrentDisplay() { in eglGetCurrentDisplay() method in EGLLogWrapper
DEGL14.java427 public static native EGLDisplay eglGetCurrentDisplay( in eglGetCurrentDisplay() method in EGL14
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java108 EGLDisplay eglGetCurrentDisplay(); in eglGetCurrentDisplay() method
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp831 EGLDisplay eglGetCurrentDisplay(void) in eglGetCurrentDisplay() function
/frameworks/native/opengl/libagl/
Degl.cpp1825 EGLDisplay eglGetCurrentDisplay(void) in eglGetCurrentDisplay() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto775 eglGetCurrentDisplay = 2016; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1580 const GLMessage_Function GLMessage::eglGetCurrentDisplay; member in android::gltrace::GLMessage
Dgltrace.pb.h1928 static const Function eglGetCurrentDisplay = GLMessage_Function_eglGetCurrentDisplay; variable