Searched refs:LogImageSet (Results 1 – 3 of 3) sorted by relevance
37 class LogImageSet;93 typedef LogImageSet ImageSet;241 class LogImageSet class244 LogImageSet (const std::string& name, const std::string& description) in LogImageSet() function in tcu::LogImageSet492 inline void LogImageSet::write (TestLog& log) const in write()
695 …log << tcu::LogImageSet("attachments", "") << tcu::LogImage("color0", "", getColorPixels()) << tcu… in draw()
711 …<< tcu::LogImageSet("Result", "Result") << tcu::LogImage("color0", "", resultImage) << tcu::TestLo… in isResultImageCorrect()