Searched refs:RS_SAMPLER_LINEAR (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/cpp/ |
D | Sampler.cpp | 66 …TE_SAMPLER(CLAMP_LINEAR, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP, RS_SAMPLER_LINEAR, RS_SAMPLER_LINEAR); 69 CREATE_SAMPLER(WRAP_LINEAR, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP, RS_SAMPLER_LINEAR, RS_SAMPLER_LINEAR); 72 …EAR, RS_SAMPLER_MIRRORED_REPEAT, RS_SAMPLER_MIRRORED_REPEAT, RS_SAMPLER_LINEAR, RS_SAMPLER_LINEAR);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | sampler.rs | 18 _RS_ASSERT(rsSamplerGetMagnification(magnification) == RS_SAMPLER_LINEAR);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | sampler.rs | 18 _RS_ASSERT(rsSamplerGetMagnification(magnification) == RS_SAMPLER_LINEAR);
|
/frameworks/rs/ |
D | rsDefines.h | 200 RS_SAMPLER_LINEAR, enumerator
|
/frameworks/rs/scriptc/ |
D | rs_types.rsh | 616 RS_SAMPLER_LINEAR = 1,
|