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

/frameworks/base/libs/hwui/
H A DExtensions.cpp66 findExtensions(eglQueryString(eglGetCurrentDisplay(), EGL_EXTENSIONS), mEglExtensionList);
131 ALOGD("Supported EGL extensions:\n%s", eglQueryString(eglGetCurrentDisplay(), EGL_EXTENSIONS));
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp92 if (display() != eglGetCurrentDisplay() ||
117 display_ = eglGetCurrentDisplay();
191 && display() == eglGetCurrentDisplay()
359 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.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/native/libs/gui/
H A DGLConsumer.cpp499 EGLDisplay dpy = eglGetCurrentDisplay();
556 EGLDisplay dpy = eglGetCurrentDisplay();
601 EGLDisplay dpy = eglGetCurrentDisplay();
928 EGLDisplay dpy = eglGetCurrentDisplay();
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h217 GLAPI EGLDisplay APIENTRY eglGetCurrentDisplay (void);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java259 EGLDisplay display = EGL14.eglGetCurrentDisplay();
/frameworks/native/opengl/include/EGL/
H A Degl.h306 EGLAPI EGLDisplay EGLAPIENTRY eglGetCurrentDisplay(void);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java225 egl.eglMakeCurrent(egl.eglGetCurrentDisplay(),
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto775 eglGetCurrentDisplay = 2016;
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp426 return reinterpret_cast<jlong>(eglGetCurrentDisplay());
H A Dandroid_opengl_EGL14.cpp1120 /* EGLDisplay eglGetCurrentDisplay ( void ) */
1125 _returnValue = eglGetCurrentDisplay();
1262 {"eglGetCurrentDisplay", "()Landroid/opengl/EGLDisplay;", (void *) android_eglGetCurrentDisplay },
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp519 dpy = eglGetCurrentDisplay();
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp831 EGLDisplay eglGetCurrentDisplay(void) function
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp746 mLists[0]->dpy = eglGetCurrentDisplay();
/frameworks/native/opengl/libagl/
H A Degl.cpp1825 EGLDisplay eglGetCurrentDisplay(void) function
1827 // eglGetCurrentDisplay returns the current EGL display connection
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1580 const GLMessage_Function GLMessage::eglGetCurrentDisplay; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1928 static const Function eglGetCurrentDisplay = GLMessage_Function_eglGetCurrentDisplay; member in class:android::gltrace::GLMessage

Completed in 6106 milliseconds