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

  /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.
tcuTestHierarchyIterator.hpp 193 const CommandLine& m_cmdLine;
tcuCommandLine.hpp 195 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 156 const CommandLine& m_cmdLine;
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.workingDir
    [all...]

Completed in 566 milliseconds