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

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 54 enum FilterType { Linear, Nearest, Trilinear };
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Texture.java 89 * Nearest neighbor interpolation is the fastest and crudest filtering
97 * In this method the four nearest texels to the pixel center are
100 * same aliasing and shimmering problems as nearest
160 * Nearest neighbor interpolation is the fastest and crudest filtering
165 Nearest,
168 * In this mode the four nearest texels to the pixel center are sampled
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
PssmShadowRenderer.java 76 * Shadows are not filtered. Nearest sample is used, causing in blocky
79 Nearest,
235 shadowMap.setMagFilter(MagFilter.Nearest);
263 shadowMap.setMagFilter(MagFilter.Nearest);
268 shadowMap.setMagFilter(MagFilter.Nearest);

Completed in 39 milliseconds