Home
last modified time | relevance | path

Searched refs:getInitialCmdLine (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuTestContext.cpp52 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in writeSessionInfo()
DtcuCommandLine.hpp150 const std::string& getInitialCmdLine (void) const;
DtcuCommandLine.cpp803 const std::string& CommandLine::getInitialCmdLine(void) const in getInitialCmdLine() function in tcu::CommandLine
/third_party/vk-gl-cts/modules/gles31/
Dtgl45TestPackage.cpp71 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init()
Dtes31TestPackage.cpp80 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTestPackage.cpp77 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init()
/third_party/vk-gl-cts/modules/gles2/
Dtes2TestPackage.cpp152 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init()
/third_party/vk-gl-cts/modules/gles3/
Dtes3TestPackage.cpp150 tcu::SessionInfo sessionInfo (vendor, renderer, commandLine.getInitialCmdLine()); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp242 testCtx.getCommandLine().getInitialCmdLine()); in TestCaseExecutor()
/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.cpp55 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in RunSession()