Searched refs:fDstBlend (Results 1 – 5 of 5) sorted by relevance
380 fCurrDrawState.fDstBlend = dstCoeff; in setBlendFunc()521 (kZero_BlendCoeff == fCurrDrawState.fDstBlend)) { in canDisableBlend()538 if (kISA_BlendCoeff != fCurrDrawState.fDstBlend && in canDisableBlend()539 kZero_BlendCoeff != fCurrDrawState.fDstBlend) { in canDisableBlend()
141 BlendCoeffReferencesConstant(fCurrDrawState.fDstBlend)) { in flushGraphicsState()151 this->flushBlend(type, fCurrDrawState.fSrcBlend, fCurrDrawState.fDstBlend); in flushGraphicsState()
570 GrBlendCoeff dstCoeff = fCurrDrawState.fDstBlend; in flushGraphicsState()825 if (kZero_BlendCoeff == fCurrDrawState.fDstBlend) { in buildProgram()830 } else if (kSA_BlendCoeff == fCurrDrawState.fDstBlend) { in buildProgram()836 } else if (kSC_BlendCoeff == fCurrDrawState.fDstBlend) { in buildProgram()
533 fHWDrawState.fDstBlend = (GrBlendCoeff)-1; in resetContext()1682 kISA_BlendCoeff != fHWDrawState.fDstBlend) { in flushBlend()1686 fHWDrawState.fDstBlend = kISA_BlendCoeff; in flushBlend()1700 fHWDrawState.fDstBlend != dstCoeff) { in flushBlend()1704 fHWDrawState.fDstBlend = dstCoeff; in flushBlend()
176 GrBlendCoeff fDstBlend; member