Searched refs:DE_DECLARE_COMMAND_LINE_OPT (Results 1 – 9 of 9) sorted by relevance
/external/deqp/framework/common/ |
D | tcuCommandLine.cpp | 57 DE_DECLARE_COMMAND_LINE_OPT(CasePath, std::string); 58 DE_DECLARE_COMMAND_LINE_OPT(CaseList, std::string); 59 DE_DECLARE_COMMAND_LINE_OPT(CaseListFile, std::string); 60 DE_DECLARE_COMMAND_LINE_OPT(StdinCaseList, bool); 61 DE_DECLARE_COMMAND_LINE_OPT(LogFilename, std::string); 62 DE_DECLARE_COMMAND_LINE_OPT(RunMode, tcu::RunMode); 63 DE_DECLARE_COMMAND_LINE_OPT(ExportFilenamePattern, std::string); 64 DE_DECLARE_COMMAND_LINE_OPT(WatchDog, bool); 65 DE_DECLARE_COMMAND_LINE_OPT(CrashHandler, bool); 66 DE_DECLARE_COMMAND_LINE_OPT(BaseSeed, int); [all …]
|
/external/deqp/executor/tools/ |
D | xeCommandLineExecutor.cpp | 61 DE_DECLARE_COMMAND_LINE_OPT(StartServer, string); 62 DE_DECLARE_COMMAND_LINE_OPT(Host, string); 63 DE_DECLARE_COMMAND_LINE_OPT(Port, int); 64 DE_DECLARE_COMMAND_LINE_OPT(CaseListDir, string); 65 DE_DECLARE_COMMAND_LINE_OPT(TestSet, vector<string>); 66 DE_DECLARE_COMMAND_LINE_OPT(ExcludeSet, vector<string>); 67 DE_DECLARE_COMMAND_LINE_OPT(ContinueFile, string); 68 DE_DECLARE_COMMAND_LINE_OPT(TestLogFile, string); 69 DE_DECLARE_COMMAND_LINE_OPT(InfoLogFile, string); 70 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/execserver/tools/ |
D | xsMain.cpp | 39 DE_DECLARE_COMMAND_LINE_OPT(Port, int); 40 DE_DECLARE_COMMAND_LINE_OPT(SingleExec, bool);
|
/external/deqp/framework/delibs/decpp/ |
D | deCommandLine.cpp | 341 DE_DECLARE_COMMAND_LINE_OPT(TestStringOpt, std::string); 342 DE_DECLARE_COMMAND_LINE_OPT(TestStringDefOpt, std::string); 343 DE_DECLARE_COMMAND_LINE_OPT(TestIntOpt, int); 344 DE_DECLARE_COMMAND_LINE_OPT(TestBoolOpt, bool); 345 DE_DECLARE_COMMAND_LINE_OPT(TestNamedOpt, deUint64);
|
D | deCommandLine.hpp | 429 #define DE_DECLARE_COMMAND_LINE_OPT(NAME, TYPE) struct NAME { typedef TYPE ValueType; } macro
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatformCapabilityQueryJNI.cpp | 41 DE_DECLARE_COMMAND_LINE_OPT(GLMajorVersion, int); 42 DE_DECLARE_COMMAND_LINE_OPT(GLMinorVersion, int);
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktBuildPrograms.cpp | 262 DE_DECLARE_COMMAND_LINE_OPT(DstPath, std::string); 263 DE_DECLARE_COMMAND_LINE_OPT(Cases, std::string); 264 DE_DECLARE_COMMAND_LINE_OPT(Validate, bool);
|