Home
last modified time | relevance | path

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

/third_party/skia/m133/src/gpu/graphite/
DUniform.h46 constexpr bool isPaintColor() const { return static_cast<bool>(fIsPaintColor); } in isPaintColor() function
49 constexpr Uniform(const char* name, SkSLType type, int count, bool isPaintColor) in Uniform()