HomeSort by relevance Sort by last modified time
    Searched refs:anisotropy (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
TextureKey.java 49 private int anisotropy; field in class:TextureKey
124 return anisotropy;
127 public void setAnisotropy(int anisotropy) {
128 this.anisotropy = anisotropy;
178 oc.write(anisotropy, "anisotropy", 0);
188 anisotropy = ic.readInt("anisotropy", 0);
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_sampler.java 32 Sampler anisotropy; field in class:UT_sampler
68 anisotropy = b.create();
74 s.set_anisotropy(anisotropy);
131 _RS_ASSERT("anisotropy.getMagnification() == Sampler.Value.NEAREST",
132 anisotropy.getMagnification() == Sampler.Value.NEAREST);
133 _RS_ASSERT("anisotropy.getMinification() == Sampler.Value.NEAREST",
134 anisotropy.getMinification() == Sampler.Value.NEAREST);
135 _RS_ASSERT("anisotropy.getWrapS() == Sampler.Value.CLAMP",
136 anisotropy.getWrapS() == Sampler.Value.CLAMP);
137 _RS_ASSERT("anisotropy.getWrapT() == Sampler.Value.CLAMP"
    [all...]

Completed in 189 milliseconds