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

  /external/deqp/modules/gles31/
tes31Context.cpp 43 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE)
  /external/deqp/framework/common/
tcuCommandLine.hpp 42 RUNMODE_EXECUTE = 0, //! Test program executes the tests.
tcuApp.cpp 114 if (runMode == RUNMODE_EXECUTE)
159 DE_ASSERT(m_testCtx->getCommandLine().getRunMode() != RUNMODE_EXECUTE);
188 if (runMode == RUNMODE_EXECUTE)
tcuCommandLine.cpp 115 { "execute", RUNMODE_EXECUTE },

Completed in 115 milliseconds