Searched refs:RS_SAMPLER_LINEAR_MIP_LINEAR (Results 1 – 9 of 9) sorted by relevance
/frameworks/rs/cpp/ |
D | Sampler.cpp | 81 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/ |
D | sampler.rscript | 13 _RS_ASSERT(rsSamplerGetMinification(minification) == RS_SAMPLER_LINEAR_MIP_LINEAR);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | sampler.rscript | 29 _RS_ASSERT(rsSamplerGetMinification(minification) == RS_SAMPLER_LINEAR_MIP_LINEAR);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | sampler.rscript | 31 _RS_ASSERT(rsSamplerGetMinification(minification) == RS_SAMPLER_LINEAR_MIP_LINEAR);
|
/frameworks/rs/ |
D | rsDefines.h | 189 RS_SAMPLER_LINEAR_MIP_LINEAR, enumerator
|
/frameworks/rs/script_api/ |
D | rs_object_types.spec | 205 value: RS_SAMPLER_LINEAR_MIP_LINEAR = 2
|
/frameworks/rs/script_api/include/ |
D | rs_object_types.rsh | 223 RS_SAMPLER_LINEAR_MIP_LINEAR = 2,
|
D | rs_allocation_data.rsh | 2657 …rom, for fractional values mip levels will be interpolated if RS_SAMPLER_LINEAR_MIP_LINEAR is used.
|
/frameworks/rs/driver/runtime/ |
D | rs_sample.c | 560 if (sampleMin == RS_SAMPLER_LINEAR_MIP_LINEAR) { in rsSample() 613 if (sampleMin == RS_SAMPLER_LINEAR_MIP_LINEAR) { in rsSample()
|