Searched refs:modifiedRasterState (Results 1 – 1 of 1) sorted by relevance
1344 gl::RasterizerState modifiedRasterState = rasterState; in syncRasterizerState() local1349 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()