HomeSort by relevance Sort by last modified time
    Searched defs:Trilinear (Results 1 - 2 of 2) 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 132 * Trilinear filtering is a remedy to a common artifact seen in
135 * mipmap level to the next. Trilinear filtering solves this by doing a
144 Trilinear(true);
267 * otherwise, result is 0.0. If filtering is set to bilinear or trilinear
276 * otherwise, result is 0.0. If filtering is set to bilinear or trilinear

Completed in 66 milliseconds