Home | History | Annotate | Download | only in gpu

Lines Matching defs:fBlendConstant

484     void setBlendConstant(GrColor constant) { fCommon.fBlendConstant = constant; }
490 GrColor getBlendConstant() const { return fCommon.fBlendConstant; }
897 fCommon.fBlendConstant = 0x0;
911 GrColor fBlendConstant;
928 fBlendConstant == other.fBlendConstant &&