Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dsampler.rscript14 _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/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsampler.rscript30 _RS_ASSERT(rsSamplerGetWrapS(minification) == RS_SAMPLER_CLAMP);
31 _RS_ASSERT(rsSamplerGetWrapT(minification) == RS_SAMPLER_CLAMP);
36 _RS_ASSERT(rsSamplerGetWrapS(magnification) == RS_SAMPLER_CLAMP);
37 _RS_ASSERT(rsSamplerGetWrapT(magnification) == RS_SAMPLER_CLAMP);
43 _RS_ASSERT(rsSamplerGetWrapT(wrapS) == RS_SAMPLER_CLAMP);
48 _RS_ASSERT(rsSamplerGetWrapS(wrapT) == RS_SAMPLER_CLAMP);
54 _RS_ASSERT(rsSamplerGetWrapS(anisotropy) == RS_SAMPLER_CLAMP);
55 _RS_ASSERT(rsSamplerGetWrapT(anisotropy) == RS_SAMPLER_CLAMP);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsampler.rscript32 _RS_ASSERT(rsSamplerGetWrapS(minification) == RS_SAMPLER_CLAMP);
33 _RS_ASSERT(rsSamplerGetWrapT(minification) == RS_SAMPLER_CLAMP);
38 _RS_ASSERT(rsSamplerGetWrapS(magnification) == RS_SAMPLER_CLAMP);
39 _RS_ASSERT(rsSamplerGetWrapT(magnification) == RS_SAMPLER_CLAMP);
45 _RS_ASSERT(rsSamplerGetWrapT(wrapS) == RS_SAMPLER_CLAMP);
50 _RS_ASSERT(rsSamplerGetWrapS(wrapT) == RS_SAMPLER_CLAMP);
56 _RS_ASSERT(rsSamplerGetWrapS(anisotropy) == RS_SAMPLER_CLAMP);
57 _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.h191 RS_SAMPLER_CLAMP, enumerator
DrsFont.cpp532 RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP, in initRenderState()
533 RS_SAMPLER_CLAMP).get()); in initRenderState()
/frameworks/rs/script_api/
Drs_object_types.spec207 value: RS_SAMPLER_CLAMP = 4
/frameworks/rs/script_api/include/
Drs_object_types.rsh225 RS_SAMPLER_CLAMP = 4,