/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | EglManager.cpp | 89 : mEglDisplay(EGL_NO_DISPLAY) in EglManager() 111 LOG_ALWAYS_FATAL_IF(mEglDisplay == EGL_NO_DISPLAY, "Failed to get EGL_DEFAULT_DISPLAY! err=%s", in initialize() 321 return mEglDisplay != EGL_NO_DISPLAY; in hasEglContext() 375 LOG_ALWAYS_FATAL_IF(mEglDisplay == EGL_NO_DISPLAY, in createPBufferSurface() 519 if (mEglDisplay == EGL_NO_DISPLAY) return; in destroy() 529 mEglDisplay = EGL_NO_DISPLAY; in destroy()
|
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | VkInteropFunctorDrawable.cpp | 62 if (display != EGL_NO_DISPLAY) { in vkInvokeFunctor() 112 LOG_ALWAYS_FATAL_IF(display == EGL_NO_DISPLAY, "Failed to get EGL_DEFAULT_DISPLAY! err=%s", in onDraw()
|
/aosp14/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()
|
/aosp14/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()
|
/aosp14/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()
|
/aosp14/frameworks/base/libs/hwui/utils/ |
H A D | GLUtils.h | 72 EGLDisplay mDisplay = EGL_NO_DISPLAY;
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | EGL15.java | 72 public static final EGLDisplay EGL_NO_DISPLAY = null; field in EGL15
|
H A D | EGL14.java | 36 public static EGLDisplay EGL_NO_DISPLAY = null; field in EGL14
|
H A D | EGLLogWrapper.java | 431 } else if (object == EGL_NO_DISPLAY) { in arg()
|
H A D | GLSurfaceView.java | 1038 if (mEglDisplay == EGL10.EGL_NO_DISPLAY) { in start()
|
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
H A D | EGL10.java | 94 EGLDisplay EGL_NO_DISPLAY = new com.google.android.gles_jni.EGLDisplayImpl(0); field
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | SingleFrameTextureViewTestActivity.java | 129 if (mEglDisplay == EGL10.EGL_NO_DISPLAY) { in onSurfaceTextureAvailable()
|
H A D | GLTextureViewActivity.java | 365 if (mEglDisplay == EGL10.EGL_NO_DISPLAY) { in initGL()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | DeferredLayerUpdater.cpp | 100 *display = EGL_NO_DISPLAY; in createReleaseFence()
|
H A D | HardwareBitmapUploader.cpp | 173 LOG_ALWAYS_FATAL_IF(display == EGL_NO_DISPLAY, "Failed to get EGL_DEFAULT_DISPLAY! err=%s", in onUploadHardwareBitmap()
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
H A D | BlockingGLTextureView.java | 159 if (mEglDisplay == EGL10.EGL_NO_DISPLAY) { in start()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_graphics_SurfaceTexture.cpp | 72 if (dpy == EGL_NO_DISPLAY || ctx == EGL_NO_CONTEXT) { in isProtectedContext()
|
H A D | android_opengl_EGL14.cpp | 86 …= _env->NewObject(egldisplayClass, egldisplayConstructor, reinterpret_cast<jlong>(EGL_NO_DISPLAY)); in nativeClassInit() 123 (EGLDisplay)handle == EGL_NO_DISPLAY) { in toEGLHandle()
|
H A D | android_opengl_EGL15.cpp | 93 …= _env->NewObject(egldisplayClass, egldisplayConstructor, reinterpret_cast<jlong>(EGL_NO_DISPLAY)); in nativeClassInit()
|
H A D | com_google_android_gles_jni_EGLImpl.cpp | 47 if (!o) return EGL_NO_DISPLAY; in getDisplay()
|
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
H A D | ImageFlipRenderThread.java | 318 if (mEglDisplay == EGL10.EGL_NO_DISPLAY) { in initGL()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | RenderTarget.java | 403 if (display == EGL10.EGL_NO_DISPLAY) { in checkDisplay()
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | ColorFade.java | 620 if (mEglDisplay == EGL14.EGL_NO_DISPLAY) {
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 29522 field public static android.opengl.EGLDisplay EGL_NO_DISPLAY; 29616 field public static final android.opengl.EGLDisplay EGL_NO_DISPLAY; 60931 field public static final javax.microedition.khronos.egl.EGLDisplay EGL_NO_DISPLAY;
|