Lines Matching refs:TestLog
124 void LogImage::write (TestLog& log) const
155 TestLog& MessageBuilder::operator<< (const TestLog::EndMessageToken&)
163 TestLog& SampleBuilder::operator<< (const TestLog::EndSampleToken&)
182 // TestLog
184 TestLog::TestLog (const char* fileName, deUint32 flags)
191 void TestLog::writeSessionInfo(std::string additionalInfo)
196 TestLog::~TestLog (void)
201 void TestLog::writeMessage (const char* msgStr)
209 void TestLog::startImageSet (const char* name, const char* description)
217 void TestLog::endImageSet (void)
248 void TestLog::writeImage (const char* name, const char* description, const ConstPixelBufferAccess& access, const Vec4& pixelScale, const Vec4& pixelBias, qpImageCompressionMode compressionMode)
374 void TestLog::writeImage (const char* name, const char* description, qpImageCompressionMode compressionMode, qpImageFormat format, int width, int height, int stride, const void* data)
382 void TestLog::startSection (const char* name, const char* description)
390 void TestLog::endSection (void)
398 void TestLog::startShaderProgram (bool linkOk, const char* linkInfoLog)
406 void TestLog::endShaderProgram (void)
414 void TestLog::writeShader (qpShaderType type, const char* source, bool compileOk, const char* infoLog)
422 void TestLog::writeSpirVAssemblySource (const char* source)
430 void TestLog::writeKernelSource (const char* source)
438 void TestLog::writeCompileInfo (const char* name, const char* description, bool compileOk, const char* infoLog)
446 void TestLog::writeFloat (const char* name, const char* description, const char* unit, qpKeyValueTag tag, float value)
454 void TestLog::writeInteger (const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value)
462 void TestLog::startEglConfigSet (const char* name, const char* description)
469 void TestLog::writeEglConfig (const qpEglConfigInfo* config)
476 void TestLog::endEglConfigSet (void)
483 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType)
503 void TestLog::endCase (qpTestResult result, const char* description)
510 void TestLog::terminateCase (qpTestResult result)
517 void TestLog::startTestsCasesTime (void)
524 void TestLog::endTestsCasesTime (void)
531 void TestLog::startSampleList (const std::string& name, const std::string& description)
538 void TestLog::startSampleInfo (void)
545 void TestLog::writeValueInfo (const std::string& name, const std::string& description, const std::string& unit, qpSampleValueTag tag)
552 void TestLog::endSampleInfo (void)
559 void TestLog::startSample (void)
566 void TestLog::writeSampleValue (double value)
573 void TestLog::writeSampleValue (deInt64 value)
580 void TestLog::endSample (void)
587 void TestLog::endSampleList (void)
594 void TestLog::writeRaw(const char* rawContents)
600 bool TestLog::isShaderLoggingEnabled (void)
605 void TestLog::supressLogging (bool value)
610 bool TestLog::isSupressLogging (void)
615 const TestLog::BeginMessageToken TestLog::Message = TestLog::BeginMessageToken();
616 const TestLog::EndMessageToken TestLog::EndMessage = TestLog::EndMessageToken();
617 const TestLog::EndImageSetToken TestLog::EndImageSet = TestLog::EndImageSetToken();
618 const TestLog::EndSectionToken TestLog::EndSection = TestLog::EndSectionToken();
619 const TestLog::EndShaderProgramToken TestLog::EndShaderProgram = TestLog::EndShaderProgramToken();
620 const TestLog::SampleInfoToken TestLog::SampleInfo = TestLog::SampleInfoToken();
621 const TestLog::EndSampleInfoToken TestLog::EndSampleInfo = TestLog::EndSampleInfoToken();
622 const TestLog::BeginSampleToken TestLog::Sample = TestLog::BeginSampleToken();
623 const TestLog::EndSampleToken TestLog::EndSample = TestLog::EndSampleToken();
624 const TestLog::EndSampleListToken TestLog::EndSampleList = TestLog::EndSampleListToken();