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

/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java230 public EGLDisplay eglGetDisplay(Object native_display) { method in class:EGLLogWrapper
231 begin("eglGetDisplay");
235 EGLDisplay result = mEgl10.eglGetDisplay(native_display);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java107 public synchronized EGLDisplay eglGetDisplay(Object native_display) { method in class:EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java110 EGLDisplay eglGetDisplay(Object native_display); method in interface:EGL10
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp111 EGLDisplay eglGetDisplay(EGLNativeDisplayType display) function
759 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY);
/frameworks/native/opengl/libagl/
H A Degl.cpp1367 EGLDisplay eglGetDisplay(NativeDisplayType display) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp974 const GLMessage_Function GLMessage::eglGetDisplay; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1307 static const Function eglGetDisplay = GLMessage_Function_eglGetDisplay; member in class:android::gltrace::GLMessage

Completed in 161 milliseconds