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

  /external/deqp/modules/gles31/
tes31Context.cpp 43 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE)
  /external/deqp/framework/common/
tcuTestExecutor.cpp 86 const RunMode runMode = m_cmdLine.getRunMode();
119 const RunMode runMode = m_cmdLine.getRunMode();
170 const RunMode runMode = m_cmdLine.getRunMode();
194 const RunMode runMode = m_cmdLine.getRunMode();
278 if (m_cmdLine.getRunMode() == RUNMODE_EXECUTE)
292 else if (m_cmdLine.getRunMode() == RUNMODE_DUMP_XML_CASELIST)
319 else if (m_cmdLine.getRunMode() == RUNMODE_DUMP_TEXT_CASELIST)
363 if (m_cmdLine.getRunMode() == RUNMODE_DUMP_XML_CASELIST)
tcuCommandLine.hpp 114 RunMode getRunMode (void) const;
tcuApp.cpp 138 const RunMode runMode = m_testCtx->getCommandLine().getRunMode();
tcuCommandLine.cpp 778 RunMode CommandLine::getRunMode (void) const { return m_cmdLine.getOption<opt::RunMode>(); }

Completed in 55 milliseconds