Searched refs:_mesa_set_program_error (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | program.h | 60 _mesa_set_program_error(struct gl_context *ctx, GLint pos, const char *string);
|
D | nvfragparse.c | 181 _mesa_set_program_error(parseState->ctx, in record_error() 1502 _mesa_set_program_error(ctx, -1, NULL); in _mesa_parse_nv_fragment_program() 1511 _mesa_set_program_error(ctx, 0, "Invalid fragment program header"); in _mesa_parse_nv_fragment_program() 1517 _mesa_set_program_error(ctx, 0, "Invalid fragment program header"); in _mesa_parse_nv_fragment_program()
|
D | nvvertparse.c | 93 _mesa_set_program_error(parseState->ctx, in record_error() 1316 _mesa_set_program_error(ctx, -1, NULL); in _mesa_parse_nv_vertex_program() 1441 _mesa_set_program_error(ctx, ctx->Program.ErrorPos, NULL); in _mesa_parse_nv_vertex_program()
|
D | program_parse.y | 2676 _mesa_set_program_error(state->ctx, locp->position, err_str); 2728 _mesa_set_program_error(ctx, -1, NULL);
|
D | program.c | 207 _mesa_set_program_error(struct gl_context *ctx, GLint pos, const char *string) in _mesa_set_program_error() function
|