Searched refs:RS_SAMPLER_WRAP (Results 1 – 9 of 9) sorted by relevance
/frameworks/rs/cpp/ |
D | Sampler.cpp | 68 RS_SAMPLER_WRAP, anisotropy); in create() 82 …TE_SAMPLER(WRAP_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP); 83 CREATE_SAMPLER(WRAP_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP); 84 …EAR_MIP_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | sampler.rs | 26 _RS_ASSERT(rsSamplerGetWrapS(wrapS) == RS_SAMPLER_WRAP); 33 _RS_ASSERT(rsSamplerGetWrapT(wrapT) == RS_SAMPLER_WRAP);
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | sampler.rs | 26 _RS_ASSERT(rsSamplerGetWrapS(wrapS) == RS_SAMPLER_WRAP); 33 _RS_ASSERT(rsSamplerGetWrapT(wrapT) == RS_SAMPLER_WRAP);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | sampler.rs | 26 _RS_ASSERT(rsSamplerGetWrapS(wrapS) == RS_SAMPLER_WRAP); 33 _RS_ASSERT(rsSamplerGetWrapT(wrapT) == RS_SAMPLER_WRAP);
|
/frameworks/rs/ |
D | rsDefines.h | 190 RS_SAMPLER_WRAP, enumerator
|
/frameworks/rs/api/ |
D | rs_object_types.spec | 206 value: RS_SAMPLER_WRAP = 3
|
/frameworks/rs/scriptc/ |
D | rs_object_types.rsh | 224 RS_SAMPLER_WRAP = 3,
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_object_types.jd | 295 <tr><th>RS_SAMPLER_WRAP = 3</th><td></td></tr>
|
/frameworks/rs/driver/runtime/ |
D | rs_sample.c | 299 if (wrap == RS_SAMPLER_WRAP) { in wrapI()
|