Home
last modified time | relevance | path

Searched refs:SpecializeIf (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/effects/
DGrSkSLFP.h62 static GrSpecializedUniform<T> SpecializeIf(bool condition, const T& value) { in SpecializeIf() function
/third_party/skia/tests/
DSkRuntimeEffectTest.cpp891 "color", GrSkSLFP::SpecializeIf(specialize, color)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()