Home
last modified time | relevance | path

Searched refs:TestRunnerType (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.hpp120 bool checkRunnerType (tcu::TestRunnerType type) const { return ((m_runnerType & type) == m_runnerType); } in checkRunnerType()
130 tcu::TestRunnerType m_runnerType;
275 tcu::TestRunnerType getRunnerType (void) const;
H A DtcuTestCase.hpp54 enum TestRunnerType enum
132 virtual TestRunnerType getRunnerType (void) const { return RUNNERTYPE_NONE; } in getRunnerType()
H A DtcuCommandLine.cpp109 DE_DECLARE_COMMAND_LINE_OPT(RunnerType, tcu::TestRunnerType);
181 static const NamedValue<tcu::TestRunnerType> s_runnerTypes[] = in registerOptions()
1086 tcu::TestRunnerType CommandLine::getRunnerType (void) const { return m_cmdLine.getOption<opt::RunnerType>(); } in getRunnerType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.hpp108 tcu::TestRunnerType getRunnerType (void) const override { return tcu::RUNNERTYPE_AMBER; }
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCase.hpp108 tcu::TestRunnerType getRunnerType (void) const override { return tcu::RUNNERTYPE_AMBER; }

Completed in 5 milliseconds