/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/ |
H A 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() 625 mEglDisplay = EGL_NO_DISPLAY; in createIfNeeded() [all …]
|
H A D | ImageConsumer.cpp | 66 st.releaseBufferLocked(slot, st.mSlots[slot].mGraphicBuffer, EGL_NO_DISPLAY, in dequeueBuffer() 77 EGLDisplay display = EGL_NO_DISPLAY; in dequeueBuffer() 81 st.releaseBufferLocked(slot, st.mSlots[slot].mGraphicBuffer, EGL_NO_DISPLAY, in dequeueBuffer() 93 st.releaseBufferLocked(slot, st.mSlots[slot].mGraphicBuffer, EGL_NO_DISPLAY, in dequeueBuffer()
|
/aosp12/frameworks/native/libs/gui/ |
H A 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() 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() 939 mEglDisplay(EGL_NO_DISPLAY) { in EglImage() 964 mEglDisplay = EGL_NO_DISPLAY; in createIfNeeded() [all …]
|
/aosp12/frameworks/native/opengl/tests/tritex/ |
H A 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()
|
/aosp12/frameworks/av/cmds/screenrecord/ |
H A 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()
|
H A D | EglWindow.h | 35 mEglDisplay(EGL_NO_DISPLAY), in EglWindow()
|
/aosp12/packages/services/Car/cpp/evs/support_library/ |
H A D | RenderBase.cpp | 35 EGLDisplay RenderBase::sDisplay = EGL_NO_DISPLAY; 49 if (sDisplay != EGL_NO_DISPLAY) { in prepareGL() 69 if (display == EGL_NO_DISPLAY) { in prepareGL()
|
/aosp12/packages/services/Car/cpp/evs/apps/default/ |
H A D | RenderBase.cpp | 30 EGLDisplay RenderBase::sDisplay = EGL_NO_DISPLAY; 44 if (sDisplay != EGL_NO_DISPLAY) { in prepareGL() 64 if (display == EGL_NO_DISPLAY) { in prepareGL()
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | egl_display.cpp | 135 EGLDisplay dpy = EGL_NO_DISPLAY; in getPlatformDisplayAngle() 168 if (dpy == EGL_NO_DISPLAY) { in getPlatformDisplayAngle() 192 EGLDisplay dpy = EGL_NO_DISPLAY; in getPlatformDisplay() 201 if (dpy == EGL_NO_DISPLAY) { in getPlatformDisplay() 212 if (dpy == EGL_NO_DISPLAY) { in getPlatformDisplay() 220 if (dpy == EGL_NO_DISPLAY) { in getPlatformDisplay()
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | EglManager.cpp | 89 : mEglDisplay(EGL_NO_DISPLAY) in EglManager() 110 LOG_ALWAYS_FATAL_IF(mEglDisplay == EGL_NO_DISPLAY, "Failed to get EGL_DEFAULT_DISPLAY! err=%s", in initialize() 276 return mEglDisplay != EGL_NO_DISPLAY; in hasEglContext() 330 LOG_ALWAYS_FATAL_IF(mEglDisplay == EGL_NO_DISPLAY, in createPBufferSurface() 441 if (mEglDisplay == EGL_NO_DISPLAY) return; in destroy() 451 mEglDisplay = EGL_NO_DISPLAY; in destroy()
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | BufferQueue_test.cpp | 609 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 652 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 681 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 729 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 913 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 928 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 937 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 941 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 960 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() 1182 EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, Fence::NO_FENCE)); in TEST_F() [all …]
|
H A D | GLTest.h | 39 mEglDisplay(EGL_NO_DISPLAY), in GLTest()
|
/aosp12/frameworks/native/opengl/tests/gl_basic/ |
H A 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()
|
/aosp12/frameworks/native/cmds/flatland/ |
H A D | GLHelper.cpp | 27 mDisplay(EGL_NO_DISPLAY), in GLHelper() 42 if (mDisplay == EGL_NO_DISPLAY) { in setUp() 113 if (mDisplay != EGL_NO_DISPLAY) { in tearDown() 126 mDisplay = EGL_NO_DISPLAY; in tearDown()
|
/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/ |
H A D | EGL14cHeader.cpp | 86 …= _env->NewObject(egldisplayClass, egldisplayConstructor, reinterpret_cast<jlong>(EGL_NO_DISPLAY)); in nativeClassInit() 123 (EGLDisplay)handle == EGL_NO_DISPLAY) { in toEGLHandle()
|
/aosp12/frameworks/base/media/mca/filterfw/native/core/ |
H A 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()
|
/aosp12/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | VkInteropFunctorDrawable.cpp | 59 if (display != EGL_NO_DISPLAY) { in vkInvokeFunctor() 109 LOG_ALWAYS_FATAL_IF(display == EGL_NO_DISPLAY, "Failed to get EGL_DEFAULT_DISPLAY! err=%s", in onDraw()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | BufferGenerator.cpp | 99 : mEglDisplay(EGL_NO_DISPLAY), mEglSurface(EGL_NO_SURFACE), mEglContext(EGL_NO_CONTEXT) {} in EglManager() 107 if (mEglDisplay == EGL_NO_DISPLAY) return false; in initialize() 197 if (mEglDisplay == EGL_NO_DISPLAY) return; in cleanup()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
H A D | EglHelper.java | 29 import static android.opengl.EGL14.EGL_NO_DISPLAY; 320 return mEglDisplay != null && mEglDisplay != EGL_NO_DISPLAY; in hasEglDisplay() 354 mEglDisplay = EGL_NO_DISPLAY; in terminateEglDisplay()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/ |
H A D | GLHelper.java | 29 import static android.opengl.EGL14.EGL_NO_DISPLAY; 75 if (eglDisplay == null || eglDisplay == EGL_NO_DISPLAY) { in retrieveTextureSizeFromGL()
|
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/ |
H A D | egltypes.h | 19 #define EGL_NO_DISPLAY ((EGLDisplay)0) macro
|
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | EGLImpl.java | 120 return EGL10.EGL_NO_DISPLAY; in eglGetDisplay() 140 return EGL10.EGL_NO_DISPLAY; in eglGetCurrentDisplay()
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | gl_common.h | 51 EGLDisplay egl_display = EGL_NO_DISPLAY;
|
/aosp12/frameworks/base/libs/hwui/utils/ |
H A D | GLUtils.h | 72 EGLDisplay mDisplay = EGL_NO_DISPLAY;
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | BufferSlot.h | 178 mEglDisplay(EGL_NO_DISPLAY), in BufferSlot()
|