Lines Matching refs:the_log
519 std::string the_log = "The test of "; in LogFail() local
523 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()
564 the_log.append(". Buffer data is equal to ["); in LogFail()
572 the_log.append(number.str()); in LogFail()
576 the_log.append(", "); in LogFail()
580 the_log.append("], but ["); in LogFail()
588 the_log.append(number.str()); in LogFail()
592 the_log.append(", "); in LogFail()
596 the_log.append("] was expected."); in LogFail()
598 …m_context.getTestContext().getLog() << tcu::TestLog::Message << the_log << tcu::TestLog::EndMessag… in LogFail()
603 std::string the_log = "Unexpected error occurred during the test of "; in LogError() local
607 the_log.append("glNamedBufferData"); in LogError()
613 the_log.append("glNamedBufferSubData"); in LogError()
619 the_log.append("glNamedBufferStorage"); in LogError()
625 the_log.append("glCopyNamedBufferSubData"); in LogError()
629 the_log.append("uknown upload function"); in LogError()
637 the_log.append(" called with usage parameter "); in LogError()
641 the_log.append(bitfield_string_stream.str()); in LogError()
645 the_log.append(" called with usage parameter "); in LogError()
646 the_log.append(glu::getUsageName(parameter)); in LogError()
648 the_log.append("."); in LogError()
650 …m_context.getTestContext().getLog() << tcu::TestLog::Message << the_log << tcu::TestLog::EndMessag… in LogError()
780 std::string the_log = "The test of "; in LogFail() local
784 the_log.append("ClearNamedBufferSubData has failed for internalformat "); in LogFail()
788 the_log.append("ClearNamedBufferData has failed for internalformat "); in LogFail()
792 the_log.append(". Cleared buffer data is equal to ["); in LogFail()
800 the_log.append(number.str()); in LogFail()
804 the_log.append(", "); in LogFail()
808 the_log.append("], but ["); in LogFail()
816 the_log.append(number.str()); in LogFail()
820 the_log.append(", "); in LogFail()
824 the_log.append("] was expected."); in LogFail()
826 …m_context.getTestContext().getLog() << tcu::TestLog::Message << the_log << tcu::TestLog::EndMessag… in LogFail()
832 std::string the_log = "Unexpected error occurred during Test of "; in LogError() local
836 the_log.append("ClearNamedBufferSubData with internalformat "); in LogError()
840 the_log.append("ClearNamedBufferData with internalformat "); in LogError()
845 …m_context.getTestContext().getLog() << tcu::TestLog::Message << the_log << tcu::TestLog::EndMessag… in LogError()