Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DAdvancedBlendTest.cpp57 if (GrCaps::kAdvancedCoherent_BlendEquationSupport == caps.blendEquationSupport()) { in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
62 == caps.blendEquationSupport()); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/
H A DGrCustomXfermode.cpp355 if (caps.blendEquationSupport() == GrCaps::kAdvancedCoherent_BlendEquationSupport) { in analysisProperties()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrCaps.h161 BlendEquationSupport blendEquationSupport() const { return fBlendEquationSupport; } in blendEquationSupport() function
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.cpp3914 this->caps()->blendEquationSupport()); in xferBarrier()