Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrCaps.h102 bool advancedCoherentBlendEquationSupport() const { in advancedCoherentBlendEquationSupport() function
/external/skia/src/gpu/
DGrCaps.h139 bool advancedCoherentBlendEquationSupport() const { in advancedCoherentBlendEquationSupport() function
/external/skia/src/gpu/effects/
DGrCustomXfermode.cpp189 if (this->hasHWBlendEquation() && !caps.advancedCoherentBlendEquationSupport()) { in xferBarrierType()
/external/skqp/src/gpu/effects/
DGrCustomXfermode.cpp191 if (this->hasHWBlendEquation() && !caps.advancedCoherentBlendEquationSupport()) { in xferBarrierType()
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp182 SkASSERT(!gpu->caps()->advancedCoherentBlendEquationSupport()); in Create()