Home | History | Annotate | Download | only in renderscript

Lines Matching refs:LINEAR

43         LINEAR (1),
123 * Retrieve a sampler with min and mag set to linear and wrap modes set to
133 b.setMinification(Value.LINEAR);
134 b.setMagnification(Value.LINEAR);
143 * Retrieve a sampler with mag set to linear, min linear mipmap linear, and
154 b.setMagnification(Value.LINEAR);
183 * Retrieve a sampler with min and mag set to linear and wrap modes set to
193 b.setMinification(Value.LINEAR);
194 b.setMagnification(Value.LINEAR);
203 * Retrieve a sampler with mag set to linear, min linear mipmap linear, and
214 b.setMagnification(Value.LINEAR);
243 * Retrieve a sampler with min and mag set to linear and wrap modes set to
253 b.setMinification(Value.LINEAR);
254 b.setMagnification(Value.LINEAR);
263 * Retrieve a sampler with min and mag set to linear and wrap modes set to
274 b.setMagnification(Value.LINEAR);
307 v == Value.LINEAR ||
317 if (v == Value.NEAREST || v == Value.LINEAR) {