Lines Matching defs:err_str
1997 const char *const err_str = (state->mode == ARB_vertex)
2001 yyerror(& (yylsp[-1]), state, err_str);
5021 char *err_str;
5024 err_str = make_error_string("glProgramStringARB(%s)\n", s);
5025 if (err_str) {
5026 _mesa_error(state->ctx, GL_INVALID_OPERATION, "%s", err_str);
5027 free(err_str);
5030 err_str = make_error_string("line %u, char %u: error: %s\n",
5032 _mesa_set_program_error(state->ctx, locp->position, err_str);
5034 if (err_str) {
5035 free(err_str);