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

  /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...]
  /frameworks/rs/cpp/
Sampler.cpp 34 RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy):
41 float mAniso = anisotropy;
65 RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy) {
68 RS_SAMPLER_WRAP, anisotropy);
69 return new Sampler(rs, id, min, mag, wrapS, wrapT, anisotropy);
rsCppStructs.h     [all...]
  /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 ) {

Completed in 921 milliseconds