Home
last modified time | relevance | path

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

/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/HwAccelerationTest/src/com/android/test/hwui/
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/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java663 Log.w(GL_LOG_TAG, "EGL error = " + GLUtils.getEGLErrorString(error)); in checkEglError()
691 GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL()
697 GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL()
708 GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL()
740 GLUtils.getEGLErrorString(error) + "."); in initGL()
744 GLUtils.getEGLErrorString(error)); in initGL()
749 GLUtils.getEGLErrorString(mEgl.eglGetError())); in initGL()
767 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/base/api/
Dcurrent.txt22472 method public static java.lang.String getEGLErrorString(int);
Dsystem-current.txt24416 method public static java.lang.String getEGLErrorString(int);