Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/effects/
H A DGrSkSLFP.h85 template <typename T> struct GrOptionalUniform { struct
90 static GrOptionalUniform<T> When(bool condition, const T& value) { in When() argument