Lines Matching defs:GrBlendCoeff
52 enum GrBlendCoeff {
77 static constexpr bool GrBlendCoeffRefsSrc(const GrBlendCoeff coeff) {
82 static constexpr bool GrBlendCoeffRefsDst(const GrBlendCoeff coeff) {
87 static constexpr bool GrBlendCoeffRefsSrc2(const GrBlendCoeff coeff) {
92 static constexpr bool GrBlendCoeffsUseSrcColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) {
96 static constexpr bool GrBlendCoeffsUseDstColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff,
107 static constexpr bool GrBlendModifiesDst(GrBlendEquation equation, GrBlendCoeff srcCoeff,
108 GrBlendCoeff dstCoeff) {
113 static constexpr bool GrBlendCoeffRefsConstant(const GrBlendCoeff coeff) {
117 static constexpr bool GrBlendShouldDisable(GrBlendEquation equation, GrBlendCoeff srcCoeff,
118 GrBlendCoeff dstCoeff) {
151 GrBlendCoeff srcCoeff,
152 GrBlendCoeff dstCoeff) {