Home | History | Annotate | Download | only in gl

Lines Matching refs:dstCoeff

2125     GrBlendCoeff dstCoeff = blendInfo.fDstBlend;
2127 kOne_GrBlendCoeff == srcCoeff && kZero_GrBlendCoeff == dstCoeff;
2153 fHWBlendState.fDstCoeff != dstCoeff) {
2155 gXfermodeCoeff2Blend[dstCoeff]));
2157 fHWBlendState.fDstCoeff = dstCoeff;
2162 BlendCoeffReferencesConstant(dstCoeff)) &&