Searched refs:GL_STACK_UNDERFLOW (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/glx/ |
D | clientattrib.c | 123 __glXSetError(gc, GL_STACK_UNDERFLOW); in __indirect_glPopClientAttrib()
|
/external/mesa3d/src/mesa/main/ |
D | matrix.c | 293 _mesa_error(ctx, GL_STACK_UNDERFLOW, in _mesa_PopMatrix() 298 _mesa_error(ctx, GL_STACK_UNDERFLOW, "glPopMatrix(mode=%s)", in _mesa_PopMatrix()
|
D | feedback.c | 393 _mesa_error( ctx, GL_STACK_UNDERFLOW, "glPopName" ); in _mesa_PopName()
|
D | errors.c | 868 case GL_STACK_UNDERFLOW: in error_string()
|
D | attrib.c | 850 _mesa_error( ctx, GL_STACK_UNDERFLOW, "glPopAttrib" ); in _mesa_PopAttrib() 1557 _mesa_error( ctx, GL_STACK_UNDERFLOW, "glPopClientAttrib" ); in _mesa_PopClientAttrib()
|
/external/mesa3d/include/GLES/ |
D | gl.h | 170 #define GL_STACK_UNDERFLOW 0x0504 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 110 #define GL_STACK_UNDERFLOW 0x0504 macro
|
/external/mesa3d/include/GL/ |
D | gl.h | 697 #define GL_STACK_UNDERFLOW 0x0504 macro
|