Searched refs:GL_STACK_OVERFLOW (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLU.java45 case GL10.GL_STACK_OVERFLOW:
H A DGLES32.java39 public static final int GL_STACK_OVERFLOW = 0x0503; field in class:GLES32
H A DGLES10.java199 public static final int GL_STACK_OVERFLOW = 0x0503; field in class:GLES10
H A DGLLogWrapper.java263 case GL_STACK_OVERFLOW:
264 return "GL_STACK_OVERFLOW";
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES32Header.java-if39 public static final int GL_STACK_OVERFLOW = 0x0503;
H A DGLES10Header.java-if199 public static final int GL_STACK_OVERFLOW = 0x0503;
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java197 int GL_STACK_OVERFLOW = 0x0503; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h169 #define GL_STACK_OVERFLOW 0x0503 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h196 #define GL_STACK_OVERFLOW 0x0503 macro
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp461 return GL_STACK_OVERFLOW;
/frameworks/native/opengl/include/GLES3/
H A Dgl32.h1582 #define GL_STACK_OVERFLOW 0x0503 macro

Completed in 7927 milliseconds