Lines Matching defs:WRAP
46 WRAP (3),
103 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
123 * Retrieve a sampler with min and mag set to linear and wrap modes set to
144 * wrap modes set to clamp.
163 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
164 * wrap.
175 b.setWrapS(Value.WRAP);
176 b.setWrapT(Value.WRAP);
183 * Retrieve a sampler with min and mag set to linear and wrap modes set to
184 * wrap.
195 b.setWrapS(Value.WRAP);
196 b.setWrapT(Value.WRAP);
204 * wrap modes set to wrap.
215 b.setWrapS(Value.WRAP);
216 b.setWrapT(Value.WRAP);
223 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
243 * Retrieve a sampler with min and mag set to linear and wrap modes set to
263 * Retrieve a sampler with min and mag set to linear and wrap modes set to
299 mWrapS = Value.WRAP;
300 mWrapT = Value.WRAP;
301 mWrapR = Value.WRAP;
325 if (v == Value.WRAP || v == Value.CLAMP || v == Value.MIRRORED_REPEAT) {
333 if (v == Value.WRAP || v == Value.CLAMP || v == Value.MIRRORED_REPEAT) {