Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp613 double timeSinceVisible = mSetVisibleTimer->getElapsedTime(); in takeScreenshot() local
615 if (timeSinceVisible < WAIT_WINDOW_VISIBLE_MS) in takeScreenshot()
617 Sleep(static_cast<DWORD>((WAIT_WINDOW_VISIBLE_MS - timeSinceVisible) * 1000)); in takeScreenshot()