Lines Matching defs:description

48 LogImage::LogImage (const std::string& name, const std::string& description, const Surface& surface…  in LogImage()
58 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBuffer… in LogImage()
96 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBuffer… in LogImage()
201 void TestLog::startImageSet (const char* name, const char* description) in startImageSet()
236 void TestLog::writeImage (const char* name, const char* description, const ConstPixelBufferAccess& … in writeImage()
360 void TestLog::writeImage (const char* name, const char* description, qpImageCompressionMode compres… in writeImage()
366 void TestLog::startSection (const char* name, const char* description) in startSection()
408 void TestLog::writeCompileInfo (const char* name, const char* description, bool compileOk, const ch… in writeCompileInfo()
414 void TestLog::writeFloat (const char* name, const char* description, const char* unit, qpKeyValueTa… in writeFloat()
420 void TestLog::writeInteger (const char* name, const char* description, const char* unit, qpKeyValue… in writeInteger()
426 void TestLog::startEglConfigSet (const char* name, const char* description) in startEglConfigSet()
450 void TestLog::endCase (qpTestResult result, const char* description) in endCase()
462 void TestLog::startSampleList (const std::string& name, const std::string& description) in startSampleList()
474 void TestLog::writeValueInfo (const std::string& name, const std::string& description, const std::s… in writeValueInfo()