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

/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp43 WAIT_WINDOW_VISIBLE_MS = 500 //!< Time to wait before issuing screenshot after changing window visibility (hack for DWM) enumerator in enum:tcu::__anon19775::__anon19776
285 if (timeSinceVisibleUs < (deInt64)WAIT_WINDOW_VISIBLE_MS*1000)
286 deSleep(WAIT_WINDOW_VISIBLE_MS - (deUint32)(timeSinceVisibleUs/1000));

Completed in 169 milliseconds