Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp54WAIT_WINDOW_VISIBLE_MS = 500 //!< Time to wait before issuing screenshot after changing window vi… enumerator
302 if (timeSinceVisibleUs < (deInt64)WAIT_WINDOW_VISIBLE_MS*1000) in readScreenPixels()
303 deSleep(WAIT_WINDOW_VISIBLE_MS - (deUint32)(timeSinceVisibleUs/1000)); in readScreenPixels()
/external/angle/util/windows/win32/
DWin32Window.cpp621 static const double WAIT_WINDOW_VISIBLE_MS = 0.5; // Half a second for the animation in takeScreenshot() local
624 if (timeSinceVisible < WAIT_WINDOW_VISIBLE_MS) in takeScreenshot()
626 Sleep(static_cast<DWORD>((WAIT_WINDOW_VISIBLE_MS - timeSinceVisible) * 1000)); in takeScreenshot()