Searched refs:throwEglException (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java180 throwEglException("createContext");
288 private void throwEglException(String function) { method in class:BlockingGLTextureView.EglHelper
289 throwEglException(function, mEgl.eglGetError());
292 public static void throwEglException(String function, int error) { method in class:BlockingGLTextureView.EglHelper
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java807 EglHelper.throwEglException("eglDestroyContex", egl.eglGetError());
1063 throwEglException("createContext");
1212 private void throwEglException(String function) { method in class:GLSurfaceView.EglHelper
1213 throwEglException(function, mEgl.eglGetError());
1216 public static void throwEglException(String function, int error) { method in class:GLSurfaceView.EglHelper
1219 Log.e("EglHelper", "throwEglException tid=" + Thread.currentThread().getId() + " "

Completed in 69 milliseconds