Home
last modified time | relevance | path

Searched refs:writeSessionInfo (Results 1 – 15 of 15) sorted by relevance

/external/deqp/framework/common/
DtcuTestContext.cpp49 void TestContext::writeSessionInfo(void) in writeSessionInfo() function in tcu::TestContext
52 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in writeSessionInfo()
DtcuTestContext.hpp54 void writeSessionInfo (void);
DtcuTestHierarchyIterator.cpp69 m_testCtx.writeSessionInfo(); in enterTestPackage()
DtcuTestLog.hpp108 void writeSessionInfo (std::string additionalInfo = "");
DtcuTestLog.cpp191 void TestLog::writeSessionInfo(std::string additionalInfo) in writeSessionInfo() function in tcu::TestLog
/external/deqp/modules/gles31/
Dtgl45TestPackage.cpp73 m_context->getTestContext().getLog().writeSessionInfo(sessionInfo.get()); in init()
Dtes31TestPackage.cpp82 m_context->getTestContext().getLog().writeSessionInfo(sessionInfo.get()); in init()
/external/deqp/external/openglcts/modules/common/
DglcTestPackage.cpp79 context.getTestContext().getLog().writeSessionInfo(sessionInfo.get()); in init()
/external/deqp/framework/platform/android/
DtcuAndroidTestActivity.cpp51 m_log.writeSessionInfo(sessionInfo + cmdLineString + "\"\n"); in TestThread()
/external/deqp/modules/gles3/
Dtes3TestPackage.cpp152 m_context->getTestContext().getLog().writeSessionInfo(sessionInfo.get()); in init()
/external/deqp/modules/gles2/
Dtes2TestPackage.cpp154 m_context->getTestContext().getLog().writeSessionInfo(sessionInfo.get()); in init()
/external/deqp/executor/
DxeTestLogWriter.cpp64 static void writeSessionInfo (const SessionInfo& info, std::ostream& stream) in writeSessionInfo() function
113 writeSessionInfo(result.getSessionInfo(), stream); in writeTestLog()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp246 testCtx.getLog().writeSessionInfo(sessionInfo.get()); in TestCaseExecutor()
DvktBuildPrograms.cpp683 testCtx.writeSessionInfo(); in main()
/external/deqp/external/openglcts/modules/runner/
DglcTestRunner.cpp55 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in RunSession()