Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp1344 gl::RasterizerState modifiedRasterState = rasterState; in syncRasterizerState() local
1349 if (modifiedRasterState.frontFace == GL_CCW) in syncRasterizerState()
1351 modifiedRasterState.frontFace = GL_CW; in syncRasterizerState()
1355 ASSERT(modifiedRasterState.frontFace == GL_CW); in syncRasterizerState()
1356 modifiedRasterState.frontFace = GL_CCW; in syncRasterizerState()
1359 ANGLE_TRY(mRenderer->getRasterizerState(context, modifiedRasterState, mCurScissorEnabled, in syncRasterizerState()