Searched refs:ErrorString (Results 1 – 5 of 5) sorted by relevance
84 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()
92 if (parseState->ctx->Program.ErrorString[0] == 0) { in record_error()
180 if (parseState->ctx->Program.ErrorString[0] == 0) { in record_error()
148 return (const GLubyte *) ctx->Program.ErrorString; in _mesa_GetString()
2039 const char *ErrorString; /* GL_PROGRAM_ERROR_STRING_ARB/NV */ member