Home
last modified time | relevance | path

Searched refs:eglGetCurrentDisplay (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_HardwareRenderer.cpp64 EGLDisplay display = eglGetCurrentDisplay(); in android_view_HardwareRenderer_preserveBackBuffer()
79 EGLDisplay display = eglGetCurrentDisplay(); in android_view_HardwareRenderer_isBackBufferPreserved()
108 EGLDisplay display = eglGetCurrentDisplay(); in android_view_HardwareRenderer_beginFrame()
Dcom_google_android_gles_jni_EGLImpl.cpp421 return (jint)eglGetCurrentDisplay(); in jni_eglGetCurrentDisplay()
Dandroid_opengl_EGL14.cpp1102 _returnValue = eglGetCurrentDisplay(); in android_eglGetCurrentDisplay()
/frameworks/base/libs/hwui/
DExtensions.cpp66 findExtensions(eglQueryString(eglGetCurrentDisplay(), EGL_EXTENSIONS), mEglExtensionList); in Extensions()
131 ALOGD("Supported EGL extensions:\n%s", eglQueryString(eglGetCurrentDisplay(), EGL_EXTENSIONS)); in dump()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.cpp92 if (display() != eglGetCurrentDisplay() || in Activate()
117 display_ = eglGetCurrentDisplay(); in InitWithCurrentContext()
188 && display() == eglGetCurrentDisplay() in IsActive()
356 return eglGetCurrentDisplay(); in GetCurrentDisplay()
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec28 EGLDisplay eglGetCurrentDisplay ( void )
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java108 EGLDisplay eglGetCurrentDisplay(); in eglGetCurrentDisplay() method
/frameworks/native/libs/gui/
DGLConsumer.cpp470 EGLDisplay dpy = eglGetCurrentDisplay(); in checkAndUpdateEglStateLocked()
527 EGLDisplay dpy = eglGetCurrentDisplay(); in detachFromContext()
584 EGLDisplay dpy = eglGetCurrentDisplay(); in attachToContext()
970 EGLDisplay dpy = eglGetCurrentDisplay(); in doGLFenceWaitLocked()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h217 GLAPI EGLDisplay APIENTRY eglGetCurrentDisplay (void);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java128 public synchronized EGLDisplay eglGetCurrentDisplay() { in eglGetCurrentDisplay() method in EGLImpl
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java207 public EGLDisplay eglGetCurrentDisplay() { in eglGetCurrentDisplay() method in EGLLogWrapper
211 EGLDisplay result = mEgl10.eglGetCurrentDisplay(); in eglGetCurrentDisplay()
DEGL14.java408 public static native EGLDisplay eglGetCurrentDisplay( in eglGetCurrentDisplay() method in EGL14
/frameworks/native/opengl/libs/EGL/
Degl_entries.in18 EGL_ENTRY(EGLDisplay, eglGetCurrentDisplay, void)
DeglApi.cpp829 EGLDisplay eglGetCurrentDisplay(void) in eglGetCurrentDisplay() function
/frameworks/native/opengl/include/EGL/
Degl.h306 EGLAPI EGLDisplay EGLAPIENTRY eglGetCurrentDisplay(void);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DRenderTarget.java225 egl.eglMakeCurrent(egl.eglGetCurrentDisplay(), in focusNone()
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto585 eglGetCurrentDisplay = 2016; enumerator
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt173 eglGetCurrentDisplay()) then EGL_NO_SYNC_KHR is returned and an
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp516 dpy = eglGetCurrentDisplay(); in TEST_F()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp699 mLists[0]->dpy = eglGetCurrentDisplay(); in commit()
/frameworks/native/opengl/libagl/
Degl.cpp1825 EGLDisplay eglGetCurrentDisplay(void) in eglGetCurrentDisplay() function
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1198 const GLMessage_Function GLMessage::eglGetCurrentDisplay; member in android::gltrace::GLMessage
Dgltrace.pb.h1546 static const Function eglGetCurrentDisplay = GLMessage_Function_eglGetCurrentDisplay; variable
/frameworks/base/api/
Dcurrent.txt15238 method public static android.opengl.EGLDisplay eglGetCurrentDisplay();
44890 method public abstract javax.microedition.khronos.egl.EGLDisplay eglGetCurrentDisplay();