Lines Matching refs:fHWBlendState
451 fHWBlendState.invalidate(); in onResetContext()
2886 if (kNo_TriState != fHWBlendState.fEnabled) { in flushBlend()
2892 GrBlendEquationIsAdvanced(fHWBlendState.fEquation)) { in flushBlend()
2897 fHWBlendState.fEquation = blend_equation; in flushBlend()
2900 fHWBlendState.fEnabled = kNo_TriState; in flushBlend()
2905 if (kYes_TriState != fHWBlendState.fEnabled) { in flushBlend()
2907 fHWBlendState.fEnabled = kYes_TriState; in flushBlend()
2910 if (fHWBlendState.fEquation != equation) { in flushBlend()
2912 fHWBlendState.fEquation = equation; in flushBlend()
2921 if (fHWBlendState.fSrcCoeff != srcCoeff || fHWBlendState.fDstCoeff != dstCoeff) { in flushBlend()
2924 fHWBlendState.fSrcCoeff = srcCoeff; in flushBlend()
2925 fHWBlendState.fDstCoeff = dstCoeff; in flushBlend()
2931 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlend()
2935 fHWBlendState.fConstColor = blendConst; in flushBlend()
2936 fHWBlendState.fConstColorValid = true; in flushBlend()