Home
last modified time | relevance | path

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

/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/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java717 Log.w(GL_LOG_TAG, "EGL error = " + GLUtils.getEGLErrorString(error)); in checkEglError()
745 GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL()
751 GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL()
762 GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL()
794 GLUtils.getEGLErrorString(error) + "."); in initGL()
798 GLUtils.getEGLErrorString(error)); in initGL()
803 GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL()
821 GLUtils.getEGLErrorString(mEgl.eglGetError())); in chooseEglConfig()
/frameworks/base/opengl/java/android/opengl/
DGLUtils.java227 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/opt/setupwizard/tools/docs/
Dandroid-22.txt21239 method public static java.lang.String getEGLErrorString(int);
/frameworks/base/api/
Dcurrent.txt28029 method public static java.lang.String getEGLErrorString(int);
Dtest-current.txt28098 method public static java.lang.String getEGLErrorString(int);
Dsystem-current.txt30469 method public static java.lang.String getEGLErrorString(int);