Searched refs:blendConst (Results 1 – 2 of 2) sorted by relevance
545 GrColor blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in SetDynamicBlendConstantState() local546 GrColorToRGBAFloat(blendConst, floatColors); in SetDynamicBlendConstantState()
2868 GrColor blendConst = blendInfo.fBlendConstant; in flushBlend() local2869 blendConst = swizzle.applyTo(blendConst); in flushBlend()2870 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlend()2872 GrColorToRGBAFloat(blendConst, c); in flushBlend()2874 fHWBlendState.fConstColor = blendConst; in flushBlend()