Home
last modified time | relevance | path

Searched refs:RS_SAMPLER_WRAP (Results 1 – 8 of 8) 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/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dsampler.rscript26 _RS_ASSERT(rsSamplerGetWrapS(wrapS) == RS_SAMPLER_WRAP);
33 _RS_ASSERT(rsSamplerGetWrapT(wrapT) == RS_SAMPLER_WRAP);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsampler.rscript42 _RS_ASSERT(rsSamplerGetWrapS(wrapS) == RS_SAMPLER_WRAP);
49 _RS_ASSERT(rsSamplerGetWrapT(wrapT) == RS_SAMPLER_WRAP);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsampler.rscript44 _RS_ASSERT(rsSamplerGetWrapS(wrapS) == RS_SAMPLER_WRAP);
51 _RS_ASSERT(rsSamplerGetWrapT(wrapT) == RS_SAMPLER_WRAP);
/frameworks/rs/
DrsDefines.h190 RS_SAMPLER_WRAP, enumerator
/frameworks/rs/script_api/
Drs_object_types.spec206 value: RS_SAMPLER_WRAP = 3
/frameworks/rs/script_api/include/
Drs_object_types.rsh224 RS_SAMPLER_WRAP = 3,
/frameworks/rs/driver/runtime/
Drs_sample.c299 if (wrap == RS_SAMPLER_WRAP) { in wrapI()