Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawTargetCaps.h165 bool advancedCoherentBlendEquationSupport() const { in advancedCoherentBlendEquationSupport() function
/external/skia/src/gpu/effects/
DGrCustomXfermode.cpp769 if (this->hasHWBlendEquation() && !caps.advancedCoherentBlendEquationSupport()) { in onWillNeedXferBarrier()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp1035 bool coherent = glCaps.advancedCoherentBlendEquationSupport(); in init()