Searched refs:GLException (Results 1 – 7 of 7) sorted by relevance
24 public class GLException extends RuntimeException { class25 public GLException(final int error) { in GLException() method in GLException30 public GLException(final int error, final String string) { in GLException() method in GLException
375 throw new GLException(eglError, errorMessage); in checkError()
51 throw new GLException(GLDebugHelper.ERROR_WRONG_THREAD, in checkThread()62 throw new GLException(glError); in checkError()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
30500 public class GLException extends java.lang.RuntimeException {30501 ctor public GLException(int);30502 ctor public GLException(int, String);
21169 public class GLException extends java.lang.RuntimeException {21170 ctor public GLException(int);21171 ctor public GLException(int, java.lang.String);
37848 Landroid/opengl/GLException;->getError()I37849 Landroid/opengl/GLException;->getErrorString(I)Ljava/lang/String;37850 Landroid/opengl/GLException;->mError:I