Searched refs:GL_STACK_UNDERFLOW (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLU.java47 case GL10.GL_STACK_UNDERFLOW:
H A DGLES10.java200 public static final int GL_STACK_UNDERFLOW = 0x0504; field in class:GLES10
H A DGLLogWrapper.java265 case GL_STACK_UNDERFLOW:
266 return "GL_STACK_UNDERFLOW";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java198 int GL_STACK_UNDERFLOW = 0x0504; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h170 #define GL_STACK_UNDERFLOW 0x0504 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h197 #define GL_STACK_UNDERFLOW 0x0504 macro
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp472 return GL_STACK_UNDERFLOW;

Completed in 841 milliseconds