Searched refs:fHWBlendState (Results 1 – 2 of 2) sorted by relevance
476 fHWBlendState.invalidate(); in onResetContext()2890 if (kNo_TriState != fHWBlendState.fEnabled) { in flushBlend()2896 GrBlendEquationIsAdvanced(fHWBlendState.fEquation)) { in flushBlend()2901 fHWBlendState.fEquation = blend_equation; in flushBlend()2904 fHWBlendState.fEnabled = kNo_TriState; in flushBlend()2909 if (kYes_TriState != fHWBlendState.fEnabled) { in flushBlend()2911 fHWBlendState.fEnabled = kYes_TriState; in flushBlend()2914 if (fHWBlendState.fEquation != equation) { in flushBlend()2916 fHWBlendState.fEquation = equation; in flushBlend()2925 if (fHWBlendState.fSrcCoeff != srcCoeff || fHWBlendState.fDstCoeff != dstCoeff) { in flushBlend()[all …]
553 } fHWBlendState; variable