Home
last modified time | relevance | path

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

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