Searched refs:DE_DECLARE_COMMAND_LINE_OPT (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/common/ |
D | tcuCommandLine.cpp | 56 DE_DECLARE_COMMAND_LINE_OPT(CasePath, std::string); 57 DE_DECLARE_COMMAND_LINE_OPT(CaseList, std::string); 58 DE_DECLARE_COMMAND_LINE_OPT(CaseListFile, std::string); 59 DE_DECLARE_COMMAND_LINE_OPT(StdinCaseList, bool); 60 DE_DECLARE_COMMAND_LINE_OPT(LogFilename, std::string); 61 DE_DECLARE_COMMAND_LINE_OPT(RunMode, tcu::RunMode); 62 DE_DECLARE_COMMAND_LINE_OPT(WatchDog, bool); 63 DE_DECLARE_COMMAND_LINE_OPT(CrashHandler, bool); 64 DE_DECLARE_COMMAND_LINE_OPT(BaseSeed, int); 65 DE_DECLARE_COMMAND_LINE_OPT(TestIterationCount, int); [all …]
|
/external/deqp/executor/tools/ |
D | xeCommandLineExecutor.cpp | 48 DE_DECLARE_COMMAND_LINE_OPT(StartServer, std::string); 49 DE_DECLARE_COMMAND_LINE_OPT(Host, std::string); 50 DE_DECLARE_COMMAND_LINE_OPT(Port, int); 51 DE_DECLARE_COMMAND_LINE_OPT(CaseListDir, std::string); 52 DE_DECLARE_COMMAND_LINE_OPT(TestSet, std::vector<std::string>); 53 DE_DECLARE_COMMAND_LINE_OPT(ExcludeSet, std::vector<std::string>); 54 DE_DECLARE_COMMAND_LINE_OPT(ContinueFile, std::string); 55 DE_DECLARE_COMMAND_LINE_OPT(TestLogFile, std::string); 56 DE_DECLARE_COMMAND_LINE_OPT(InfoLogFile, std::string); 57 DE_DECLARE_COMMAND_LINE_OPT(Summary, bool); [all …]
|
D | xeTestLogCompare.cpp | 72 DE_DECLARE_COMMAND_LINE_OPT(OutMode, OutputMode); 73 DE_DECLARE_COMMAND_LINE_OPT(OutFormat, OutputFormat); 74 DE_DECLARE_COMMAND_LINE_OPT(OutValue, OutputValue);
|
D | xeBatchResultToXml.cpp | 58 DE_DECLARE_COMMAND_LINE_OPT(OutMode, OutputMode);
|
/external/deqp/framework/delibs/decpp/ |
D | deCommandLine.cpp | 335 DE_DECLARE_COMMAND_LINE_OPT(TestStringOpt, std::string); 336 DE_DECLARE_COMMAND_LINE_OPT(TestIntOpt, int); 337 DE_DECLARE_COMMAND_LINE_OPT(TestBoolOpt, bool); 338 DE_DECLARE_COMMAND_LINE_OPT(TestNamedOpt, deUint64);
|
D | deCommandLine.hpp | 424 #define DE_DECLARE_COMMAND_LINE_OPT(NAME, TYPE) struct NAME { typedef TYPE ValueType; } macro
|