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

/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp149 static float perSetDelay = defaultPerSetDelay; variable
254 perSetDelay = strtod(optarg, &chptr);
255 if ((*chptr != '\0') || (perSetDelay < 0.0)) {
506 testDelay(perSetDelay);

Completed in 88 milliseconds