Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/effects/
DGrCustomXfermode.cpp93 bool hasHWBlendEquation() const { return kIllegal_GrBlendEquation != fHWBlendEquation; } in hasHWBlendEquation() function in CustomXP
96 SkASSERT(this->hasHWBlendEquation()); in hwBlendEquation()
126 if (xp.hasHWBlendEquation()) { in GenKey()
131 if (!xp.hasHWBlendEquation() || caps.mustEnableSpecificAdvBlendEqs()) { in GenKey()
140 SkASSERT(xp.hasHWBlendEquation()); in emitOutputsForBlendState()
160 SkASSERT(!xp.hasHWBlendEquation()); in emitBlendCodeForDstRead()
181 SkASSERT(this->willReadDstColor() != this->hasHWBlendEquation()); in createGLSLInstance()
191 if (this->hasHWBlendEquation() && !caps.advancedCoherentBlendEquationSupport()) { in xferBarrierType()
198 if (this->hasHWBlendEquation()) { in onGetBlendInfo()
/third_party/skia/src/gpu/effects/
DGrCustomXfermode.cpp92 bool hasHWBlendEquation() const { return kIllegal_GrBlendEquation != fHWBlendEquation; } in hasHWBlendEquation() function in CustomXP
108 if (this->hasHWBlendEquation()) { in onAddToKey()
119 SkASSERT(this->willReadDstColor() != this->hasHWBlendEquation()); in makeProgramImpl()
125 SkASSERT(xp.hasHWBlendEquation()); in makeProgramImpl()
147 SkASSERT(!xp.hasHWBlendEquation()); in makeProgramImpl()
170 if (this->hasHWBlendEquation() && !caps.advancedCoherentBlendEquationSupport()) { in xferBarrierType()
177 if (this->hasHWBlendEquation()) { in onGetBlendInfo()