Home
last modified time | relevance | path

Searched defs:getRunnerType (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.hpp108 tcu::TestRunnerType getRunnerType (void) const override { return tcu::RUNNERTYPE_AMBER; } in getRunnerType() function in vkt::cts_amber::AmberTestCase
/external/deqp/framework/common/
DtcuTestCase.hpp129 virtual TestRunnerType getRunnerType (void) const { return RUNNERTYPE_NONE; } in getRunnerType() function in tcu::TestNode
DtcuCommandLine.cpp985 tcu::TestRunnerType CommandLine::getRunnerType (void) const { return m_cmdLine.getOption<opt::… in getRunnerType() function in tcu::CommandLine