Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dfp_sample_chaining.cpp151 kDevice, enumerator
162 case kDevice: in wrap()
229 draw({ kDevice, kUniform }); // Same as identity (uniform applied *before*
231 draw({ kExplicit, kUniform, kDevice }); // Scale Y by 2x and translate up by 16px
232 draw({ kDevice, kExplicit, kUniform, kDevice }); // Identity, again.