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

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

Completed in 257 milliseconds