Home
last modified time | relevance | path

Searched refs:getEGLErrorString (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSingleFrameTextureViewTestActivity.java131 + GLUtils.getEGLErrorString(mEgl.eglGetError())); in onSurfaceTextureAvailable()
137 GLUtils.getEGLErrorString(mEgl.eglGetError())); in onSurfaceTextureAvailable()
156 + GLUtils.getEGLErrorString(error)); in onSurfaceTextureAvailable()
161 + GLUtils.getEGLErrorString(mEgl.eglGetError())); in onSurfaceTextureAvailable()
177 GLUtils.getEGLErrorString(mEgl.eglGetError())); in onSurfaceTextureAvailable()
H A DGLTextureViewActivity.java356 + GLUtils.getEGLErrorString(mEgl.eglGetError())); in checkCurrent()
367 + GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL()
373 GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL()
392 + GLUtils.getEGLErrorString(error)); in initGL()
397 + GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL()
415 GLUtils.getEGLErrorString(mEgl.eglGetError())); in chooseEglConfig()
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DGLHelper.java76 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/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java326 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()
431 private static String getEGLErrorString(EGL10 egl, int eglError) { in getEGLErrorString() method in RenderTarget
441 return GLUtils.getEGLErrorString(egl.eglGetError()); in getEGLErrorStringICS()
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java309 + GLUtils.getEGLErrorString(mEgl.eglGetError())); in checkCurrent()
320 + GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL()
326 GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL()
345 + GLUtils.getEGLErrorString(error)); in initGL()
350 + GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL()
366 GLUtils.getEGLErrorString(mEgl.eglGetError())); in chooseEglConfig()
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLUtils.java227 public static String getEGLErrorString(int error) { in getEGLErrorString() method in GLUtils
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java120 GLUtils.getEGLErrorString(mEgl.eglGetError())); in chooseEglConfig()
/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.txt32358 method public static String getEGLErrorString(int);