Home
last modified time | relevance | path

Searched refs:LogImage (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuTestLog.hpp38 class LogImage;
94 typedef LogImage Image;
252 class LogImage class
255LogImage (const std::string& name, const std::string& description, const Surface& surface, qpImage…
257LogImage (const std::string& name, const std::string& description, const ConstPixelBufferAccess& a…
259LogImage (const std::string& name, const std::string& description, const ConstPixelBufferAccess& a…
DtcuTestLog.cpp48 LogImage::LogImage (const std::string& name, const std::string& description, const Surface& surface… in LogImage() function in tcu::LogImage
58 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBuffer… in LogImage() function in tcu::LogImage
96 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBuffer… in LogImage() function in tcu::LogImage
123 void LogImage::write (TestLog& log) const in write()