Home
last modified time | relevance | path

Searched refs:getRunnerType (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.hpp102 tcu::TestRunnerType getRunnerType (void) const override { return tcu::RUNNERTYPE_AMBER; } in getRunnerType() function in vkt::cts_amber::AmberTestCase
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp271 tcu::TestRunnerType getRunnerType (void) const;
DtcuTestCase.hpp129 virtual TestRunnerType getRunnerType (void) const { return RUNNERTYPE_NONE; } in getRunnerType() function in tcu::TestNode
DtcuTestHierarchyIterator.cpp179 …if (!(isLeaf ? (m_caseListFilter.checkRunnerType(node->getRunnerType()) && m_caseListFilter.checkT… in next()
DtcuCommandLine.cpp935 tcu::TestRunnerType CommandLine::getRunnerType (void) const { return m_cmdLine.getOption<opt::… in getRunnerType() function in tcu::CommandLine