Home | History | Annotate | Download | only in gpu

Lines Matching refs:srcCoeff

846                            GrBlendCoeff* srcCoeff,
853 if (NULL == srcCoeff) {
854 srcCoeff = &bogusSrcCoeff;
856 *srcCoeff = drawState.getSrcBlendCoeff();
864 GrAssert(kSA_BlendCoeff != *srcCoeff &&
865 kISA_BlendCoeff != *srcCoeff &&
866 kSC_BlendCoeff != *srcCoeff &&
867 kISC_BlendCoeff != *srcCoeff);
875 *srcCoeff = kZero_BlendCoeff;
889 if ((kZero_BlendCoeff == *srcCoeff && dstCoeffIsOne) ||
919 if (kOne_BlendCoeff == *srcCoeff) {
923 } else if (kZero_BlendCoeff == *srcCoeff) {
926 *srcCoeff = kOne_BlendCoeff;
939 if (kZero_BlendCoeff == *srcCoeff) {