Searched refs:RS_SAMPLER_WRAP (Results 1 – 8 of 8) 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/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | sampler.rscript | 26 _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/ |
D | sampler.rscript | 42 _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/ |
D | sampler.rscript | 44 _RS_ASSERT(rsSamplerGetWrapS(wrapS) == RS_SAMPLER_WRAP); 51 _RS_ASSERT(rsSamplerGetWrapT(wrapT) == RS_SAMPLER_WRAP);
|
/frameworks/rs/ |
D | rsDefines.h | 190 RS_SAMPLER_WRAP, enumerator
|
/frameworks/rs/script_api/ |
D | rs_object_types.spec | 206 value: RS_SAMPLER_WRAP = 3
|
/frameworks/rs/script_api/include/ |
D | rs_object_types.rsh | 224 RS_SAMPLER_WRAP = 3,
|
/frameworks/rs/driver/runtime/ |
D | rs_sample.c | 299 if (wrap == RS_SAMPLER_WRAP) { in wrapI()
|