Home
last modified time | relevance | path

Searched refs:ErrorPos (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Dprogram.c87 ctx->Program.ErrorPos = -1; in _mesa_init_program()
173 ctx->Program.ErrorPos = pos; in _mesa_set_program_error()
Dprogram_parse.y2591 if (ctx->Program.ErrorPos != -1) {
/third_party/mesa3d/src/mesa/main/
Darbprogram.c404 failed = ctx->Program.ErrorPos != -1; in set_program_string()
Dmtypes.h2319 GLint ErrorPos; /* GL_PROGRAM_ERROR_POSITION_ARB/NV */ member