Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dsampler.rs14 _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/java/tests/RsTest/src/com/android/rs/test/
Dsampler.rs14 _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/cpp/
DSampler.cpp65 CREATE_SAMPLER(CLAMP_NEAREST, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP, RS_SAMPLER_NEAREST, RS_SAMPLER_NE…
66 CREATE_SAMPLER(CLAMP_LINEAR, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP, RS_SAMPLER_LINEAR, RS_SAMPLER_LINE…
67 CREATE_SAMPLER(CLAMP_LINEAR_MIP_LINEAR, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP, RS_SAMPLER_LINEAR_MIP_L…
/frameworks/rs/
DrsDefines.h203 RS_SAMPLER_CLAMP, enumerator
DrsFont.cpp534 RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP, in initRenderState()
535 RS_SAMPLER_CLAMP).get()); in initRenderState()
/frameworks/rs/scriptc/
Drs_types.rsh642 RS_SAMPLER_CLAMP = 4,