Home | History | Annotate | Download | only in renderscript

Lines Matching refs:WRAP

41         WRAP (3),
97 * 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
138 * to and wrap modes set to clamp.
157 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
158 * wrap.
169 b.setWrapS(Value.WRAP);
170 b.setWrapT(Value.WRAP);
177 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
178 * wrap.
189 b.setWrapS(Value.WRAP);
190 b.setWrapT(Value.WRAP);
198 * to and wrap modes set to wrap.
209 b.setWrapS(Value.WRAP);
210 b.setWrapT(Value.WRAP);
219 * wrap modes is necesary or if anisotropic filtering is desired.
235 mWrapS = Value.WRAP;
236 mWrapT = Value.WRAP;
237 mWrapR = Value.WRAP;
261 if (v == Value.WRAP || v == Value.CLAMP) {
269 if (v == Value.WRAP || v == Value.CLAMP) {