Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DSampler.cpp80 CREATE_SAMPLER(CLAMP_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_CLAMP, RS_SAMPLER_CLA…
81 CREATE_SAMPLER(CLAMP_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER…
83 CREATE_SAMPLER(WRAP_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP);
84 CREATE_SAMPLER(WRAP_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_…
86 CREATE_SAMPLER(MIRRORED_REPEAT_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_MIRRORED_RE…
87 CREATE_SAMPLER(MIRRORED_REPEAT_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR, …
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/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/java/tests/RsTest/src/com/android/rs/test/
Dsampler.rs18 _RS_ASSERT(rsSamplerGetMagnification(magnification) == RS_SAMPLER_LINEAR);
/frameworks/rs/
DrsDefines.h188 RS_SAMPLER_LINEAR, enumerator
/frameworks/rs/api/
Drs_object_types.spec204 value: RS_SAMPLER_LINEAR = 1
/frameworks/rs/scriptc/
Drs_object_types.rsh222 RS_SAMPLER_LINEAR = 1,
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_types.jd293 <tr><th>RS_SAMPLER_LINEAR = 1</th><td></td></tr>