HomeSort by relevance Sort by last modified time
    Searched refs:m_cmdLine (Results 1 - 16 of 16) sorted by null

  /external/deqp/framework/platform/android/
tcuAndroidTestActivity.cpp 43 , 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()));
tcuAndroidTestActivity.hpp 53 const CommandLine& m_cmdLine;
72 CommandLine m_cmdLine;
  /external/deqp/android/package/src/com/drawelements/deqp/platformutil/
DeqpPlatformCapabilityQueryInstrumentation.java 41 private String m_cmdLine;
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/
tcuCommandLine.cpp 684 m_cmdLine.clear();
690 return m_cmdLine;
716 if (!parser.parse(argc-1, argv+1, &m_cmdLine, std::cerr))
725 if (!m_cmdLine.getOption<opt::LogImages>())
728 if (!m_cmdLine.getOption<opt::LogShaderSources>())
731 if (!m_cmdLine.getOption<opt::LogFlush>())
734 if ((m_cmdLine.hasOption<opt::CasePath>()?1:0) +
735 (m_cmdLine.hasOption<opt::CaseList>()?1:0) +
736 (m_cmdLine.hasOption<opt::CaseListFile>()?1:0) +
737 (m_cmdLine.hasOption<opt::CaseListResource>()?1:0)
    [all...]
tcuTestContext.cpp 40 , m_cmdLine (cmdLine)
tcuTestContext.hpp 60 const CommandLine& getCommandLine (void) const { return m_cmdLine; }
80 const CommandLine& m_cmdLine; //!< Command line.
tcuCommandLine.hpp 241 de::cmdline::CommandLine m_cmdLine;
  /external/deqp/execserver/tools/
xsClient.cpp 157 const CommandLine& m_cmdLine;
162 : m_cmdLine(cmdLine)
173 m_socket.connect(m_cmdLine.address);
175 printf("Connected to %s:%d!\n", m_cmdLine.address.getHost(), m_cmdLine.address.getPort());
178 std::fstream out(m_cmdLine.dstFileName.c_str(), std::fstream::out|std::fstream::binary);
180 printf(" writing to %s\n", m_cmdLine.dstFileName.c_str());
186 msg.name = m_cmdLine.program;
187 msg.params = m_cmdLine.params;
188 msg.workDir = m_cmdLine.workingDir
    [all...]
  /external/deqp/framework/egl/
egluGLFunctionLoader.cpp 50 , m_cmdLine (cmdLine)
68 library = m_platform.createDefaultGLFunctionLibrary(apiType, m_cmdLine);
egluGLFunctionLoader.hpp 75 const tcu::CommandLine& m_cmdLine;
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
DeqpInstrumentation.java 40 private String m_cmdLine;
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/
tcuIOSApp.mm 73 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 = DE_NULL
    [all...]
  /external/deqp/external/openglcts/modules/runner/
glcAndroidTestActivity.cpp 110 , m_cmdLine(tcu::Android::getIntentStringExtra(activity, "cmdLine"))
116 tcu::Android::mapScreenRotation(m_cmdLine.getScreenRotation()));
163 tcu::Android::mapScreenRotation(m_cmdLine.getScreenRotation()));
glcAndroidTestActivity.hpp 74 tcu::CommandLine m_cmdLine;
glcTestRunner.cpp 50 : m_cmdLine(numArgs, args)
51 , m_log(m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags())
52 , m_app(platform, archive, m_log, m_cmdLine)
67 tcu::CommandLine m_cmdLine;
  /external/deqp/executor/tools/
xeExtractShaderPrograms.cpp 135 : m_cmdLine(cmdLine)
165 extractShaderPrograms(m_cmdLine, caseData->getTestCasePath(), fullResult);
170 const CommandLine& m_cmdLine;

Completed in 291 milliseconds