Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.hpp120 …bool checkRunnerType (tcu::TestRunnerType type) const { return ((m_runnerType & type) == … in checkRunnerType()
130 tcu::TestRunnerType m_runnerType;
275 tcu::TestRunnerType getRunnerType (void) const;
DtcuTestCase.hpp54 enum TestRunnerType enum
129 virtual TestRunnerType getRunnerType (void) const { return RUNNERTYPE_NONE; } in getRunnerType()
DtcuCommandLine.cpp107 DE_DECLARE_COMMAND_LINE_OPT(RunnerType, tcu::TestRunnerType);
179 static const NamedValue<tcu::TestRunnerType> s_runnerTypes[] = in registerOptions()
985 tcu::TestRunnerType CommandLine::getRunnerType (void) const { return m_cmdLine.getOption<opt::… in getRunnerType()
/external/deqp/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.hpp108 tcu::TestRunnerType getRunnerType (void) const override { return tcu::RUNNERTYPE_AMBER; } in getRunnerType()