Home
last modified time | relevance | path

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

/external/swiftshader/src/WSI/
DWin32SurfaceKHR.cpp120 auto currWindowExtent = getWindowSize(hwnd); in lazyCreateFrameBuffer() local
121 if(currWindowExtent.width == windowExtent.width && currWindowExtent.height == windowExtent.height) in lazyCreateFrameBuffer()
126 windowExtent = currWindowExtent; in lazyCreateFrameBuffer()