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

  /external/deqp/external/openglcts/modules/runner/
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/framework/egl/
egluGLFunctionLoader.hpp 75 const tcu::CommandLine& m_cmdLine;
  /external/deqp/framework/platform/android/
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/
tcuTestContext.hpp 60 const CommandLine& getCommandLine (void) const { return m_cmdLine; }
80 const CommandLine& m_cmdLine; //!< Command line.
tcuCommandLine.hpp 259 de::cmdline::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;
  /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/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...]

Completed in 176 milliseconds