Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java127 public synchronized EGLDisplay eglGetCurrentDisplay() { in eglGetCurrentDisplay() method in EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java108 EGLDisplay eglGetCurrentDisplay(); in eglGetCurrentDisplay() method
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java207 public EGLDisplay eglGetCurrentDisplay() { in eglGetCurrentDisplay() method in EGLLogWrapper
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp588 EGLDisplay eglGetCurrentDisplay(void) in eglGetCurrentDisplay() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto481 eglGetCurrentDisplay = 2016; enumerator
/frameworks/native/opengl/libagl/
Degl.cpp1809 EGLDisplay eglGetCurrentDisplay(void) in eglGetCurrentDisplay() function
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp990 const GLMessage_Function GLMessage::eglGetCurrentDisplay; member in android::gltrace::GLMessage
Dgltrace.pb.h1323 static const Function eglGetCurrentDisplay = GLMessage_Function_eglGetCurrentDisplay; variable