Searched refs:GL_STACK_OVERFLOW (Results 1 - 8 of 8) sorted by last modified time

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

Completed in 4295 milliseconds