Searched refs:eglGetCurrentDisplay (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_HardwareRenderer.cpp57 EGLDisplay display = eglGetCurrentDisplay();
72 EGLDisplay display = eglGetCurrentDisplay();
88 EGLDisplay display = eglGetCurrentDisplay();
106 EGLDisplay display = eglGetCurrentDisplay();
H A Dcom_google_android_gles_jni_EGLImpl.cpp423 return (jint)eglGetCurrentDisplay();
H A Dandroid_opengl_EGL14.cpp1094 /* EGLDisplay eglGetCurrentDisplay ( void ) */
1099 _returnValue = eglGetCurrentDisplay();
1234 {"eglGetCurrentDisplay", "()Landroid/opengl/EGLDisplay;", (void *) android_eglGetCurrentDisplay },
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp90 if (display() != eglGetCurrentDisplay() ||
115 display_ = eglGetCurrentDisplay();
186 && display() == eglGetCurrentDisplay()
354 return eglGetCurrentDisplay();
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec28 EGLDisplay eglGetCurrentDisplay ( void )
/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 DEGLLogWrapper.java207 public EGLDisplay eglGetCurrentDisplay() { method in class:EGLLogWrapper
208 begin("eglGetCurrentDisplay");
211 EGLDisplay result = mEgl10.eglGetCurrentDisplay();
H A DEGL14.java407 // C function EGLDisplay eglGetCurrentDisplay ( void )
409 public static native EGLDisplay eglGetCurrentDisplay( method in class:EGL14
/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp216 EGLDisplay dpy = eglGetCurrentDisplay();
352 EGLDisplay dpy = eglGetCurrentDisplay();
409 EGLDisplay dpy = eglGetCurrentDisplay();
759 EGLDisplay dpy = eglGetCurrentDisplay();
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h217 GLAPI EGLDisplay APIENTRY eglGetCurrentDisplay (void);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java128 public synchronized EGLDisplay eglGetCurrentDisplay() { method in class:EGLImpl
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto481 eglGetCurrentDisplay = 2016;
/frameworks/native/opengl/include/EGL/
H A Degl.h306 EGLAPI EGLDisplay EGLAPIENTRY eglGetCurrentDisplay(void);
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp487 dpy = eglGetCurrentDisplay();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp658 mLists[0]->dpy = eglGetCurrentDisplay();
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp647 EGLDisplay eglGetCurrentDisplay(void) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp990 const GLMessage_Function GLMessage::eglGetCurrentDisplay; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1323 static const Function eglGetCurrentDisplay = GLMessage_Function_eglGetCurrentDisplay; member in class:android::gltrace::GLMessage
/frameworks/native/opengl/libagl/
H A Degl.cpp1819 EGLDisplay eglGetCurrentDisplay(void) function
1821 // eglGetCurrentDisplay returns the current EGL display connection

Completed in 391 milliseconds