Searched refs:GLException (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLException.java24 public class GLException extends RuntimeException { class in inherits:RuntimeException
25 public GLException(final int error) { method in class:GLException
30 public GLException(final int error, final String string) { method in class:GLException
H A DEGLLogWrapper.java375 throw new GLException(eglError, errorMessage);
H A DGLErrorWrapper.java28 * glError after each GL operation, and throw a GLException if an error
51 throw new GLException(GLDebugHelper.ERROR_WRONG_THREAD,
62 throw new GLException(glError);

Completed in 235 milliseconds