Searched refs:RUNMODE_EXECUTE (Results 1 – 5 of 5) sorted by relevance
115 if (runMode == RUNMODE_EXECUTE) in App()160 DE_ASSERT(m_testCtx->getCommandLine().getRunMode() != RUNMODE_EXECUTE); in iterate()189 if (runMode == RUNMODE_EXECUTE) in iterate()
43 RUNMODE_EXECUTE = 0, //! Test program executes the tests. enumerator
124 { "execute", RUNMODE_EXECUTE }, in registerOptions()
42 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in Context()
58 if (m_testCtx.getCommandLine().getRunMode() != tcu::RUNMODE_EXECUTE) in createRenderContext()