Home | History | Annotate | Download | only in gpu

Lines Matching refs:fDstBlend

470         fCommon.fDstBlend = dstCoeff;
498 GrBlendCoeff getDstBlendCoeff() const { return fCommon.fDstBlend; }
503 *dstBlendCoeff = fCommon.fDstBlend;
928 fCommon.fDstBlend = kZero_GrBlendCoeff;
944 GrBlendCoeff fDstBlend;
963 fDstBlend == other.fDstBlend &&