Home | History | Annotate | Download | only in renderer

Lines Matching refs:mForceSetBlendState

833     bool blendStateChanged = mForceSetBlendState || memcmp(&blendState, &mCurBlendState, sizeof(gl::BlendState)) != 0;
834 bool blendColorChanged = mForceSetBlendState || memcmp(&blendColor, &mCurBlendColor, sizeof(gl::Color)) != 0;
835 bool sampleMaskChanged = mForceSetBlendState || sampleMask != mCurSampleMask;
925 mForceSetBlendState = false;
1982 mForceSetBlendState = true;