Searched refs:throwEglException (Results 1 – 3 of 3) sorted by relevance
26 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfa…27 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfa…
180 throwEglException("createContext"); in start()288 private void throwEglException(String function) { in throwEglException() method in BlockingGLTextureView.EglHelper289 throwEglException(function, mEgl.eglGetError()); in throwEglException()292 public static void throwEglException(String function, int error) { in throwEglException() method in BlockingGLTextureView.EglHelper
778 EglHelper.throwEglException("eglDestroyContex", egl.eglGetError()); in destroyContext()1034 throwEglException("createContext"); in start()1183 private void throwEglException(String function) { in throwEglException() method in GLSurfaceView.EglHelper1184 throwEglException(function, mEgl.eglGetError()); in throwEglException()1187 public static void throwEglException(String function, int error) { in throwEglException() method in GLSurfaceView.EglHelper