Lines Matching refs:WRAP
35 WRAP (3),
93 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
117 * Retrieve a sampler with min and mag set to linear and wrap modes set to
142 * wrap modes set to clamp.
165 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
166 * wrap.
179 b.setWrapS(Value.WRAP);
180 b.setWrapT(Value.WRAP);
189 * Retrieve a sampler with min and mag set to linear and wrap modes set to
190 * wrap.
203 b.setWrapS(Value.WRAP);
204 b.setWrapT(Value.WRAP);
214 * wrap modes set to wrap.
227 b.setWrapS(Value.WRAP);
228 b.setWrapT(Value.WRAP);
237 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
261 * Retrieve a sampler with min and mag set to linear and wrap modes set to
285 * Retrieve a sampler with min and mag set to linear and wrap modes set to
325 mWrapS = Value.WRAP;
326 mWrapT = Value.WRAP;
327 mWrapR = Value.WRAP;
351 if (v == Value.WRAP || v == Value.CLAMP || v == Value.MIRRORED_REPEAT) {
359 if (v == Value.WRAP || v == Value.CLAMP || v == Value.MIRRORED_REPEAT) {