HomeSort by relevance Sort by last modified time
    Searched refs:endDelay (Results 1 - 3 of 3) sorted by null

  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 140 static float endDelay = defaultEndDelay;
160 * 6. Delay for amount of time given by endDelay
186 endDelay = strtod(optarg, &chptr);
187 if ((*chptr != '\0') || (endDelay < 0.0)) {
279 testPrintI("endDelay: %f", endDelay);
400 testDelay(endDelay);
hwcRects.cpp 180 static float endDelay = defaultEndDelay;
199 * 7. Delay for amount of time given by endDelay
218 endDelay = strtod(optarg, &chptr);
219 if ((*chptr != '\0') || (endDelay < 0.0)) {
348 testDelay(endDelay);
hwcStress.cpp 150 static float endDelay = defaultEndDelay;
265 endDelay = strtod(optarg, &chptr);
266 if ((*chptr != '\0') || (endDelay < 0.0)) {
513 testDelay(endDelay);

Completed in 168 milliseconds