Lines Matching full:nearest
31 NEAREST (0),
93 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
105 b.setMinification(Value.NEAREST);
106 b.setMagnification(Value.NEAREST);
165 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
177 b.setMinification(Value.NEAREST);
178 b.setMagnification(Value.NEAREST);
237 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
249 b.setMinification(Value.NEAREST);
250 b.setMagnification(Value.NEAREST);
323 mMin = Value.NEAREST;
324 mMag = Value.NEAREST;
332 if (v == Value.NEAREST ||
343 if (v == Value.NEAREST || v == Value.LINEAR) {