Home
last modified time | relevance | path

Searched refs:_mesa_compile_error (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_save_api.c688 #define ERROR(err) _mesa_compile_error(ctx, err, __FUNCTION__);
751 _mesa_compile_error(ctx, GL_INVALID_ENUM, "glMaterial(face)"); in _save_Materialfv()
770 _mesa_compile_error(ctx, GL_INVALID_VALUE, "glMaterial(shininess)"); in _save_Materialfv()
784 _mesa_compile_error(ctx, GL_INVALID_ENUM, "glMaterial(pname)"); in _save_Materialfv()
969 _mesa_compile_error(ctx, GL_INVALID_OPERATION, "glDrawElements"); in _save_DrawElements()
984 _mesa_compile_error(ctx, GL_INVALID_OPERATION, "glDrawRangeElements"); in _save_DrawRangeElements()
998 _mesa_compile_error(ctx, GL_INVALID_OPERATION, "glDrawElements"); in _save_DrawElementsBaseVertex()
1018 _mesa_compile_error(ctx, GL_INVALID_OPERATION, "glDrawRangeElements"); in _save_DrawRangeElementsBaseVertex()
1029 _mesa_compile_error(ctx, GL_INVALID_OPERATION, "glDrawArrays"); in _save_DrawArrays()
1043 _mesa_compile_error(ctx, GL_INVALID_OPERATION, "glMultiDrawElements"); in _save_MultiDrawElements()
[all …]
/external/mesa3d/src/mesa/main/
Ddlist.h53 extern void _mesa_compile_error( struct gl_context *ctx, GLenum error, const char *s );
Ddlist.c138 _mesa_compile_error( ctx, GL_INVALID_OPERATION, "glBegin/End" ); \
153 _mesa_compile_error( ctx, GL_INVALID_OPERATION, "glBegin/End" ); \
5814 _mesa_compile_error(ctx, GL_INVALID_ENUM, "glMaterial(face)"); in save_Materialfv()
5833 _mesa_compile_error(ctx, GL_INVALID_ENUM, "glMaterial(pname)"); in save_Materialfv()
5904 _mesa_compile_error(ctx, GL_INVALID_OPERATION, "recursive begin"); in save_Begin()
7628 _mesa_compile_error(struct gl_context *ctx, GLenum error, const char *s) in _mesa_compile_error() function
/external/mesa3d/docs/
DRELNOTES-3.5170 gl_compile_error _mesa_compile_error