HomeSort by relevance Sort by last modified time
    Searched full:fblendconstant (Results 1 - 1 of 1) sorted by null

  /external/skia/src/gpu/
GrDrawState.h 90 fCommon.fBlendConstant = 0x0;
674 void setBlendConstant(GrColor constant) { fCommon.fBlendConstant = constant; }
680 GrColor getBlendConstant() const { return fCommon.fBlendConstant; }
    [all...]

Completed in 2691 milliseconds