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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawState.cpp19 BlendOptFlags blendFlags = this->getBlendOpts(false, &srcCoeff, &dstCoeff);
26 BlendOptFlags blendFlags = this->getBlendOpts(false, &srcCoeff, &dstCoeff);
307 BlendOptFlags flag = this->getBlendOpts(true, &srcCoeff, &dstCoeff);
H A DGrRODrawState.h393 * If the cached BlendOptFlags does not have the invalidate bit set, then getBlendOpts will
396 BlendOptFlags getBlendOpts(bool forceCoverage = false,
H A DGrRODrawState.cpp171 GrRODrawState::BlendOptFlags GrRODrawState::getBlendOpts(bool forceCoverage, function in class:GrRODrawState
/external/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp229 GrDrawState::BlendOptFlags blendOpts = drawState.getBlendOpts(false, &srcCoeff, &dstCoeff);
/external/skia/src/gpu/
H A DGrDrawState.cpp286 GrDrawState::BlendOptFlags GrDrawState::getBlendOpts(bool forceCoverage,
H A DGrDrawTarget.cpp632 GrDrawState::BlendOptFlags opts = this->getDrawState().getBlendOpts();
641 GrDrawState::kNone_BlendOpt != this->getDrawState().getBlendOpts(true);
H A DGrDrawState.h543 BlendOptFlags getBlendOpts(bool forceCoverage = false,

Completed in 2945 milliseconds