/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/ |
H A D | GLHelper.java | 42 import static android.opengl.EGL14.eglGetError; 76 err = "eglGetDisplay failed: " + GLUtils.getEGLErrorString(eglGetError()); in retrieveTextureSizeFromGL() 81 err = "eglInitialize failed: " + GLUtils.getEGLErrorString(eglGetError()); in retrieveTextureSizeFromGL() 103 err = "eglChooseConfig failed: " + GLUtils.getEGLErrorString(eglGetError()); in retrieveTextureSizeFromGL() 118 err = "eglCreateContext failed: " + GLUtils.getEGLErrorString(eglGetError()); in retrieveTextureSizeFromGL()
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | SingleFrameTextureViewTestActivity.java | 131 + GLUtils.getEGLErrorString(mEgl.eglGetError())); in onSurfaceTextureAvailable() 137 GLUtils.getEGLErrorString(mEgl.eglGetError())); in onSurfaceTextureAvailable() 150 int error = mEgl.eglGetError(); in onSurfaceTextureAvailable() 161 + GLUtils.getEGLErrorString(mEgl.eglGetError())); in onSurfaceTextureAvailable() 177 GLUtils.getEGLErrorString(mEgl.eglGetError())); in onSurfaceTextureAvailable()
|
H A D | GLTextureViewActivity.java | 333 int error = mEgl.eglGetError(); in checkEglError() 356 + GLUtils.getEGLErrorString(mEgl.eglGetError())); in checkCurrent() 367 + GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL() 373 GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL() 386 int error = mEgl.eglGetError(); in initGL() 397 + GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL() 415 GLUtils.getEGLErrorString(mEgl.eglGetError())); in chooseEglConfig()
|
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
H A D | ImageFlipRenderThread.java | 286 int error = mEgl.eglGetError(); in checkEglError() 309 + GLUtils.getEGLErrorString(mEgl.eglGetError())); in checkCurrent() 320 + GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL() 326 GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL() 339 int error = mEgl.eglGetError(); in initGL() 350 + GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL() 366 GLUtils.getEGLErrorString(mEgl.eglGetError())); in chooseEglConfig()
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | EglManager.cpp | 69 return egl_error_str(eglGetError()); in eglErrorString() 486 return Error<EGLint>{eglGetError()}; in createSurface() 544 *errOut = eglGetError(); in makeCurrent() 612 EGLint err = eglGetError(); in swapBuffers() 688 ALOGE("EglManager::fenceWait: error creating EGL fence: %#x", eglGetError()); in fenceWait() 696 EGLint eglErr = eglGetError(); in fenceWait() 723 ALOGE("EglManager::createReleaseFence: error creating EGL fence: %#x", eglGetError()); in createReleaseFence() 732 eglGetError()); in createReleaseFence() 746 eglGetError()); in createReleaseFence() 759 ALOGE("EglManager::createReleaseFence: error creating fence: %#x", eglGetError()); in createReleaseFence()
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
H A D | BlockingGLTextureView.java | 120 GLUtils.getEGLErrorString(mEgl.eglGetError())); in chooseEglConfig() 222 int error = mEgl.eglGetError(); in createSurface() 238 logEglErrorAsWarning("EGLHelper", "eglMakeCurrent", mEgl.eglGetError()); in createSurface() 258 return mEgl.eglGetError(); in swap() 289 throwEglException(function, mEgl.eglGetError()); in throwEglException()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | RenderTarget.java | 326 getEGLErrorString(egl, egl.eglGetError())); in chooseEglConfig() 372 getEGLErrorString(egl, egl.eglGetError())); in initEgl() 405 + getEGLErrorString(egl, egl.eglGetError())); in checkDisplay() 412 + getEGLErrorString(egl, egl.eglGetError())); in checkContext() 419 + getEGLErrorString(egl, egl.eglGetError())); in checkSurface() 424 int error = egl.eglGetError(); in checkEglError() 441 return GLUtils.getEGLErrorString(egl.eglGetError()); in getEGLErrorStringICS()
|
/aosp14/frameworks/base/media/mca/filterfw/native/core/ |
H A D | gl_env.cpp | 318 for (EGLint error = eglGetError(); in CheckEGLError() 320 error = eglGetError()) { in CheckEGLError() 331 for (EGLint error = eglGetError(); in CheckEGLMakeCurrentError() 333 error = eglGetError()) { in CheckEGLMakeCurrentError()
|
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | VkInteropFunctorDrawable.cpp | 167 "Could not create sync fence %#x", eglGetError()); in onDraw() 175 "Failed to wait for the fence %#x", eglGetError()); in onDraw()
|
H A D | SkiaOpenGLPipeline.cpp | 264 eglGetError()); in flush()
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLSurfaceView.java | 808 EglHelper.throwEglException("eglDestroyContex", egl.eglGetError()); in destroyContext() 1114 int error = mEgl.eglGetError(); in createSurface() 1130 logEglErrorAsWarning("EGLHelper", "eglMakeCurrent", mEgl.eglGetError()); in createSurface() 1171 return mEgl.eglGetError(); in swap() 1214 throwEglException(function, mEgl.eglGetError()); in throwEglException()
|
H A D | EGLLogWrapper.java | 242 public int eglGetError() { in eglGetError() method in EGLLogWrapper 246 int result = mEgl10.eglGetError(); in eglGetError() 371 if ((eglError = mEgl10.eglGetError()) != EGL_SUCCESS) { in checkError()
|
H A D | EGL14.java | 156 public static native int eglGetError( in eglGetError() method in EGL14
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | HardwareBitmapUploader.cpp | 207 ALOGW("Could not create sync fence %#x", eglGetError()); in onUploadHardwareBitmap() 219 "Failed to wait for the fence %#x", eglGetError()); in onUploadHardwareBitmap()
|
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
H A D | EGL10.java | 113 int eglGetError(); in eglGetError() method
|
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | EGLImpl.java | 44 public native int eglGetError(); in eglGetError() method in EGLImpl
|
/aosp14/frameworks/base/core/jni/ |
H A D | com_google_android_gles_jni_EGLImpl.cpp | 358 EGLint error = eglGetError(); in jni_eglGetError()
|
H A D | android_opengl_EGL14.cpp | 141 _returnValue = eglGetError(); in android_eglGetError()
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | ColorFade.java | 794 Slog.e(TAG, func + " failed: error " + EGL14.eglGetError(), new Throwable());
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 697 SLOGE("Can't make the new surface current. Error %d", eglGetError()); in resizeSurface()
|
/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 | 29444 method public static int eglGetError(); 60877 method public int eglGetError();
|