Home
last modified time | relevance | path

Searched refs:ErrorString (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprogram.c84 ctx->Program.ErrorString = _mesa_strdup(""); in _mesa_init_program()
158 free((void *) ctx->Program.ErrorString); in _mesa_free_program_data()
210 free((void *) ctx->Program.ErrorString); in _mesa_set_program_error()
213 ctx->Program.ErrorString = _mesa_strdup(string); in _mesa_set_program_error()
Dnvvertparse.c92 if (parseState->ctx->Program.ErrorString[0] == 0) { in record_error()
Dnvfragparse.c180 if (parseState->ctx->Program.ErrorString[0] == 0) { in record_error()
/external/mesa3d/src/mesa/main/
Dgetstring.c148 return (const GLubyte *) ctx->Program.ErrorString; in _mesa_GetString()
Dmtypes.h2039 const char *ErrorString; /* GL_PROGRAM_ERROR_STRING_ARB/NV */ member