Lines Matching defs:err_str
2244 const char *const err_str = (state->mode == ARB_vertex)
2248 yyerror(& (yylsp[-1]), state, err_str);
5284 char *err_str;
5287 err_str = make_error_string("glProgramStringARB(%s)\n", s);
5288 if (err_str) {
5289 _mesa_error(state->ctx, GL_INVALID_OPERATION, "%s", err_str);
5290 free(err_str);
5293 err_str = make_error_string("line %u, char %u: error: %s\n",
5295 _mesa_set_program_error(state->ctx, locp->position, err_str);
5297 if (err_str) {
5298 free(err_str);