Lines Matching defs:the_log
519 std::string the_log = "The test of ";
523 the_log.append("glNamedBufferData");
529 the_log.append("glNamedBufferSubData");
535 the_log.append("glNamedBufferStorage");
541 the_log.append("glCopyNamedBufferSubData");
545 the_log.append("uknown upload function");
553 the_log.append(" called with usage parameter ");
557 the_log.append(bitfield_string_stream.str());
561 the_log.append(" called with usage parameter ");
562 the_log.append(glu::getUsageName(parameter));
564 the_log.append(". Buffer data is equal to [");
572 the_log.append(number.str());
576 the_log.append(", ");
580 the_log.append("], but [");
588 the_log.append(number.str());
592 the_log.append(", ");
596 the_log.append("] was expected.");
598 m_context.getTestContext().getLog() << tcu::TestLog::Message << the_log << tcu::TestLog::EndMessage;
603 std::string the_log = "Unexpected error occurred during the test of ";
607 the_log.append("glNamedBufferData");
613 the_log.append("glNamedBufferSubData");
619 the_log.append("glNamedBufferStorage");
625 the_log.append("glCopyNamedBufferSubData");
629 the_log.append("uknown upload function");
637 the_log.append(" called with usage parameter ");
641 the_log.append(bitfield_string_stream.str());
645 the_log.append(" called with usage parameter ");
646 the_log.append(glu::getUsageName(parameter));
648 the_log.append(".");
650 m_context.getTestContext().getLog() << tcu::TestLog::Message << the_log << tcu::TestLog::EndMessage;
780 std::string the_log = "The test of ";
784 the_log.append("ClearNamedBufferSubData has failed for internalformat ");
788 the_log.append("ClearNamedBufferData has failed for internalformat ");
791 //the_log.append(glu::getPixelFormatName(internalformat));
792 the_log.append(". Cleared buffer data is equal to [");
800 the_log.append(number.str());
804 the_log.append(", ");
808 the_log.append("], but [");
816 the_log.append(number.str());
820 the_log.append(", ");
824 the_log.append("] was expected.");
826 m_context.getTestContext().getLog() << tcu::TestLog::Message << the_log << tcu::TestLog::EndMessage;
832 std::string the_log = "Unexpected error occurred during Test of ";
836 the_log.append("ClearNamedBufferSubData with internalformat ");
840 the_log.append("ClearNamedBufferData with internalformat ");
843 //the_log.append(glu::getPixelFormatName(internalformat));
845 m_context.getTestContext().getLog() << tcu::TestLog::Message << the_log << tcu::TestLog::EndMessage;