Lines Matching refs:err_str
324 const char *const err_str = (state->mode == ARB_vertex)
328 yyerror(& @2, state, err_str);
2494 char *err_str;
2497 err_str = make_error_string("glProgramStringARB(%s)\n", s);
2498 if (err_str) {
2499 _mesa_error(state->ctx, GL_INVALID_OPERATION, "%s", err_str);
2500 free(err_str);
2503 err_str = make_error_string("line %u, char %u: error: %s\n",
2505 _mesa_set_program_error(state->ctx, locp->position, err_str);
2507 if (err_str) {
2508 free(err_str);