Lines Matching defs:error
620 OPCODE_ERROR, /* raise compiled-in error */
1416 * return NULL. We will not generate an error since OpenGL command
1417 * arguments aren't error-checked until the command is actually executed
2941 /* error will be caught later in gl_Lightfv */
3367 /* It's an error to call this function while building a display list */
5863 /* compile this error into the display list */
5867 /* compile this error into the display list */
11065 * Save an error-generating command into display list.
11068 * command that provoked the error. I don't see this as a problem.
11071 save_error(struct gl_context *ctx, GLenum error, const char *s)
11076 n[1].e = error;
11087 * Compile an error into current display list.
11090 _mesa_compile_error(struct gl_context *ctx, GLenum error, const char *s)
11093 save_error(ctx, error, s);
11095 _mesa_error(ctx, error, "%s", s);