Searched refs:throwEglException (Results 1 – 1 of 1) sorted by relevance
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