Searched defs:Nearest (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/ca/
H A DPlatformCALayer.h54 enum FilterType { Linear, Nearest, Trilinear }; enumerator in enum:WebCore::PlatformCALayer::FilterType
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
H A DPssmShadowRenderer.java76 * Shadows are not filtered. Nearest sample is used, causing in blocky
79 Nearest, enum constant in enum:PssmShadowRenderer.FilterMode
235 shadowMap.setMagFilter(MagFilter.Nearest);
263 shadowMap.setMagFilter(MagFilter.Nearest);
268 shadowMap.setMagFilter(MagFilter.Nearest);
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DTexture.java89 * Nearest neighbor interpolation is the fastest and crudest filtering
160 * Nearest neighbor interpolation is the fastest and crudest filtering
165 Nearest, enum constant in enum:Texture.MagFilter

Completed in 92 milliseconds