HomeSort by relevance Sort by last modified time
    Searched refs:fBlendConstant (Results 1 - 5 of 5) 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();

Completed in 4306 milliseconds