Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrCaps.h126 kAdvancedCoherent_BlendEquationSupport, //<! Advanced blend equation support that does not enumerator
129 kLast_BlendEquationSupport = kAdvancedCoherent_BlendEquationSupport
139 return kAdvancedCoherent_BlendEquationSupport == fBlendEquationSupport; in advancedCoherentBlendEquationSupport()
DGrCaps.cpp274 static_assert(2 == kAdvancedCoherent_BlendEquationSupport); in dumpJSON()
/third_party/skia/tests/
DAdvancedBlendTest.cpp52 if (GrCaps::kAdvancedCoherent_BlendEquationSupport == caps.blendEquationSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/effects/
DGrCustomXfermode.cpp334 if (caps.blendEquationSupport() == GrCaps::kAdvancedCoherent_BlendEquationSupport) { in analysisProperties()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp681 fBlendEquationSupport = kAdvancedCoherent_BlendEquationSupport; in initGrCaps()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp1087 fBlendEquationSupport = kAdvancedCoherent_BlendEquationSupport; in initBlendEqationSupport()
1091 fBlendEquationSupport = kAdvancedCoherent_BlendEquationSupport; in initBlendEqationSupport()