Lines Matching refs:InfoLog
85 obj->InfoLog = NULL;
738 *params = (pipe->InfoLog && pipe->InfoLog[0] != '\0') ?
739 strlen(pipe->InfoLog) + 1 : 0;
810 pipe->InfoLog = ralloc_asprintf(pipe,
865 if (pipe->InfoLog != NULL)
866 ralloc_free(pipe->InfoLog);
868 pipe->InfoLog = NULL;
904 pipe->InfoLog =
928 pipe->InfoLog = ralloc_strdup(pipe, "Program lacks a vertex shader");
949 pipe->InfoLog = ralloc_asprintf(pipe,
1090 _mesa_copy_string(infoLog, bufSize, length, pipe->InfoLog);