Home
last modified time | relevance | path

Searched refs:warmup (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/tests/gl_perf/
Dfill_common.cpp202 static void doLoop(bool warmup, int pgm, uint32_t passCount) { in doLoop() argument
203 if (warmup) { in doLoop()
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp179 int warmup = 0; member
643 int warmup = ProgramOptions.warmup; in ClientCommand() local
644 while (warmup--) { in ClientCommand()
1065 ProgramOptions.warmup = std::stoi(optarg); in main()