Searched refs:mCurBlendStateExt (Results 1 – 2 of 2) sorted by relevance
672 mCurBlendStateExt(), in StateManager11()956 ASSERT(mCurBlendStateExt.mMaxDrawBuffers == blendStateExt.mMaxDrawBuffers); in syncState()960 mCurBlendStateExt.compareEquations(blendStateExt.mEquationColor, in syncState()971 ASSERT(mCurBlendStateExt.mMaxDrawBuffers == blendStateExt.mMaxDrawBuffers); in syncState()975 mCurBlendStateExt.compareFactors( in syncState()986 if (state.getBlendStateExt().mEnabledMask != mCurBlendStateExt.mEnabledMask) in syncState()1006 if (state.getBlendStateExt().mColorMask != mCurBlendStateExt.mColorMask) in syncState()1258 mCurBlendStateExt = blendStateExt; in syncBlendState()1931 mCurBlendStateExt = in ensureInitialized()
471 gl::BlendStateExt mCurBlendStateExt; variable