Home
last modified time | relevance | path

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

/external/skqp/src/gpu/effects/
DGrCustomXfermode.cpp74 CustomXP(SkBlendMode mode, GrBlendEquation hwBlendEquation) in CustomXP() argument
77 , fHWBlendEquation(hwBlendEquation) {} in CustomXP()
92 GrBlendEquation hwBlendEquation() const { in hwBlendEquation() function in CustomXP
140 fragBuilder->enableAdvancedBlendEquationIfNeeded(xp.hwBlendEquation()); in emitOutputsForBlendState()
196 blendInfo->fEquation = this->hwBlendEquation(); in onGetBlendInfo()
/external/skia/src/gpu/effects/
DGrCustomXfermode.cpp74 CustomXP(SkBlendMode mode, GrBlendEquation hwBlendEquation) in CustomXP() argument
77 , fHWBlendEquation(hwBlendEquation) {} in CustomXP()
92 GrBlendEquation hwBlendEquation() const { in hwBlendEquation() function in CustomXP
140 fragBuilder->enableAdvancedBlendEquationIfNeeded(xp.hwBlendEquation()); in emitOutputsForBlendState()
196 blendInfo->fEquation = this->hwBlendEquation(); in onGetBlendInfo()