Lines Matching defs:TestLog

84 TestLog& MessageBuilder::operator<< (const TestLog::EndMessageToken&)
92 TestLog& SampleBuilder::operator<< (const TestLog::EndSampleToken&)
111 // TestLog
113 TestLog::TestLog (const char* fileName, deUint32 flags)
120 TestLog::~TestLog (void)
125 void TestLog::writeMessage (const char* msgStr)
131 void TestLog::startImageSet (const char* name, const char* description)
137 void TestLog::endImageSet (void)
166 void TestLog::writeImage (const char* name, const char* description, const ConstPixelBufferAccess& access, const Vec4& pixelScale, const Vec4& pixelBias, qpImageCompressionMode compressionMode)
282 void TestLog::writeImage (const char* name, const char* description, qpImageCompressionMode compressionMode, qpImageFormat format, int width, int height, int stride, const void* data)
288 void TestLog::startSection (const char* name, const char* description)
294 void TestLog::endSection (void)
300 void TestLog::startShaderProgram (bool linkOk, const char* linkInfoLog)
306 void TestLog::endShaderProgram (void)
312 void TestLog::writeShader (qpShaderType type, const char* source, bool compileOk, const char* infoLog)
318 void TestLog::writeKernelSource (const char* source)
324 void TestLog::writeCompileInfo (const char* name, const char* description, bool compileOk, const char* infoLog)
330 void TestLog::writeFloat (const char* name, const char* description, const char* unit, qpKeyValueTag tag, float value)
336 void TestLog::writeInteger (const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value)
342 void TestLog::startEglConfigSet (const char* name, const char* description)
348 void TestLog::writeEglConfig (const qpEglConfigInfo* config)
354 void TestLog::endEglConfigSet (void)
360 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType)
366 void TestLog::endCase (qpTestResult result, const char* description)
372 void TestLog::terminateCase (qpTestResult result)
378 void TestLog::startSampleList (const std::string& name, const std::string& description)
384 void TestLog::startSampleInfo (void)
390 void TestLog::writeValueInfo (const std::string& name, const std::string& description, const std::string& unit, qpSampleValueTag tag)
396 void TestLog::endSampleInfo (void)
402 void TestLog::startSample (void)
408 void TestLog::writeSampleValue (double value)
414 void TestLog::writeSampleValue (deInt64 value)
420 void TestLog::endSample (void)
426 void TestLog::endSampleList (void)
432 const TestLog::BeginMessageToken TestLog::Message = TestLog::BeginMessageToken();
433 const TestLog::EndMessageToken TestLog::EndMessage = TestLog::EndMessageToken();
434 const TestLog::EndImageSetToken TestLog::EndImageSet = TestLog::EndImageSetToken();
435 const TestLog::EndSectionToken TestLog::EndSection = TestLog::EndSectionToken();
436 const TestLog::EndShaderProgramToken TestLog::EndShaderProgram = TestLog::EndShaderProgramToken();
437 const TestLog::SampleInfoToken TestLog::SampleInfo = TestLog::SampleInfoToken();
438 const TestLog::EndSampleInfoToken TestLog::EndSampleInfo = TestLog::EndSampleInfoToken();
439 const TestLog::BeginSampleToken TestLog::Sample = TestLog::BeginSampleToken();
440 const TestLog::EndSampleToken TestLog::EndSample = TestLog::EndSampleToken();
441 const TestLog::EndSampleListToken TestLog::EndSampleList = TestLog::EndSampleListToken();