Home
last modified time | relevance | path

Searched refs:m_cmdLine (Results 1 – 16 of 16) sorted by relevance

/external/deqp/framework/common/
DtcuCommandLine.cpp696 m_cmdLine.clear(); in clear()
702 return m_cmdLine; in getCommandLine()
728 if (!parser.parse(argc-1, argv+1, &m_cmdLine, std::cerr)) in parse()
737 if (!m_cmdLine.getOption<opt::LogImages>()) in parse()
740 if (!m_cmdLine.getOption<opt::LogShaderSources>()) in parse()
743 if (!m_cmdLine.getOption<opt::LogFlush>()) in parse()
746 if ((m_cmdLine.hasOption<opt::CasePath>()?1:0) + in parse()
747 (m_cmdLine.hasOption<opt::CaseList>()?1:0) + in parse()
748 (m_cmdLine.hasOption<opt::CaseListFile>()?1:0) + in parse()
749 (m_cmdLine.hasOption<opt::CaseListResource>()?1:0) + in parse()
[all …]
DtcuTestContext.hpp60 const CommandLine& getCommandLine (void) const { return m_cmdLine; } in getCommandLine()
80 const CommandLine& m_cmdLine; //!< Command line. member in tcu::TestContext
DtcuTestContext.cpp40 , m_cmdLine (cmdLine) in TestContext()
DtcuCommandLine.hpp259 de::cmdline::CommandLine m_cmdLine; member in tcu::CommandLine
/external/deqp/framework/platform/android/
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()
89 , m_cmdLine (getIntentStringExtra(activity, "cmdLine")) in TestActivity()
90 , m_testThread (*this, m_cmdLine) in TestActivity()
94 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation())); in TestActivity()
140 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation())); in onConfigurationChanged()
DtcuAndroidTestActivity.hpp53 const CommandLine& m_cmdLine; member in tcu::Android::TestThread
72 CommandLine m_cmdLine; member in tcu::Android::TestActivity
/external/deqp/execserver/tools/
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.workingDir; in run()
189 msg.caseList = m_cmdLine.caseList; in run()
/external/deqp/android/package/src/com/drawelements/deqp/platformutil/
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()
/external/deqp/framework/platform/ios/
DtcuIOSApp.mm73 const char* getCommandLine (void) const { return m_cmdLine.c_str(); }
79 std::string m_cmdLine;
97 m_cmdLine = cmdLine;
304 tcu::CommandLine* m_cmdLine; field
315 , m_cmdLine (DE_NULL) function
330 DE_ASSERT(!m_app && !m_log && !m_cmdLine && !m_platform);
335 m_cmdLine = new tcu::CommandLine(m_state.getCommandLine());
336 m_app = new tcu::App(m_platform, m_archive, *m_log, *m_cmdLine);
348 delete m_cmdLine;
351 m_cmdLine = DE_NULL;
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
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()
/external/deqp/external/openglcts/modules/runner/
DglcAndroidTestActivity.cpp110 , m_cmdLine(tcu::Android::getIntentStringExtra(activity, "cmdLine")) in TestActivity()
116 tcu::Android::mapScreenRotation(m_cmdLine.getScreenRotation())); in TestActivity()
163 tcu::Android::mapScreenRotation(m_cmdLine.getScreenRotation())); in onConfigurationChanged()
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()
67 tcu::CommandLine m_cmdLine; member in glcts::RunSession
DglcAndroidTestActivity.hpp74 tcu::CommandLine m_cmdLine; member in glcts::Android::TestActivity
/external/deqp/framework/egl/
DegluGLFunctionLoader.cpp50 , m_cmdLine (cmdLine) in GLLibraryCache()
68 library = m_platform.createDefaultGLFunctionLibrary(apiType, m_cmdLine); in getLibrary()
DegluGLFunctionLoader.hpp75 const tcu::CommandLine& m_cmdLine; member in eglu::GLLibraryCache
/external/deqp/executor/tools/
DxeExtractShaderPrograms.cpp135 : m_cmdLine(cmdLine) in ShaderProgramExtractHandler()
165 extractShaderPrograms(m_cmdLine, caseData->getTestCasePath(), fullResult); in testCaseResultComplete()
170 const CommandLine& m_cmdLine; member in ShaderProgramExtractHandler