Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DSampler.cpp68 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/
Dsampler.rs26 _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/
Dsampler.rs26 _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/
Dsampler.rs26 _RS_ASSERT(rsSamplerGetWrapS(wrapS) == RS_SAMPLER_WRAP);
33 _RS_ASSERT(rsSamplerGetWrapT(wrapT) == RS_SAMPLER_WRAP);
/frameworks/rs/
DrsDefines.h190 RS_SAMPLER_WRAP, enumerator
/frameworks/rs/api/
Drs_object_types.spec206 value: RS_SAMPLER_WRAP = 3
/frameworks/rs/scriptc/
Drs_object_types.rsh224 RS_SAMPLER_WRAP = 3,
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_types.jd295 <tr><th>RS_SAMPLER_WRAP = 3</th><td></td></tr>
/frameworks/rs/driver/runtime/
Drs_sample.c299 if (wrap == RS_SAMPLER_WRAP) { in wrapI()