Home
last modified time | relevance | path

Searched refs:hwBlendEquation (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/effects/
DGrCustomXfermode.cpp80 CustomXP(SkXfermode::Mode mode, GrBlendEquation hwBlendEquation) in CustomXP() argument
82 fHWBlendEquation(hwBlendEquation) { in CustomXP()
100 GrBlendEquation hwBlendEquation() const { in hwBlendEquation() function in CustomXP
152 fragBuilder->enableAdvancedBlendEquationIfNeeded(xp.hwBlendEquation()); in emitOutputsForBlendState()
322 blendInfo->fEquation = this->hwBlendEquation(); in onGetBlendInfo()