Lines Matching refs:GrBlendCoeff
47 GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) in BlendFormula()
93 GrBlendCoeff srcCoeff() const { in srcCoeff()
98 GrBlendCoeff dstCoeff() const { in dstCoeff()
144 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff,
145 GrBlendCoeff DstCoeff);
154 GrBlendCoeff fSrcCoeff : 6;
155 GrBlendCoeff fDstCoeff : 6;
174 GrBlendCoeff SrcCoeff, in GetProperties()
175 GrBlendCoeff DstCoeff) { in GetProperties()
195 static constexpr BlendFormula MakeCoeffFormula(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in MakeCoeffFormula()
209 static constexpr BlendFormula MakeSAModulateFormula(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { in MakeSAModulateFormula()
229 BlendFormula::OutputType oneMinusDstCoeffModulateOutput, GrBlendCoeff srcCoeff) { in MakeCoverageFormula()
264 static constexpr BlendFormula MakeCoverageDstCoeffZeroFormula(GrBlendCoeff srcCoeff) { in MakeCoverageDstCoeffZeroFormula()