Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuApp.cpp147 const RunMode runMode = cmdLine.getRunMode(); in App()
211 DE_ASSERT(m_testCtx->getCommandLine().getRunMode() != RUNMODE_EXECUTE); in iterate()
242 const RunMode runMode = m_testCtx->getCommandLine().getRunMode(); in iterate()
DtcuCommandLine.hpp160 RunMode getRunMode (void) const;
DtcuCommandLine.cpp954 RunMode CommandLine::getRunMode (void) const { return m_cmdLine.getOption<opt::RunMode>();… in getRunMode() function in tcu::CommandLine
/third_party/vk-gl-cts/framework/platform/
DtcuMain.cpp60 if (cmdLine.getRunMode() == tcu::RUNMODE_EXECUTE && in main()
/third_party/vk-gl-cts/modules/gles31/
Dtes31Context.cpp42 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in Context()
Dtgl45es31TestPackage.cpp65 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init()
Dtgl45TestPackage.cpp65 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init()
Dtes31TestPackage.cpp74 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init()
/third_party/vk-gl-cts/framework/platform/ohos/
DvkMain.cpp61 if (cmdLine.getRunMode() == tcu::RUNMODE_EXECUTE && in main()
Dtestmain.cpp167 if (cmdLine.getRunMode() == tcu::RUNMODE_EXECUTE && in main()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Dtes31Context_override.cpp31 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in Context()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
Dtes31Context_override.cpp31 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in Context()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcContext.cpp58 if (m_testCtx.getCommandLine().getRunMode() != tcu::RUNMODE_EXECUTE) in createRenderContext()
DglcTestPackage.cpp70 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init()
/third_party/vk-gl-cts/modules/gles3/
Dtgl45es3TestPackage.cpp65 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init()
Dtes3TestPackage.cpp144 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init()
/third_party/vk-gl-cts/modules/gles2/
Dtes2TestPackage.cpp146 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init()