Home
last modified time | relevance | path

Searched refs:RS_SAMPLER_LINEAR_MIP_LINEAR (Results 1 – 9 of 9) 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/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dsampler.rscript13 _RS_ASSERT(rsSamplerGetMinification(minification) == RS_SAMPLER_LINEAR_MIP_LINEAR);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsampler.rscript29 _RS_ASSERT(rsSamplerGetMinification(minification) == RS_SAMPLER_LINEAR_MIP_LINEAR);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsampler.rscript31 _RS_ASSERT(rsSamplerGetMinification(minification) == RS_SAMPLER_LINEAR_MIP_LINEAR);
/frameworks/rs/
DrsDefines.h189 RS_SAMPLER_LINEAR_MIP_LINEAR, enumerator
/frameworks/rs/script_api/
Drs_object_types.spec205 value: RS_SAMPLER_LINEAR_MIP_LINEAR = 2
/frameworks/rs/script_api/include/
Drs_object_types.rsh223 RS_SAMPLER_LINEAR_MIP_LINEAR = 2,
Drs_allocation_data.rsh2657 …rom, for fractional values mip levels will be interpolated if RS_SAMPLER_LINEAR_MIP_LINEAR is used.
/frameworks/rs/driver/runtime/
Drs_sample.c560 if (sampleMin == RS_SAMPLER_LINEAR_MIP_LINEAR) { in rsSample()
613 if (sampleMin == RS_SAMPLER_LINEAR_MIP_LINEAR) { in rsSample()