Searched refs:the_log (Results 1 – 2 of 2) sorted by relevance
519 std::string the_log = "The test of "; in LogFail() local523 the_log.append("glNamedBufferData"); in LogFail()529 the_log.append("glNamedBufferSubData"); in LogFail()535 the_log.append("glNamedBufferStorage"); in LogFail()541 the_log.append("glCopyNamedBufferSubData"); in LogFail()545 the_log.append("uknown upload function"); in LogFail()553 the_log.append(" called with usage parameter "); in LogFail()557 the_log.append(bitfield_string_stream.str()); in LogFail()561 the_log.append(" called with usage parameter "); in LogFail()562 the_log.append(glu::getUsageName(parameter)); in LogFail()[all …]
891 char the_log[2048] = ""; in _LogBuildError() local896 sizeof(the_log), the_log, NULL)) in _LogBuildError()897 vlog_error("%s", the_log); in _LogBuildError()