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

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

Completed in 263 milliseconds