Home
last modified time | relevance | path

Searched refs:anisotropy (Results 1 – 11 of 11) sorted by relevance

/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dsampler.rs7 rs_sampler anisotropy;
36 _RS_ASSERT(rsSamplerGetMagnification(anisotropy) == RS_SAMPLER_NEAREST);
37 _RS_ASSERT(rsSamplerGetMinification(anisotropy) == RS_SAMPLER_NEAREST);
38 _RS_ASSERT(rsSamplerGetWrapS(anisotropy) == RS_SAMPLER_CLAMP);
39 _RS_ASSERT(rsSamplerGetWrapT(anisotropy) == RS_SAMPLER_CLAMP);
40 _RS_ASSERT(rsSamplerGetAnisotropy(anisotropy) == 8.0f);
DUT_sampler.java30 Sampler anisotropy; field in UT_sampler
66 anisotropy = b.create(); in initializeGlobals()
72 s.set_anisotropy(anisotropy); in initializeGlobals()
130 anisotropy.getMagnification() == Sampler.Value.NEAREST); in testJavaSide()
132 anisotropy.getMinification() == Sampler.Value.NEAREST); in testJavaSide()
134 anisotropy.getWrapS() == Sampler.Value.CLAMP); in testJavaSide()
136 anisotropy.getWrapT() == Sampler.Value.CLAMP); in testJavaSide()
138 anisotropy.getAnisotropy() == 8.0f); in testJavaSide()
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dsampler.rs7 rs_sampler anisotropy;
36 _RS_ASSERT(rsSamplerGetMagnification(anisotropy) == RS_SAMPLER_NEAREST);
37 _RS_ASSERT(rsSamplerGetMinification(anisotropy) == RS_SAMPLER_NEAREST);
38 _RS_ASSERT(rsSamplerGetWrapS(anisotropy) == RS_SAMPLER_CLAMP);
39 _RS_ASSERT(rsSamplerGetWrapT(anisotropy) == RS_SAMPLER_CLAMP);
40 _RS_ASSERT(rsSamplerGetAnisotropy(anisotropy) == 8.0f);
DUT_sampler.java30 Sampler anisotropy; field in UT_sampler
66 anisotropy = b.create(); in initializeGlobals()
72 s.set_anisotropy(anisotropy); in initializeGlobals()
130 anisotropy.getMagnification() == Sampler.Value.NEAREST); in testJavaSide()
132 anisotropy.getMinification() == Sampler.Value.NEAREST); in testJavaSide()
134 anisotropy.getWrapS() == Sampler.Value.CLAMP); in testJavaSide()
136 anisotropy.getWrapT() == Sampler.Value.CLAMP); in testJavaSide()
138 anisotropy.getAnisotropy() == 8.0f); in testJavaSide()
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dsampler.rs7 rs_sampler anisotropy;
36 _RS_ASSERT(rsSamplerGetMagnification(anisotropy) == RS_SAMPLER_NEAREST);
37 _RS_ASSERT(rsSamplerGetMinification(anisotropy) == RS_SAMPLER_NEAREST);
38 _RS_ASSERT(rsSamplerGetWrapS(anisotropy) == RS_SAMPLER_CLAMP);
39 _RS_ASSERT(rsSamplerGetWrapT(anisotropy) == RS_SAMPLER_CLAMP);
40 _RS_ASSERT(rsSamplerGetAnisotropy(anisotropy) == 8.0f);
DUT_sampler.java30 Sampler anisotropy; field in UT_sampler
66 anisotropy = b.create(); in initializeGlobals()
72 s.set_anisotropy(anisotropy); in initializeGlobals()
130 anisotropy.getMagnification() == Sampler.Value.NEAREST); in testJavaSide()
132 anisotropy.getMinification() == Sampler.Value.NEAREST); in testJavaSide()
134 anisotropy.getWrapS() == Sampler.Value.CLAMP); in testJavaSide()
136 anisotropy.getWrapT() == Sampler.Value.CLAMP); in testJavaSide()
138 anisotropy.getAnisotropy() == 8.0f); in testJavaSide()
/frameworks/rs/cpp/
DSampler.cpp34 RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy): in Sampler() argument
41 float mAniso = anisotropy; in Sampler()
65 RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy) { in create() argument
68 RS_SAMPLER_WRAP, anisotropy); in create()
69 return new Sampler(rs, id, min, mag, wrapS, wrapT, anisotropy); in create()
DrsCppStructs.h4230 RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy);
4247 …amplerValue min, RsSamplerValue mag, RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy);
/frameworks/rs/scriptc/
Drs_object_info.rsh386 * Get the Sampler's anisotropy.
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_info.jd984 <p> Get the Sampler's anisotropy.
/frameworks/native/vulkan/api/
Dvulkan.api2349 … maxSamplerAnisotropy /// max degree of sampler anisotropy