Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/effects/
DGrCustomXfermode.cpp170 if (this->hasHWBlendEquation() && !caps.advancedCoherentBlendEquationSupport()) { in xferBarrierType()
/third_party/skia/src/gpu/
DGrCaps.h138 bool advancedCoherentBlendEquationSupport() const { in advancedCoherentBlendEquationSupport() function
/third_party/skia/src/gpu/vk/
DGrVkRenderPass.cpp183 SkASSERT(!gpu->caps()->advancedCoherentBlendEquationSupport()); in Create()