Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrCaps.h93 kLast_BlendEquationSupport = kAdvancedCoherent_BlendEquationSupport enumerator
DGrCaps.cpp234 GR_STATIC_ASSERT(SK_ARRAY_COUNT(kBlendEquationSupportNames) == kLast_BlendEquationSupport + 1); in dumpJSON()
/external/skia/src/gpu/
DGrCaps.h130 kLast_BlendEquationSupport = kAdvancedCoherent_BlendEquationSupport enumerator
DGrCaps.cpp264 static_assert(SK_ARRAY_COUNT(kBlendEquationSupportNames) == kLast_BlendEquationSupport + 1); in dumpJSON()