Lines Matching refs:err_str
325 const char *const err_str = (state->mode == ARB_vertex)
329 yyerror(& @2, state, err_str);
2479 char *err_str;
2482 err_str = make_error_string("glProgramStringARB(%s)\n", s);
2483 if (err_str) {
2484 _mesa_error(state->ctx, GL_INVALID_OPERATION, "%s", err_str);
2485 free(err_str);
2488 err_str = make_error_string("line %u, char %u: error: %s\n",
2490 _mesa_set_program_error(state->ctx, locp->position, err_str);
2492 if (err_str) {
2493 free(err_str);