Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp23 mCurBlendState(), in StateManager9()
127 if (state.getBlendState().blend != mCurBlendState.blend) in syncState()
144 if (blendState.sourceBlendRGB != mCurBlendState.sourceBlendRGB || in syncState()
145 blendState.destBlendRGB != mCurBlendState.destBlendRGB || in syncState()
146 blendState.sourceBlendAlpha != mCurBlendState.sourceBlendAlpha || in syncState()
147 blendState.destBlendAlpha != mCurBlendState.destBlendAlpha) in syncState()
164 if (blendState.blendEquationRGB != mCurBlendState.blendEquationRGB || in syncState()
165 blendState.blendEquationAlpha != mCurBlendState.blendEquationAlpha) in syncState()
186 if (blendState.colorMaskRed != mCurBlendState.colorMaskRed || in syncState()
187 blendState.colorMaskGreen != mCurBlendState.colorMaskGreen || in syncState()
[all …]
DStateManager9.h165 gl::BlendState mCurBlendState; variable