• Home
  • Raw
  • Download

Lines Matching refs:TestLog

123 void LogImage::write (TestLog& log) const  in write()
154 TestLog& MessageBuilder::operator<< (const TestLog::EndMessageToken&) in operator <<()
162 TestLog& SampleBuilder::operator<< (const TestLog::EndSampleToken&) in operator <<()
183 TestLog::TestLog (const char* fileName, deUint32 flags) in TestLog() function in tcu::TestLog
190 TestLog::~TestLog (void) in ~TestLog()
195 void TestLog::writeMessage (const char* msgStr) in writeMessage()
201 void TestLog::startImageSet (const char* name, const char* description) in startImageSet()
207 void TestLog::endImageSet (void) in endImageSet()
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()
372 void TestLog::endSection (void) in endSection()
378 void TestLog::startShaderProgram (bool linkOk, const char* linkInfoLog) in startShaderProgram()
384 void TestLog::endShaderProgram (void) in endShaderProgram()
390 void TestLog::writeShader (qpShaderType type, const char* source, bool compileOk, const char* infoL… in writeShader()
396 void TestLog::writeSpirVAssemblySource (const char* source) in writeSpirVAssemblySource()
402 void TestLog::writeKernelSource (const char* source) in writeKernelSource()
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()
432 void TestLog::writeEglConfig (const qpEglConfigInfo* config) in writeEglConfig()
438 void TestLog::endEglConfigSet (void) in endEglConfigSet()
444 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType) in startCase()
450 void TestLog::endCase (qpTestResult result, const char* description) in endCase()
456 void TestLog::terminateCase (qpTestResult result) in terminateCase()
462 void TestLog::startSampleList (const std::string& name, const std::string& description) in startSampleList()
468 void TestLog::startSampleInfo (void) in startSampleInfo()
474 void TestLog::writeValueInfo (const std::string& name, const std::string& description, const std::s… in writeValueInfo()
480 void TestLog::endSampleInfo (void) in endSampleInfo()
486 void TestLog::startSample (void) in startSample()
492 void TestLog::writeSampleValue (double value) in writeSampleValue()
498 void TestLog::writeSampleValue (deInt64 value) in writeSampleValue()
504 void TestLog::endSample (void) in endSample()
510 void TestLog::endSampleList (void) in endSampleList()
516 const TestLog::BeginMessageToken TestLog::Message = TestLog::BeginMessageToken();
517 const TestLog::EndMessageToken TestLog::EndMessage = TestLog::EndMessageToken();
518 const TestLog::EndImageSetToken TestLog::EndImageSet = TestLog::EndImageSetToken();
519 const TestLog::EndSectionToken TestLog::EndSection = TestLog::EndSectionToken();
520 const TestLog::EndShaderProgramToken TestLog::EndShaderProgram = TestLog::EndShaderProgramToken();
521 const TestLog::SampleInfoToken TestLog::SampleInfo = TestLog::SampleInfoToken();
522 const TestLog::EndSampleInfoToken TestLog::EndSampleInfo = TestLog::EndSampleInfoToken();
523 const TestLog::BeginSampleToken TestLog::Sample = TestLog::BeginSampleToken();
524 const TestLog::EndSampleToken TestLog::EndSample = TestLog::EndSampleToken();
525 const TestLog::EndSampleListToken TestLog::EndSampleList = TestLog::EndSampleListToken();