Home
last modified time | relevance | path

Searched refs:kBlendSupportAllEquations_Flag (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/include/private/
DSkSLLayout.h24 kBlendSupportAllEquations_Flag = 1 << 2, enumerator
97 if (fFlags & kBlendSupportAllEquations_Flag) { in description()
/third_party/skia/src/sksl/ir/
DSkSLModifiers.cpp49 { Layout::kBlendSupportAllEquations_Flag, "blend_support_all_equations"}, in checkPermitted()
/third_party/flutter/skia/src/sksl/ir/
DSkSLLayout.h26 kBlendSupportAllEquations_Flag = 1 << 3, enumerator
265 if (fFlags & kBlendSupportAllEquations_Flag) { in description()
/third_party/skia/include/sksl/
DDSLLayout.h33 return this->flag(SkSL::Layout::kBlendSupportAllEquations_Flag,
/third_party/flutter/skia/src/sksl/
DSkSLParser.cpp813 flags |= Layout::kBlendSupportAllEquations_Flag; in layout()