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

/frameworks/rs/java/tests/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/java/tests/RsTest/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/cpp/
H A DSampler.cpp52 sp<Sampler> Sampler::create(sp<RS> rs, RsSamplerValue min, RsSamplerValue mag, RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy) { argument
54 void* id = RS::dispatch->SamplerCreate(rs->getContext(), min, mag, wrapS, wrapT, RS_SAMPLER_WRAP, anisotropy);
H A DrsCppStructs.h1900 * @param[in] anisotropy anisotropy setting
1902 static sp<Sampler> create(sp<RS> rs, RsSamplerValue min, RsSamplerValue mag, RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy);
1921 * @return anisotropy setting for the sampler

Completed in 680 milliseconds