Searched refs:startPass (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp146 static unsigned int startPass = defaultStartPass; variable
299 startPass = strtoul(optarg, &chptr, 10);
331 startPass = endPass = strtoul(optarg, &chptr, 10);
359 if (endPass < startPass) {
361 testPrintE(" startPass: %u endPass: %u", startPass, endPass);
371 testPrintI("startPass: %u", startPass);
390 for (pass = startPass; pass <= endPass; pass++) {
401 if ((pass == startPass)
[all...]

Completed in 771 milliseconds