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

/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp95 if (display() != eglGetCurrentDisplay() ||
120 display_ = eglGetCurrentDisplay();
194 && display() == eglGetCurrentDisplay()
362 return eglGetCurrentDisplay();
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec28 EGLDisplay eglGetCurrentDisplay ( void )
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp147 EGLDisplay eglGetCurrentDisplay(void) { function
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java109 EGLDisplay eglGetCurrentDisplay(); method in interface:EGL10
/frameworks/base/libs/hwui/
H A DTexture.cpp89 EGLDisplay eglDisplayHandle = eglGetCurrentDisplay();
141 EGLDisplay eglDisplayHandle = eglGetCurrentDisplay();
/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.java426 // C function EGLDisplay eglGetCurrentDisplay ( void )
428 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.cpp556 EGLDisplay dpy = eglGetCurrentDisplay();
613 EGLDisplay dpy = eglGetCurrentDisplay();
658 EGLDisplay dpy = eglGetCurrentDisplay();
1014 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/core/jni/android/graphics/
H A DSurfaceTexture.cpp67 EGLDisplay dpy = eglGetCurrentDisplay();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java225 egl.eglMakeCurrent(egl.eglGetCurrentDisplay(),
/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp174 EGLDisplay display = eglGetCurrentDisplay();
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp373 return reinterpret_cast<jlong>(eglGetCurrentDisplay());
H A Dandroid_opengl_EGL14.cpp1096 /* EGLDisplay eglGetCurrentDisplay ( void ) */
1101 _returnValue = eglGetCurrentDisplay();
1238 {"eglGetCurrentDisplay", "()Landroid/opengl/EGLDisplay;", (void *) android_eglGetCurrentDisplay },
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp543 dpy = eglGetCurrentDisplay();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.cpp776 mLists[0]->dpy = eglGetCurrentDisplay();
/frameworks/native/opengl/libagl/
H A Degl.cpp1866 EGLDisplay eglGetCurrentDisplay(void) function
1868 // eglGetCurrentDisplay returns the current EGL display connection
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp920 EGLDisplay eglGetCurrentDisplay(void) function

Completed in 186 milliseconds