Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrCaps.h95 kLast_BlendEquationSupport = kAdvancedCoherent_BlendEquationSupport enumerator
DGrCaps.cpp231 GR_STATIC_ASSERT(SK_ARRAY_COUNT(kBlendEquationSupportNames) == kLast_BlendEquationSupport + 1); in dumpJSON()
/third_party/skia/src/gpu/
DGrCaps.h129 kLast_BlendEquationSupport = kAdvancedCoherent_BlendEquationSupport enumerator
DGrCaps.cpp275 static_assert(SK_ARRAY_COUNT(kBlendEquationSupportNames) == kLast_BlendEquationSupport + 1); in dumpJSON()