Searched refs:GlOutOfMemoryException (Results 1 – 2 of 2) sorted by relevance
25 public static class GlOutOfMemoryException extends RuntimeException { class in GlUtil26 public GlOutOfMemoryException(String msg) { in GlOutOfMemoryException() method in GlUtil.GlOutOfMemoryException36 ? new GlOutOfMemoryException(msg) in checkNoGLES2Error()
683 } catch (GlUtil.GlOutOfMemoryException e) { in renderFrameOnRenderThread()