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/
GrRODrawState.h 167 GrColor getBlendConstant() const { return fBlendConstant; }
405 GrColor fBlendConstant;
  /external/skia/src/gpu/
GrDrawState.h 485 void setBlendConstant(GrColor constant) { fCommon.fBlendConstant = constant; }
491 GrColor getBlendConstant() const { return fCommon.fBlendConstant; }
898 fCommon.fBlendConstant = 0x0;
912 GrColor fBlendConstant;
929 fBlendConstant == other.fBlendConstant &&
    [all...]

Completed in 112 milliseconds