HomeSort by relevance Sort by last modified time
    Searched defs:GLOutOfMemoryException (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/src/com/android/camera/ui/
GLOutOfMemoryException.java 19 public class GLOutOfMemoryException extends Exception {
BitmapTexture.java 36 private void uploadToGL(GL11 gl) throws GLOutOfMemoryException {
77 throw new GLOutOfMemoryException();
102 } catch (GLOutOfMemoryException e) {
GLRootView.java 683 throws GLOutOfMemoryException {
719 throw new GLOutOfMemoryException();

Completed in 34 milliseconds