Home
last modified time | relevance | path

Searched refs:getRunMode (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuApp.cpp63 const RunMode runMode = cmdLine.getRunMode(); in App()
123 DE_ASSERT(m_testCtx->getCommandLine().getRunMode() != RUNMODE_EXECUTE); in iterate()
151 const RunMode runMode = m_testCtx->getCommandLine().getRunMode(); in iterate()
DtcuCommandLine.hpp115 RunMode getRunMode (void) const;
DtcuCommandLine.cpp790 RunMode CommandLine::getRunMode (void) const { return m_cmdLine.getOption<opt::RunMode>(); … in getRunMode() function in tcu::CommandLine
/external/deqp/modules/gles31/
Dtes31Context.cpp43 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in Context()