Searched refs:mCurBlendState (Results 1 – 2 of 2) sorted by relevance
23 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 …]
165 gl::BlendState mCurBlendState; variable