Home | History | Annotate | Download | only in renderscript

Lines Matching refs:NEAREST

31         NEAREST (0),
92 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
102 b.setMinification(Value.NEAREST);
103 b.setMagnification(Value.NEAREST);
152 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
162 b.setMinification(Value.NEAREST);
163 b.setMagnification(Value.NEAREST);
212 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
222 b.setMinification(Value.NEAREST);
223 b.setMagnification(Value.NEAREST);
286 mMin = Value.NEAREST;
287 mMag = Value.NEAREST;
295 if (v == Value.NEAREST ||
306 if (v == Value.NEAREST || v == Value.LINEAR) {