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

/external/deqp/framework/platform/android/
H A DtcuAndroidTestActivity.cpp43 , m_cmdLine (cmdLine)
46 , m_log (m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags())
47 , m_app (m_platform, m_archive, m_log, m_cmdLine)
89 , m_cmdLine (getIntentStringExtra(activity, "cmdLine"))
90 , m_testThread (*this, m_cmdLine)
94 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation()));
140 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation()));
H A DtcuAndroidTestActivity.hpp53 const CommandLine& m_cmdLine; member in class:tcu::Android::TestThread
72 CommandLine m_cmdLine; member in class:tcu::Android::TestActivity
/external/deqp/android/package/src/com/drawelements/deqp/platformutil/
H A DDeqpPlatformCapabilityQueryInstrumentation.java41 private String m_cmdLine; field in class:DeqpPlatformCapabilityQueryInstrumentation
49 m_cmdLine = arguments.getString("deqpCmdLine");
70 resultInfo.putString("CmdLine", m_cmdLine);
86 if (m_cmdLine == null)
89 final int result = nativeRenderConfigSupportedQuery(m_cmdLine);
/external/deqp/framework/common/
H A DtcuCommandLine.cpp682 m_cmdLine.clear();
691 return m_cmdLine;
717 if (!parser.parse(argc-1, argv+1, &m_cmdLine, std::cerr))
726 if (!m_cmdLine.getOption<opt::LogImages>())
729 if (!m_cmdLine.getOption<opt::LogShaderSources>())
732 if (!m_cmdLine.getOption<opt::LogFlush>())
735 if ((m_cmdLine.hasOption<opt::CasePath>()?1:0) +
736 (m_cmdLine.hasOption<opt::CaseList>()?1:0) +
737 (m_cmdLine.hasOption<opt::CaseListFile>()?1:0) +
738 (m_cmdLine
[all...]
H A DtcuTestContext.cpp40 , m_cmdLine (cmdLine)
H A DtcuTestContext.hpp60 const CommandLine& getCommandLine (void) const { return m_cmdLine; }
80 const CommandLine& m_cmdLine; //!< Command line. member in class:tcu::TestContext
H A DtcuTestHierarchyIterator.cpp92 , m_cmdLine (cmdLine)
175 if (!(isLeaf ? m_cmdLine.checkTestCaseName(nodePath.c_str()) : m_cmdLine.checkTestGroupName(nodePath.c_str())))
H A DtcuCommandLine.hpp205 de::cmdline::CommandLine m_cmdLine; member in class:tcu::CommandLine
H A DtcuTestHierarchyIterator.hpp193 const CommandLine& m_cmdLine; member in class:tcu::TestHierarchyIterator
/external/deqp/execserver/tools/
H A DxsClient.cpp156 const CommandLine& m_cmdLine; member in class:xs::Client
161 : m_cmdLine(cmdLine)
172 m_socket.connect(m_cmdLine.address);
174 printf("Connected to %s:%d!\n", m_cmdLine.address.getHost(), m_cmdLine.address.getPort());
177 std::fstream out(m_cmdLine.dstFileName.c_str(), std::fstream::out|std::fstream::binary);
179 printf(" writing to %s\n", m_cmdLine.dstFileName.c_str());
185 msg.name = m_cmdLine.program;
186 msg.params = m_cmdLine.params;
187 msg.workDir = m_cmdLine
[all...]
/external/deqp/framework/egl/
H A DegluGLFunctionLoader.cpp50 , m_cmdLine (cmdLine)
68 library = m_platform.createDefaultGLFunctionLibrary(apiType, m_cmdLine);
H A DegluGLFunctionLoader.hpp75 const tcu::CommandLine& m_cmdLine; member in class:eglu::GLLibraryCache
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DDeqpInstrumentation.java40 private String m_cmdLine; field in class:DeqpInstrumentation
48 m_cmdLine = arguments.getString("deqpCmdLine");
51 if (m_cmdLine == null)
52 m_cmdLine = "";
87 remoteApi.start(testerName, m_cmdLine, null);
/external/deqp/framework/platform/ios/
H A 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;
315 , m_cmdLine (DE_NULL)
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
[all...]
/external/deqp/executor/tools/
H A DxeExtractShaderPrograms.cpp135 : m_cmdLine(cmdLine)
165 extractShaderPrograms(m_cmdLine, caseData->getTestCasePath(), fullResult);
170 const CommandLine& m_cmdLine; member in class:ShaderProgramExtractHandler

Completed in 241 milliseconds