/frameworks/av/services/camera/virtualcamera/util/ |
D | EglDisplayContext.cc | 34 : mEglDisplay(EGL_NO_DISPLAY), in EglDisplayContext() 41 if (mEglDisplay == EGL_NO_DISPLAY) { in EglDisplayContext() 103 if (mEglDisplay != EGL_NO_DISPLAY) { in ~EglDisplayContext() 113 return mEglContext != EGL_NO_CONTEXT && mEglDisplay != EGL_NO_DISPLAY; in isInitialized()
|
/frameworks/native/libs/nativedisplay/surfacetexture/ |
D | ImageConsumer.cpp | 67 st.releaseBufferLocked(slot, st.mSlots[slot].mGraphicBuffer, EGL_NO_DISPLAY, in dequeueBuffer() 78 EGLDisplay display = EGL_NO_DISPLAY; in dequeueBuffer() 82 st.releaseBufferLocked(slot, st.mSlots[slot].mGraphicBuffer, EGL_NO_DISPLAY, in dequeueBuffer() 94 st.releaseBufferLocked(slot, st.mSlots[slot].mGraphicBuffer, EGL_NO_DISPLAY, in dequeueBuffer()
|
D | EGLConsumer.cpp | 86 EGLConsumer::EGLConsumer() : mEglDisplay(EGL_NO_DISPLAY), mEglContext(EGL_NO_CONTEXT) {} in EGLConsumer() 325 if (mEglDisplay == EGL_NO_DISPLAY) { in bindTextureImageLocked() 379 if (mEglDisplay == EGL_NO_DISPLAY) { in checkAndUpdateEglStateLocked() 387 if (mEglDisplay != dpy || dpy == EGL_NO_DISPLAY) { in checkAndUpdateEglStateLocked() 406 if (mEglDisplay != dpy && mEglDisplay != EGL_NO_DISPLAY) { in detachFromContext() 416 if (dpy != EGL_NO_DISPLAY && ctx != EGL_NO_CONTEXT) { in detachFromContext() 425 mEglDisplay = EGL_NO_DISPLAY; in detachFromContext() 445 if (dpy == EGL_NO_DISPLAY) { in attachToContext() 546 if (mEglDisplay != dpy || mEglDisplay == EGL_NO_DISPLAY) { in doGLFenceWaitLocked() 608 : mGraphicBuffer(graphicBuffer), mEglImage(EGL_NO_IMAGE_KHR), mEglDisplay(EGL_NO_DISPLAY) {} in EglImage() [all …]
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 120 mEglDisplay(EGL_NO_DISPLAY), in GLConsumer() 149 mEglDisplay(EGL_NO_DISPLAY), in GLConsumer() 457 if (mEglDisplay == EGL_NO_DISPLAY) { in bindTextureImageLocked() 512 if (mEglDisplay == EGL_NO_DISPLAY) { in checkAndUpdateEglStateLocked() 520 if (mEglDisplay != dpy || dpy == EGL_NO_DISPLAY) { in checkAndUpdateEglStateLocked() 566 if (mEglDisplay != dpy && mEglDisplay != EGL_NO_DISPLAY) { in detachFromContext() 576 if (dpy != EGL_NO_DISPLAY && ctx != EGL_NO_CONTEXT) { in detachFromContext() 585 mEglDisplay = EGL_NO_DISPLAY; in detachFromContext() 611 if (dpy == EGL_NO_DISPLAY) { in attachToContext() 849 if (mEglDisplay != dpy || mEglDisplay == EGL_NO_DISPLAY) { in doGLFenceWaitLocked() [all …]
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 103 if (mEglDisplay == EGL_NO_DISPLAY) { in eglSetupContext() 160 if (mEglDisplay != EGL_NO_DISPLAY) { in eglRelease() 173 mEglDisplay = EGL_NO_DISPLAY; in eglRelease()
|
D | EglWindow.h | 35 mEglDisplay(EGL_NO_DISPLAY), in EglWindow()
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 128 if ( (eglDisplay = eglGetDisplay(EGL_DEFAULT_DISPLAY)) == EGL_NO_DISPLAY ) in init_gl_surface() 167 if (eglDisplay != EGL_NO_DISPLAY) in free_gl_surface() 169 eglMakeCurrent( EGL_NO_DISPLAY, EGL_NO_SURFACE, in free_gl_surface() 174 eglDisplay = EGL_NO_DISPLAY; in free_gl_surface()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egltypes.h | 19 #define EGL_NO_DISPLAY ((EGLDisplay)0) macro
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_display.cpp | 130 EGLDisplay dpy = EGL_NO_DISPLAY; in getPlatformDisplayAngle() 163 if (dpy == EGL_NO_DISPLAY) { in getPlatformDisplayAngle() 187 EGLDisplay dpy = EGL_NO_DISPLAY; in getPlatformDisplay() 196 if (dpy == EGL_NO_DISPLAY) { in getPlatformDisplay() 207 if (dpy == EGL_NO_DISPLAY) { in getPlatformDisplay() 215 if (dpy == EGL_NO_DISPLAY) { in getPlatformDisplay()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | EGL14cHeader.cpp | 87 …= _env->NewObject(egldisplayClass, egldisplayConstructor, reinterpret_cast<jlong>(EGL_NO_DISPLAY)); in nativeClassInit() 124 (EGLDisplay)handle == EGL_NO_DISPLAY) { in toEGLHandle()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 92 : mEglDisplay(EGL_NO_DISPLAY) in EglManager() 114 LOG_ALWAYS_FATAL_IF(mEglDisplay == EGL_NO_DISPLAY, "Failed to get EGL_DEFAULT_DISPLAY! err=%s", in initialize() 324 return mEglDisplay != EGL_NO_DISPLAY; in hasEglContext() 378 LOG_ALWAYS_FATAL_IF(mEglDisplay == EGL_NO_DISPLAY, in createPBufferSurface() 533 if (mEglDisplay == EGL_NO_DISPLAY) return; in destroy() 543 mEglDisplay = EGL_NO_DISPLAY; in destroy()
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.cpp | 27 mDisplay(EGL_NO_DISPLAY), in GLHelper() 45 if (mDisplay == EGL_NO_DISPLAY) { in setUp() 116 if (mDisplay != EGL_NO_DISPLAY) { in tearDown() 129 mDisplay = EGL_NO_DISPLAY; in tearDown()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 222 if ( (eglDisplay = eglGetDisplay(EGL_DEFAULT_DISPLAY)) == EGL_NO_DISPLAY ) in init_gl_surface() 280 if (eglDisplay != EGL_NO_DISPLAY) in free_gl_surface() 282 eglMakeCurrent( EGL_NO_DISPLAY, EGL_NO_SURFACE, in free_gl_surface() 287 eglDisplay = EGL_NO_DISPLAY; in free_gl_surface()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | VkInteropFunctorDrawable.cpp | 64 if (display != EGL_NO_DISPLAY) { in vkInvokeFunctor() 114 LOG_ALWAYS_FATAL_IF(display == EGL_NO_DISPLAY, "Failed to get EGL_DEFAULT_DISPLAY! err=%s", in onDraw()
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | GLHelper.java | 29 import static android.opengl.EGL14.EGL_NO_DISPLAY; 75 if (eglDisplay == null || eglDisplay == EGL_NO_DISPLAY) { in retrieveTextureSizeFromGL()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_env.cpp | 38 : display_(EGL_NO_DISPLAY), in GLEnv() 85 display_ != EGL_NO_DISPLAY); in IsInitialized() 125 (display() != EGL_NO_DISPLAY) && in InitWithCurrentContext()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | BufferGenerator.cpp | 100 : mEglDisplay(EGL_NO_DISPLAY), mEglSurface(EGL_NO_SURFACE), mEglContext(EGL_NO_CONTEXT) {} in EglManager() 108 if (mEglDisplay == EGL_NO_DISPLAY) return false; in initialize() 198 if (mEglDisplay == EGL_NO_DISPLAY) return; in cleanup()
|
/frameworks/native/libs/gui/tests/ |
D | GLTest.h | 39 mEglDisplay(EGL_NO_DISPLAY), in GLTest()
|
D | BufferQueue_test.cpp | 427 ASSERT_EQ(OK, mConsumer->releaseBuffer(newSlot, 0, EGL_NO_DISPLAY, in TEST_F() 612 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 656 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 687 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 738 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 877 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 932 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 949 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 962 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 966 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() [all …]
|
D | StreamSplitter_test.cpp | 99 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 172 item.mFrameNumber, EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, in TEST_F()
|
/frameworks/base/libs/hwui/utils/ |
D | GLUtils.h | 72 EGLDisplay mDisplay = EGL_NO_DISPLAY;
|
/frameworks/native/libs/gui/include/gui/ |
D | BufferSlot.h | 180 mEglDisplay(EGL_NO_DISPLAY), in BufferSlot()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 120 return EGL10.EGL_NO_DISPLAY; in eglGetDisplay() 140 return EGL10.EGL_NO_DISPLAY; in eglGetCurrentDisplay()
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL15.java | 72 public static final EGLDisplay EGL_NO_DISPLAY = null; field in EGL15
|
/frameworks/native/opengl/tests/gl_perf/ |
D | gl2_perf.cpp | 70 if (dpy == EGL_NO_DISPLAY) { in main()
|