Home
last modified time | relevance | path

Searched refs:EGL_NO_DISPLAY (Results 1 – 25 of 25) sorted by relevance

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp89 : 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 DVkInteropFunctorDrawable.cpp62 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 Dgl_env.cpp38 : 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 DGLHelper.java29 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 DEGLImpl.java120 return EGL10.EGL_NO_DISPLAY; in eglGetDisplay()
140 return EGL10.EGL_NO_DISPLAY; in eglGetCurrentDisplay()
/aosp14/frameworks/base/libs/hwui/utils/
H A DGLUtils.h72 EGLDisplay mDisplay = EGL_NO_DISPLAY;
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DEGL15.java72 public static final EGLDisplay EGL_NO_DISPLAY = null; field in EGL15
H A DEGL14.java36 public static EGLDisplay EGL_NO_DISPLAY = null; field in EGL14
H A DEGLLogWrapper.java431 } else if (object == EGL_NO_DISPLAY) { in arg()
H A DGLSurfaceView.java1038 if (mEglDisplay == EGL10.EGL_NO_DISPLAY) { in start()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java94 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 DSingleFrameTextureViewTestActivity.java129 if (mEglDisplay == EGL10.EGL_NO_DISPLAY) { in onSurfaceTextureAvailable()
H A DGLTextureViewActivity.java365 if (mEglDisplay == EGL10.EGL_NO_DISPLAY) { in initGL()
/aosp14/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.cpp100 *display = EGL_NO_DISPLAY; in createReleaseFence()
H A DHardwareBitmapUploader.cpp173 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 DBlockingGLTextureView.java159 if (mEglDisplay == EGL10.EGL_NO_DISPLAY) { in start()
/aosp14/frameworks/base/core/jni/
H A Dandroid_graphics_SurfaceTexture.cpp72 if (dpy == EGL_NO_DISPLAY || ctx == EGL_NO_CONTEXT) { in isProtectedContext()
H A Dandroid_opengl_EGL14.cpp86 …= _env->NewObject(egldisplayClass, egldisplayConstructor, reinterpret_cast<jlong>(EGL_NO_DISPLAY)); in nativeClassInit()
123 (EGLDisplay)handle == EGL_NO_DISPLAY) { in toEGLHandle()
H A Dandroid_opengl_EGL15.cpp93 …= _env->NewObject(egldisplayClass, egldisplayConstructor, reinterpret_cast<jlong>(EGL_NO_DISPLAY)); in nativeClassInit()
H A Dcom_google_android_gles_jni_EGLImpl.cpp47 if (!o) return EGL_NO_DISPLAY; in getDisplay()
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java318 if (mEglDisplay == EGL10.EGL_NO_DISPLAY) { in initGL()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java403 if (display == EGL10.EGL_NO_DISPLAY) { in checkDisplay()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java620 if (mEglDisplay == EGL14.EGL_NO_DISPLAY) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt29522 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;