Home | History | Annotate | Download | only in renderscript

Lines Matching full:linear

38         LINEAR (1),
122 * Retrieve a sampler with min and mag set to linear and wrap modes set to
132 b.setMinification(Value.LINEAR);
133 b.setMagnification(Value.LINEAR);
142 * Retrieve a sampler with ag set to linear, min linear mipmap linear, and
153 b.setMagnification(Value.LINEAR);
192 b.setMinification(Value.LINEAR);
193 b.setMagnification(Value.LINEAR);
202 * Retrieve a sampler with ag set to linear, min linear mipmap linear, and
213 b.setMagnification(Value.LINEAR);
248 v == Value.LINEAR ||
258 if (v == Value.NEAREST || v == Value.LINEAR) {