Searched refs:getEGLErrorString (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
D | EglHelper.java | 82 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/ |
D | SingleFrameTextureViewTestActivity.java | 131 + 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()
|
D | GLTextureViewActivity.java | 356 + 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/services/core/java/com/android/server/wallpaper/ |
D | GLHelper.java | 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()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
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() 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/ |
D | ImageFlipRenderThread.java | 309 + 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/ |
D | GLUtils.java | 231 public static String getEGLErrorString(int error) { in getEGLErrorString() method in GLUtils
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | BlockingGLTextureView.java | 120 GLUtils.getEGLErrorString(mEgl.eglGetError())); in chooseEglConfig()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 21239 method public static java.lang.String getEGLErrorString(int);
|
/frameworks/base/api/ |
D | current.txt | 33902 method public static String getEGLErrorString(int);
|