Searched refs:blendConst (Results 1 – 1 of 1) sorted by relevance
2929 GrColor blendConst = blendInfo.fBlendConstant; in flushBlend() local2930 blendConst = swizzle.applyTo(blendConst); in flushBlend()2931 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlend()2933 GrColorToRGBAFloat(blendConst, c); in flushBlend()2935 fHWBlendState.fConstColor = blendConst; in flushBlend()