Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DSurfaceD3D.cpp323 bool sizeDirty = false; in checkForOutOfDateSwapChain() local
338 sizeDirty = clientWidth != getWidth() || clientHeight != getHeight(); in checkForOutOfDateSwapChain()
344 sizeDirty = mFixedWidth != getWidth() || mFixedHeight != getHeight(); in checkForOutOfDateSwapChain()
351 else if (sizeDirty) in checkForOutOfDateSwapChain()