Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/graphite/
H A 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()