HomeSort by relevance Sort by last modified time
    Searched defs:NEAREST (Results 1 - 6 of 6) sorted by null

  /frameworks/base/graphics/java/android/renderscript/
Sampler.java 37 NEAREST (0),
102 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
112 b.setMinification(Value.NEAREST);
113 b.setMagnification(Value.NEAREST);
162 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
172 b.setMinification(Value.NEAREST);
173 b.setMagnification(Value.NEAREST);
182 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
238 mMin = Value.NEAREST;
239 mMag = Value.NEAREST;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 285 NEAREST = 0x2600,
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 209 milliseconds