Home
last modified time | relevance | path

Searched refs:RS_SAMPLER_LINEAR_MIP_LINEAR (Results 1 – 11 of 11) sorted by relevance

/frameworks/rs/cpp/
DSampler.cpp81 CREATE_SAMPLER(CLAMP_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER…
84 CREATE_SAMPLER(WRAP_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_…
87 CREATE_SAMPLER(MIRRORED_REPEAT_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR, …
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dsampler.rs13 _RS_ASSERT(rsSamplerGetMinification(minification) == RS_SAMPLER_LINEAR_MIP_LINEAR);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dsampler.rs13 _RS_ASSERT(rsSamplerGetMinification(minification) == RS_SAMPLER_LINEAR_MIP_LINEAR);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dsampler.rs13 _RS_ASSERT(rsSamplerGetMinification(minification) == RS_SAMPLER_LINEAR_MIP_LINEAR);
/frameworks/rs/
DrsDefines.h183 RS_SAMPLER_LINEAR_MIP_LINEAR, enumerator
/frameworks/rs/api/
Drs_object_types.spec190 value: RS_SAMPLER_LINEAR_MIP_LINEAR = 2
/frameworks/rs/scriptc/
Drs_object_types.rsh206 RS_SAMPLER_LINEAR_MIP_LINEAR = 2,
Drs_allocation_data.rsh2649 …rom, for fractional values mip levels will be interpolated if RS_SAMPLER_LINEAR_MIP_LINEAR is used.
/frameworks/rs/driver/runtime/
Drs_sample.c564 if (sampleMin == RS_SAMPLER_LINEAR_MIP_LINEAR) { in rsSample()
617 if (sampleMin == RS_SAMPLER_LINEAR_MIP_LINEAR) { in rsSample()
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_types.jd294 <tr><th>RS_SAMPLER_LINEAR_MIP_LINEAR = 2</th><td></td></tr>
Drs_allocation_data.jd2219 …rom, for fractional values mip levels will be interpolated if RS_SAMPLER_LINEAR_MIP_LINEAR is used…