Searched refs:_mesa_compile_error (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/vbo/ |
D | vbo_save_api.c | 688 #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/ |
D | dlist.h | 53 extern void _mesa_compile_error( struct gl_context *ctx, GLenum error, const char *s );
|
D | dlist.c | 138 _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/ |
D | RELNOTES-3.5 | 170 gl_compile_error _mesa_compile_error
|