Lines Matching refs:err_str
336 const char *const err_str = (state->mode == ARB_vertex)
340 yyerror(& @2, state, err_str);
2510 char *err_str;
2513 err_str = make_error_string("glProgramStringARB(%s)\n", s);
2514 if (err_str) {
2515 _mesa_error(state->ctx, GL_INVALID_OPERATION, "%s", err_str);
2516 free(err_str);
2519 err_str = make_error_string("line %u, char %u: error: %s\n",
2521 _mesa_set_program_error(state->ctx, locp->position, err_str);
2523 if (err_str) {
2524 free(err_str);