Home
last modified time | relevance | path

Searched refs:kBlendEquationSupportNames (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrCaps.cpp223 static const char* kBlendEquationSupportNames[] = { in dumpJSON() local
231 GR_STATIC_ASSERT(SK_ARRAY_COUNT(kBlendEquationSupportNames) == kLast_BlendEquationSupport + 1); in dumpJSON()
234 kBlendEquationSupportNames[fBlendEquationSupport]); in dumpJSON()
/third_party/skia/src/gpu/
DGrCaps.cpp267 static const char* kBlendEquationSupportNames[] = { in dumpJSON() local
275 static_assert(SK_ARRAY_COUNT(kBlendEquationSupportNames) == kLast_BlendEquationSupport + 1); in dumpJSON()
278 kBlendEquationSupportNames[fBlendEquationSupport]); in dumpJSON()