Home | History | Annotate | Download | only in gl

Lines Matching refs:srcCoeff

1877                          GrBlendCoeff srcCoeff,
1894 bool blendOff = kOne_BlendCoeff == srcCoeff &&
1905 if (fHWDrawState.getSrcBlendCoeff() != srcCoeff ||
1907 GL_CALL(BlendFunc(gXfermodeCoeff2Blend[srcCoeff],
1909 fHWDrawState.setBlendFunc(srcCoeff, dstCoeff);
1912 if ((BlendCoeffReferencesConstant(srcCoeff) ||