Home
last modified time | relevance | path

Searched refs:throwEglException (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/tests/testPauseResume/
DREADME26 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfa…
27 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfa…
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java180 throwEglException("createContext"); in start()
288 private void throwEglException(String function) { in throwEglException() method in BlockingGLTextureView.EglHelper
289 throwEglException(function, mEgl.eglGetError()); in throwEglException()
292 public static void throwEglException(String function, int error) { in throwEglException() method in BlockingGLTextureView.EglHelper
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java808 EglHelper.throwEglException("eglDestroyContex", egl.eglGetError()); in destroyContext()
1064 throwEglException("createContext"); in start()
1213 private void throwEglException(String function) { in throwEglException() method in GLSurfaceView.EglHelper
1214 throwEglException(function, mEgl.eglGetError()); in throwEglException()
1217 public static void throwEglException(String function, int error) { in throwEglException() method in GLSurfaceView.EglHelper
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt51882 Landroid/opengl/GLSurfaceView$EglHelper;->throwEglException(Ljava/lang/String;)V
51883 Landroid/opengl/GLSurfaceView$EglHelper;->throwEglException(Ljava/lang/String;I)V