Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp692 mCurPresentPathFastEnabled(false), in StateManager11()
867 if ((mCurPresentPathFastEnabled != presentPathFastActive) || in checkPresentPath()
870 mCurPresentPathFastEnabled = presentPathFastActive; in checkPresentPath()
1367 if (mCurPresentPathFastEnabled) in syncRasterizerState()
1412 if (mCurPresentPathFastEnabled) in syncScissorRectangle()
1479 if (mCurPresentPathFastEnabled && clipSpaceOriginLowerLeft) in syncViewport()
1529 mShaderConstants.onViewportChange(viewport, adjustViewport, is9_3, mCurPresentPathFastEnabled); in syncViewport()
DStateManager11.h525 bool mCurPresentPathFastEnabled; variable