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

/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp139 static float endDelay = defaultEndDelay; variable
159 * 6. Delay for amount of time given by endDelay
185 endDelay = strtod(optarg, &chptr);
186 if ((*chptr != '\0') || (endDelay < 0.0)) {
278 testPrintI("endDelay: %f", endDelay);
399 testDelay(endDelay);
H A DhwcRects.cpp179 static float endDelay = defaultEndDelay; variable
198 * 7. Delay for amount of time given by endDelay
217 endDelay = strtod(optarg, &chptr);
218 if ((*chptr != '\0') || (endDelay < 0.0)) {
347 testDelay(endDelay);
H A DhwcStress.cpp149 static float endDelay = defaultEndDelay; variable
264 endDelay = strtod(optarg, &chptr);
265 if ((*chptr != '\0') || (endDelay < 0.0)) {
512 testDelay(endDelay);

Completed in 458 milliseconds