Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
DEglHelper.java82 Log.w(TAG, "eglGetDisplay failed: " + GLUtils.getEGLErrorString(eglGetError())); in init()
88 Log.w(TAG, "eglInitialize failed: " + GLUtils.getEGLErrorString(eglGetError())); in init()
117 Log.w(TAG, "eglChooseConfig failed: " + GLUtils.getEGLErrorString(eglGetError())); in chooseEglConfig()
151 Log.w(TAG, "createWindowSurface failed: " + GLUtils.getEGLErrorString(eglGetError())); in createEglSurface()
156 Log.w(TAG, "eglMakeCurrent failed: " + GLUtils.getEGLErrorString(eglGetError())); in createEglSurface()
191 Log.w(TAG, "eglCreateContext failed: " + GLUtils.getEGLErrorString(eglGetError())); in createEglContext()
223 Log.w(TAG, "eglSwapBuffers failed: " + GLUtils.getEGLErrorString(error)); in swapBuffer()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
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()
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()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
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()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
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()
/frameworks/base/opengl/java/android/opengl/
DGLUtils.java231 public static String getEGLErrorString(int error) { in getEGLErrorString() method in GLUtils
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java120 GLUtils.getEGLErrorString(mEgl.eglGetError())); in chooseEglConfig()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...