Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.hpp119 …bool checkRunnerType (tcu::TestRunnerType type) const { return ((m_runnerType & type) == … in checkRunnerType()
129 const tcu::TestRunnerType m_runnerType;
267 tcu::TestRunnerType getRunnerType (void) const;
DtcuTestCase.hpp54 enum TestRunnerType enum
128 virtual TestRunnerType getRunnerType (void) const { return RUNNERTYPE_NONE; } in getRunnerType()
DtcuCommandLine.cpp104 DE_DECLARE_COMMAND_LINE_OPT(RunnerType, tcu::TestRunnerType);
157 static const NamedValue<tcu::TestRunnerType> s_runnerTypes[] = in registerOptions()
862 tcu::TestRunnerType CommandLine::getRunnerType (void) const { return m_cmdLine.getOption<opt::… in getRunnerType()
/external/deqp/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.hpp100 tcu::TestRunnerType getRunnerType (void) const override { return tcu::RUNNERTYPE_AMBER; } in getRunnerType()