Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrCustomXfermode.cpp98 bool hasHWBlendEquation() const { return -1 != static_cast<int>(fHWBlendEquation); } in hasHWBlendEquation() function in CustomXP
101 SkASSERT(this->hasHWBlendEquation()); in hwBlendEquation()
135 if (xp.hasHWBlendEquation()) { in GenKey()
140 if (!xp.hasHWBlendEquation() || caps.mustEnableSpecificAdvBlendEqs()) { in GenKey()
149 SkASSERT(xp.hasHWBlendEquation()); in emitOutputsForBlendState()
173 SkASSERT(!xp.hasHWBlendEquation()); in emitBlendCodeForDstRead()
194 SkASSERT(this->willReadDstColor() != this->hasHWBlendEquation()); in createGLSLInstance()
307 if (this->hasHWBlendEquation() && optimizations.fCoveragePOI.isSolidWhite()) { in onGetOptimizations()
314 if (this->hasHWBlendEquation() && !caps.advancedCoherentBlendEquationSupport()) { in onXferBarrier()
321 if (this->hasHWBlendEquation()) { in onGetBlendInfo()