Home
last modified time | relevance | path

Searched refs:RS_SAMPLER_LINEAR (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/cpp/
DSampler.cpp66 …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/
Dsampler.rs18 _RS_ASSERT(rsSamplerGetMagnification(magnification) == RS_SAMPLER_LINEAR);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dsampler.rs18 _RS_ASSERT(rsSamplerGetMagnification(magnification) == RS_SAMPLER_LINEAR);
/frameworks/rs/
DrsDefines.h200 RS_SAMPLER_LINEAR, enumerator
/frameworks/rs/scriptc/
Drs_types.rsh616 RS_SAMPLER_LINEAR = 1,