Searched defs:anisotropy (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpp/
H A DSampler.cpp34 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);
33 Sampler(sp<RS> rs, void* id, RsSamplerValue min, RsSamplerValue mag, RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy) argument
64 create(const sp<RS>& rs, RsSamplerValue min, RsSamplerValue mag, RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy) argument
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_sampler.java28 Sampler anisotropy; field in class:UT_sampler
63 anisotropy = b.create();
69 s.set_anisotropy(anisotropy);
127 _RS_ASSERT("anisotropy.getMagnification() == Sampler.Value.NEAREST",
128 anisotropy.getMagnification() == Sampler.Value.NEAREST);
129 _RS_ASSERT("anisotropy.getMinification() == Sampler.Value.NEAREST",
130 anisotropy.getMinification() == Sampler.Value.NEAREST);
131 _RS_ASSERT("anisotropy.getWrapS() == Sampler.Value.CLAMP",
132 anisotropy.getWrapS() == Sampler.Value.CLAMP);
133 _RS_ASSERT("anisotropy
[all...]
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_sampler.java30 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
[all...]
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_sampler.java30 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
[all...]

Completed in 111 milliseconds