Home
last modified time | relevance | path

Searched refs:RS_SAMPLER_CLAMP (Results 1 – 9 of 9) sorted by relevance

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dsampler.rs14 _RS_ASSERT(rsSamplerGetWrapS(minification) == RS_SAMPLER_CLAMP);
15 _RS_ASSERT(rsSamplerGetWrapT(minification) == RS_SAMPLER_CLAMP);
20 _RS_ASSERT(rsSamplerGetWrapS(magnification) == RS_SAMPLER_CLAMP);
21 _RS_ASSERT(rsSamplerGetWrapT(magnification) == RS_SAMPLER_CLAMP);
27 _RS_ASSERT(rsSamplerGetWrapT(wrapS) == RS_SAMPLER_CLAMP);
32 _RS_ASSERT(rsSamplerGetWrapS(wrapT) == RS_SAMPLER_CLAMP);
38 _RS_ASSERT(rsSamplerGetWrapS(anisotropy) == RS_SAMPLER_CLAMP);
39 _RS_ASSERT(rsSamplerGetWrapT(anisotropy) == RS_SAMPLER_CLAMP);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dsampler.rs14 _RS_ASSERT(rsSamplerGetWrapS(minification) == RS_SAMPLER_CLAMP);
15 _RS_ASSERT(rsSamplerGetWrapT(minification) == RS_SAMPLER_CLAMP);
20 _RS_ASSERT(rsSamplerGetWrapS(magnification) == RS_SAMPLER_CLAMP);
21 _RS_ASSERT(rsSamplerGetWrapT(magnification) == RS_SAMPLER_CLAMP);
27 _RS_ASSERT(rsSamplerGetWrapT(wrapS) == RS_SAMPLER_CLAMP);
32 _RS_ASSERT(rsSamplerGetWrapS(wrapT) == RS_SAMPLER_CLAMP);
38 _RS_ASSERT(rsSamplerGetWrapS(anisotropy) == RS_SAMPLER_CLAMP);
39 _RS_ASSERT(rsSamplerGetWrapT(anisotropy) == RS_SAMPLER_CLAMP);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dsampler.rs14 _RS_ASSERT(rsSamplerGetWrapS(minification) == RS_SAMPLER_CLAMP);
15 _RS_ASSERT(rsSamplerGetWrapT(minification) == RS_SAMPLER_CLAMP);
20 _RS_ASSERT(rsSamplerGetWrapS(magnification) == RS_SAMPLER_CLAMP);
21 _RS_ASSERT(rsSamplerGetWrapT(magnification) == RS_SAMPLER_CLAMP);
27 _RS_ASSERT(rsSamplerGetWrapT(wrapS) == RS_SAMPLER_CLAMP);
32 _RS_ASSERT(rsSamplerGetWrapS(wrapT) == RS_SAMPLER_CLAMP);
38 _RS_ASSERT(rsSamplerGetWrapS(anisotropy) == RS_SAMPLER_CLAMP);
39 _RS_ASSERT(rsSamplerGetWrapT(anisotropy) == RS_SAMPLER_CLAMP);
/frameworks/rs/cpp/
DSampler.cpp79 …SAMPLER(CLAMP_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP);
80 …TE_SAMPLER(CLAMP_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP);
81 …R_MIP_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP);
/frameworks/rs/
DrsDefines.h185 RS_SAMPLER_CLAMP, enumerator
DrsFont.cpp533 RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP, in initRenderState()
534 RS_SAMPLER_CLAMP).get()); in initRenderState()
/frameworks/rs/api/
Drs_object_types.spec192 value: RS_SAMPLER_CLAMP = 4
/frameworks/rs/scriptc/
Drs_object_types.rsh208 RS_SAMPLER_CLAMP = 4,
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_types.jd296 <tr><th>RS_SAMPLER_CLAMP = 4</th><td></td></tr>