Home
last modified time | relevance | path

Searched defs:Combination (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/experimental/graphite/src/
DContextUtils.h25 struct Combination { struct
32 ShaderCombo::ShaderType fShaderType = ShaderCombo::ShaderType::kNone;
33 SkTileMode fTileMode = SkTileMode::kRepeat;
34 SkBlendMode fBlendMode = SkBlendMode::kSrc;
/third_party/flutter/engine/flutter/flow/
Dmatrix_decomposition_unittests.cc60 TEST(MatrixDecomposition, Combination) { in TEST() argument