Searched refs:GL_OUT_OF_MEMORY (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DGLUtils.cpp42 case GL_OUT_OF_MEMORY:
/frameworks/base/opengl/java/android/opengl/
H A DGLU.java49 case GL10.GL_OUT_OF_MEMORY:
H A DGLES10.java152 public static final int GL_OUT_OF_MEMORY = 0x0505; field in class:GLES10
H A DGLES20.java91 public static final int GL_OUT_OF_MEMORY = 0x0505; field in class:GLES20
H A DGLLogWrapper.java267 case GL_OUT_OF_MEMORY:
268 return "GL_OUT_OF_MEMORY";
/frameworks/native/opengl/libagl/
H A Dtexture.cpp295 return GL_OUT_OF_MEMORY;
389 return GL_OUT_OF_MEMORY;
400 return GL_OUT_OF_MEMORY;
624 ogles_error(c, GL_OUT_OF_MEMORY);
883 ogles_error(c, GL_OUT_OF_MEMORY);
1539 ogles_error(c, GL_OUT_OF_MEMORY);
H A Darray.cpp121 ogles_error(c, GL_OUT_OF_MEMORY);
1466 ogles_error(c, GL_OUT_OF_MEMORY);
1500 ogles_error(c, GL_OUT_OF_MEMORY);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if152 public static final int GL_OUT_OF_MEMORY = 0x0505;
H A DGLES20Header.java-if91 public static final int GL_OUT_OF_MEMORY = 0x0505;
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java150 int GL_OUT_OF_MEMORY = 0x0505; field in interface:GL10
/frameworks/rs/driver/
H A DrsdGL.cpp505 case GL_OUT_OF_MEMORY:
/frameworks/native/opengl/include/GLES/
H A Dgl.h171 #define GL_OUT_OF_MEMORY 0x0505 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h141 #define GL_OUT_OF_MEMORY 0x0505 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h198 #define GL_OUT_OF_MEMORY 0x0505 macro
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h141 #define GL_OUT_OF_MEMORY 0x0505 macro
H A Dgl31.h141 #define GL_OUT_OF_MEMORY 0x0505 macro

Completed in 238 milliseconds