Searched refs:fBlendConstant (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrRODrawState.h167 GrColor getBlendConstant() const { return fBlendConstant; }
405 GrColor fBlendConstant; member in class:GrRODrawState
H A DGrDrawState.cpp102 fBlendConstant = that.fBlendConstant;
148 fBlendConstant = 0x0;
201 fBlendConstant = 0x0;
H A DGrDrawState.h338 if (constant != fBlendConstant) {
339 fBlendConstant = constant;
H A DGrRODrawState.cpp32 this->fBlendConstant != that.fBlendConstant ||
H A DGrOptDrawState.cpp22 fBlendConstant = drawState.getBlendConstant();
/external/skia/src/gpu/
H A DGrDrawState.h485 void setBlendConstant(GrColor constant) { fCommon.fBlendConstant = constant; }
491 GrColor getBlendConstant() const { return fCommon.fBlendConstant; }
898 fCommon.fBlendConstant = 0x0;
912 GrColor fBlendConstant; member in struct:GrDrawState::CommonState
929 fBlendConstant == other.fBlendConstant &&
H A DGrDrawState.cpp48 fCommon.fBlendConstant = 0x0;

Completed in 80 milliseconds