HomeSort by relevance Sort by last modified time
    Searched defs:fBlendConstant (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawState.h 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 &&
    [all...]
  /external/skia/src/gpu/
GrDrawState.h 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 &&
    [all...]

Completed in 30 milliseconds