Home | History | Annotate | Download | only in renderscript

Lines Matching defs:NEAREST

42         NEAREST (0),
103 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
113 b.setMinification(Value.NEAREST);
114 b.setMagnification(Value.NEAREST);
163 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
173 b.setMinification(Value.NEAREST);
174 b.setMagnification(Value.NEAREST);
223 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
233 b.setMinification(Value.NEAREST);
234 b.setMagnification(Value.NEAREST);
297 mMin = Value.NEAREST;
298 mMag = Value.NEAREST;
306 if (v == Value.NEAREST ||
317 if (v == Value.NEAREST || v == Value.LINEAR) {