Home
last modified time | relevance | path

Searched refs:LongOpts (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/tests/macrobench/
Dmain.cpp191 namespace LongOpts { namespace
213 {"list", no_argument, nullptr, LongOpts::List},
214 {"wait-for-gpu", no_argument, nullptr, LongOpts::WaitForGpu},
215 {"report-frametime", optional_argument, nullptr, LongOpts::ReportFrametime},
216 {"cpuset", required_argument, nullptr, LongOpts::CpuSet},
217 {"benchmark_format", required_argument, nullptr, LongOpts::BenchmarkFormat},
218 {"benchmark_list_tests", optional_argument, nullptr, LongOpts::BenchmarkListTests},
219 {"benchmark_filter", required_argument, nullptr, LongOpts::BenchmarkFilter},
220 {"onscreen", no_argument, nullptr, LongOpts::Onscreen},
221 {"offscreen", no_argument, nullptr, LongOpts::Offscreen},
[all …]
/frameworks/base/libs/hwui/tests/unit/
Dmain.cpp50 namespace LongOpts { namespace
58 {"renderer", required_argument, nullptr, LongOpts::Renderer}, {0, 0, 0, 0}};
91 case LongOpts::Renderer: in parseOptions()
/frameworks/base/cmds/screencap/
Dscreencap.cpp79 namespace LongOpts { namespace
89 {"hint-for-seamless", no_argument, nullptr, LongOpts::HintForSeamless},
298 case LongOpts::HintForSeamless: in main()