Home
last modified time | relevance | path

Searched refs:m_cmdLine (Results 1 - 17 of 17) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.cpp930 m_cmdLine.clear(); in clear()
936 return m_cmdLine; in getCommandLine()
972 if (!parser.parse(argc-1, argv+1, &m_cmdLine, std::cerr)) in parse()
978 m_hadHelpSpecified = m_cmdLine.helpSpecified(); in parse()
984 if (!m_cmdLine.getOption<opt::LogImages>()) in parse()
987 if (!m_cmdLine.getOption<opt::LogShaderSources>()) in parse()
990 if (!m_cmdLine.getOption<opt::LogFlush>()) in parse()
993 if (m_cmdLine.getOption<opt::LogCompact>()) in parse()
996 if (!m_cmdLine.getOption<opt::LogEmptyLoginfo>()) in parse()
999 if (m_cmdLine in parse()
[all...]
H A DtcuTestContext.cpp40 , m_cmdLine (cmdLine) in TestContext()
52 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in writeSessionInfo()
H A DtcuTestContext.hpp64 const CommandLine& getCommandLine (void) const { return m_cmdLine; } in getCommandLine()
84 const CommandLine& m_cmdLine; //!< Command line. member in tcu::TestContext
H A DtcuWaiverUtil.cpp41 : m_cmdLine (cmdLine) in SessionInfo()
52 : m_cmdLine (cmdLine) in SessionInfo()
65 if (!m_cmdLine.empty()) in get()
67 m_info << "#sessionInfo commandLineParameters \"" << m_cmdLine << "\"\n"; in get() local
68 m_cmdLine.clear(); in get()
H A DtcuWaiverUtil.hpp58 std::string m_cmdLine; member in tcu::SessionInfo
H A DtcuCommandLine.hpp356 de::cmdline::CommandLine m_cmdLine; member in tcu::CommandLine
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidTestActivity.cpp43 , m_cmdLine (cmdLine) in TestThread()
46 , m_log (m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in TestThread()
47 , m_app (m_platform, m_archive, m_log, m_cmdLine) in TestThread()
91 , m_cmdLine (getIntentStringExtra(activity, "cmdLine")) in TestActivity()
92 , m_testThread (*this, getIntentStringExtra(activity, "cmdLine"), m_cmdLine) in TestActivity()
96 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation())); in TestActivity()
142 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation())); in onConfigurationChanged()
H A DtcuAndroidTestActivity.hpp53 const CommandLine& m_cmdLine; member in tcu::Android::TestThread
72 CommandLine m_cmdLine; member in tcu::Android::TestActivity
/third_party/vk-gl-cts/execserver/tools/
H A DxsClient.cpp157 const CommandLine& m_cmdLine; member in xs::Client
162 : m_cmdLine(cmdLine) in Client()
173 m_socket.connect(m_cmdLine.address); in run()
175 printf("Connected to %s:%d!\n", m_cmdLine.address.getHost(), m_cmdLine.address.getPort()); in run()
178 std::fstream out(m_cmdLine.dstFileName.c_str(), std::fstream::out|std::fstream::binary); in run()
180 printf(" writing to %s\n", m_cmdLine.dstFileName.c_str()); in run()
186 msg.name = m_cmdLine.program; in run()
187 msg.params = m_cmdLine.params; in run()
188 msg.workDir = m_cmdLine in run()
[all...]
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/platformutil/
H A DDeqpPlatformCapabilityQueryInstrumentation.java41 private String m_cmdLine; field in DeqpPlatformCapabilityQueryInstrumentation
49 m_cmdLine = arguments.getString("deqpCmdLine"); in onCreate()
70 resultInfo.putString("CmdLine", m_cmdLine); in onStart()
86 if (m_cmdLine == null) in doRenderConfigSupportedQuery()
89 final int result = nativeRenderConfigSupportedQuery(m_cmdLine); in doRenderConfigSupportedQuery()
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
H A DDeqpInstrumentation.java40 private String m_cmdLine; field in DeqpInstrumentation
48 m_cmdLine = arguments.getString("deqpCmdLine"); in onCreate()
51 if (m_cmdLine == null) in onCreate()
52 m_cmdLine = ""; in onCreate()
87 remoteApi.start(testerName, m_cmdLine, null); in onStart()
/third_party/vk-gl-cts/external/openglcts/modules/runner/
H A DglcAndroidTestActivity.cpp115 , m_cmdLine(tcu::Android::getIntentStringExtra(activity, "cmdLine")) in TestActivity()
121 tcu::Android::mapScreenRotation(m_cmdLine.getScreenRotation())); in TestActivity()
168 tcu::Android::mapScreenRotation(m_cmdLine.getScreenRotation())); in onConfigurationChanged()
H A DglcTestRunner.cpp50 : m_cmdLine(numArgs, args) in RunSession()
51 , m_log(m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in RunSession()
52 , m_app(platform, archive, m_log, m_cmdLine) in RunSession()
55 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in RunSession()
69 tcu::CommandLine m_cmdLine; member in glcts::RunSession
H A DglcAndroidTestActivity.hpp74 tcu::CommandLine m_cmdLine; member in glcts::Android::TestActivity
/third_party/vk-gl-cts/framework/egl/
H A DegluGLFunctionLoader.cpp50 , m_cmdLine (cmdLine) in GLLibraryCache()
68 library = m_platform.createDefaultGLFunctionLibrary(apiType, m_cmdLine); in getLibrary()
H A DegluGLFunctionLoader.hpp75 const tcu::CommandLine& m_cmdLine; member in eglu::GLLibraryCache
/third_party/vk-gl-cts/executor/tools/
H A DxeExtractShaderPrograms.cpp144 : m_cmdLine(cmdLine) in ShaderProgramExtractHandler()
174 extractShaderPrograms(m_cmdLine, caseData->getTestCasePath(), fullResult); in testCaseResultComplete()
179 const CommandLine& m_cmdLine; member in ShaderProgramExtractHandler

Completed in 9 milliseconds