Searched refs:RS_SAMPLER_CLAMP (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | sampler.rs | 14 _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/ |
D | sampler.rs | 14 _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/ |
D | Sampler.cpp | 65 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/ |
D | rsDefines.h | 203 RS_SAMPLER_CLAMP, enumerator
|
D | rsFont.cpp | 534 RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP, in initRenderState() 535 RS_SAMPLER_CLAMP).get()); in initRenderState()
|
/frameworks/rs/scriptc/ |
D | rs_types.rsh | 642 RS_SAMPLER_CLAMP = 4,
|