Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuApp.cpp114 if (runMode == RUNMODE_EXECUTE) in App()
159 DE_ASSERT(m_testCtx->getCommandLine().getRunMode() != RUNMODE_EXECUTE); in iterate()
188 if (runMode == RUNMODE_EXECUTE) in iterate()
DtcuCommandLine.hpp42 RUNMODE_EXECUTE = 0, //! Test program executes the tests. enumerator
DtcuCommandLine.cpp115 { "execute", RUNMODE_EXECUTE }, in registerOptions()
/external/deqp/modules/gles31/
Dtes31Context.cpp43 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in Context()