Searched refs:WAIT_WINDOW_VISIBLE_MS (Results 1 – 2 of 2) sorted by relevance
54 …WAIT_WINDOW_VISIBLE_MS = 500 //!< Time to wait before issuing screenshot after changing window vi… enumerator302 if (timeSinceVisibleUs < (deInt64)WAIT_WINDOW_VISIBLE_MS*1000) in readScreenPixels()303 deSleep(WAIT_WINDOW_VISIBLE_MS - (deUint32)(timeSinceVisibleUs/1000)); in readScreenPixels()
621 static const double WAIT_WINDOW_VISIBLE_MS = 0.5; // Half a second for the animation in takeScreenshot() local624 if (timeSinceVisible < WAIT_WINDOW_VISIBLE_MS) in takeScreenshot()626 Sleep(static_cast<DWORD>((WAIT_WINDOW_VISIBLE_MS - timeSinceVisible) * 1000)); in takeScreenshot()