Home | History | Annotate | Download | only in program

Lines Matching full:err_str

319 	      const char *const err_str = (state->mode == ARB_vertex)
323 yyerror(& @2, state, err_str);
1055 char *const err_str =
1058 yyerror(& @1, state, (err_str != NULL)
1059 ? err_str : "invalid condition code");
1061 if (err_str != NULL) {
1062 free(err_str);
1078 char *const err_str =
1081 yyerror(& @1, state, (err_str != NULL)
1082 ? err_str : "invalid condition code");
1084 if (err_str != NULL) {
1085 free(err_str);
1958 char *const err_str =
1962 yyerror(& @1, state, (err_str != NULL)
1963 ? err_str : "invalid storage size specifier");
1965 if (err_str != NULL) {
1966 free(err_str);
2665 char *err_str;
2668 err_str = make_error_string("glProgramStringARB(%s)\n", s);
2669 if (err_str) {
2670 _mesa_error(state->ctx, GL_INVALID_OPERATION, "%s", err_str);
2671 free(err_str);
2674 err_str = make_error_string("line %u, char %u: error: %s\n",
2676 _mesa_set_program_error(state->ctx, locp->position, err_str);
2678 if (err_str) {
2679 free(err_str);