Searched refs:anisotropy (Results 1 – 11 of 11) sorted by relevance
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | sampler.rs | 7 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);
|
D | UT_sampler.java | 30 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/ |
D | sampler.rs | 7 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);
|
D | UT_sampler.java | 30 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/ |
D | sampler.rs | 7 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);
|
D | UT_sampler.java | 30 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/ |
D | Sampler.cpp | 34 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()
|
D | rsCppStructs.h | 4230 RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy); 4247 …amplerValue min, RsSamplerValue mag, RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy);
|
/frameworks/rs/scriptc/ |
D | rs_object_info.rsh | 386 * Get the Sampler's anisotropy.
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_object_info.jd | 984 <p> Get the Sampler's anisotropy.
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2349 … maxSamplerAnisotropy /// max degree of sampler anisotropy
|