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

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 218 GLuint anisotropy = (t->pp_txfilter & R200_MAX_ANISO_MASK); local
227 "%s(tex %p) minf %s, maxf %s, anisotropy %d.\n",
231 anisotropy);
233 if ( anisotropy == R200_MAX_ANISO_1_TO_1 ) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c 171 GLuint anisotropy = (t->pp_txfilter & RADEON_MAX_ANISO_MASK); local
195 else if ( anisotropy == RADEON_MAX_ANISO_1_TO_1 ) {
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_sampler.java 30 Sampler anisotropy; field in class:UT_sampler
66 anisotropy = b.create();
72 s.set_anisotropy(anisotropy);
129 _RS_ASSERT("anisotropy.getMagnification() == Sampler.Value.NEAREST",
130 anisotropy.getMagnification() == Sampler.Value.NEAREST);
131 _RS_ASSERT("anisotropy.getMinification() == Sampler.Value.NEAREST",
132 anisotropy.getMinification() == Sampler.Value.NEAREST);
133 _RS_ASSERT("anisotropy.getWrapS() == Sampler.Value.CLAMP",
134 anisotropy.getWrapS() == Sampler.Value.CLAMP);
135 _RS_ASSERT("anisotropy.getWrapT() == Sampler.Value.CLAMP"
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_sampler.java 30 Sampler anisotropy; field in class:UT_sampler
66 anisotropy = b.create();
72 s.set_anisotropy(anisotropy);
129 _RS_ASSERT("anisotropy.getMagnification() == Sampler.Value.NEAREST",
130 anisotropy.getMagnification() == Sampler.Value.NEAREST);
131 _RS_ASSERT("anisotropy.getMinification() == Sampler.Value.NEAREST",
132 anisotropy.getMinification() == Sampler.Value.NEAREST);
133 _RS_ASSERT("anisotropy.getWrapS() == Sampler.Value.CLAMP",
134 anisotropy.getWrapS() == Sampler.Value.CLAMP);
135 _RS_ASSERT("anisotropy.getWrapT() == Sampler.Value.CLAMP"
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_sampler.java 30 Sampler anisotropy; field in class:UT_sampler
66 anisotropy = b.create();
72 s.set_anisotropy(anisotropy);
129 _RS_ASSERT("anisotropy.getMagnification() == Sampler.Value.NEAREST",
130 anisotropy.getMagnification() == Sampler.Value.NEAREST);
131 _RS_ASSERT("anisotropy.getMinification() == Sampler.Value.NEAREST",
132 anisotropy.getMinification() == Sampler.Value.NEAREST);
133 _RS_ASSERT("anisotropy.getWrapS() == Sampler.Value.CLAMP",
134 anisotropy.getWrapS() == Sampler.Value.CLAMP);
135 _RS_ASSERT("anisotropy.getWrapT() == Sampler.Value.CLAMP"
    [all...]
  /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);

Completed in 2128 milliseconds