Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp858 const int colorBufferHeight = firstColorAttachment ? firstColorAttachment->getSize().height : 0; in checkPresentPath() local
861 (presentPathFastActive && (colorBufferHeight != mCurPresentPathFastColorBufferHeight))) in checkPresentPath()
864 mCurPresentPathFastColorBufferHeight = colorBufferHeight; in checkPresentPath()