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

  /external/chromium_org/third_party/skia/src/gpu/
GrRODrawState.h 167 GrColor getBlendConstant() const { return fBlendConstant; }
405 GrColor fBlendConstant;
GrDrawState.cpp 102 fBlendConstant = that.fBlendConstant;
148 fBlendConstant = 0x0;
201 fBlendConstant = 0x0;
GrDrawState.h 338 if (constant != fBlendConstant) {
339 fBlendConstant = constant;
GrRODrawState.cpp 32 this->fBlendConstant != that.fBlendConstant ||
GrOptDrawState.cpp 22 fBlendConstant = drawState.getBlendConstant();
  /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...]
GrDrawState.cpp 48 fCommon.fBlendConstant = 0x0;

Completed in 59 milliseconds