Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrCaps.h90 kAdvancedCoherent_BlendEquationSupport, //<! Advanced blend equation support that does not enumerator
93 kLast_BlendEquationSupport = kAdvancedCoherent_BlendEquationSupport
103 return kAdvancedCoherent_BlendEquationSupport == fBlendEquationSupport; in advancedCoherentBlendEquationSupport()
DGrCaps.cpp233 GR_STATIC_ASSERT(2 == kAdvancedCoherent_BlendEquationSupport); in dumpJSON()
/external/skia/src/gpu/
DGrCaps.h127 kAdvancedCoherent_BlendEquationSupport, //<! Advanced blend equation support that does not enumerator
130 kLast_BlendEquationSupport = kAdvancedCoherent_BlendEquationSupport
140 return kAdvancedCoherent_BlendEquationSupport == fBlendEquationSupport; in advancedCoherentBlendEquationSupport()
DGrCaps.cpp263 static_assert(2 == kAdvancedCoherent_BlendEquationSupport); in dumpJSON()
/external/skia/tests/
DAdvancedBlendTest.cpp52 if (GrCaps::kAdvancedCoherent_BlendEquationSupport == caps.blendEquationSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/tests/
DAdvancedBlendTest.cpp40 if (GrCaps::kAdvancedCoherent_BlendEquationSupport == caps.blendEquationSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/effects/
DGrCustomXfermode.cpp353 if (caps.blendEquationSupport() == GrCaps::kAdvancedCoherent_BlendEquationSupport) { in analysisProperties()
/external/skqp/src/gpu/effects/
DGrCustomXfermode.cpp354 if (caps.blendEquationSupport() == GrCaps::kAdvancedCoherent_BlendEquationSupport) { in analysisProperties()
/external/skqp/src/gpu/vk/
DGrVkCaps.cpp524 fBlendEquationSupport = kAdvancedCoherent_BlendEquationSupport; in initGrCaps()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp1006 fBlendEquationSupport = kAdvancedCoherent_BlendEquationSupport; in initBlendEqationSupport()
1010 fBlendEquationSupport = kAdvancedCoherent_BlendEquationSupport; in initBlendEqationSupport()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp671 fBlendEquationSupport = kAdvancedCoherent_BlendEquationSupport; in initGrCaps()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp1031 fBlendEquationSupport = kAdvancedCoherent_BlendEquationSupport; in initBlendEqationSupport()
1035 fBlendEquationSupport = kAdvancedCoherent_BlendEquationSupport; in initBlendEqationSupport()