Home
last modified time | relevance | path

Searched refs:TestRunnerType (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp120 …bool checkRunnerType (tcu::TestRunnerType type) const { return ((m_runnerType & type) == … in checkRunnerType()
130 tcu::TestRunnerType m_runnerType;
271 tcu::TestRunnerType getRunnerType (void) const;
DtcuTestCase.hpp54 enum TestRunnerType enum
129 virtual TestRunnerType getRunnerType (void) const { return RUNNERTYPE_NONE; } in getRunnerType()
DtcuCommandLine.cpp106 DE_DECLARE_COMMAND_LINE_OPT(RunnerType, tcu::TestRunnerType);
161 static const NamedValue<tcu::TestRunnerType> s_runnerTypes[] = in registerOptions()
935 tcu::TestRunnerType CommandLine::getRunnerType (void) const { return m_cmdLine.getOption<opt::… in getRunnerType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.hpp102 tcu::TestRunnerType getRunnerType (void) const override { return tcu::RUNNERTYPE_AMBER; } in getRunnerType()