Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dsampler.rs13 _RS_ASSERT(rsSamplerGetMinification(minification) == RS_SAMPLER_LINEAR_MIP_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/
DrsDefines.h201 RS_SAMPLER_LINEAR_MIP_LINEAR, enumerator
/frameworks/rs/scriptc/
Drs_allocation.rsh258 * RS_SAMPLER_LINEAR_MIP_LINEAR is used
279 * RS_SAMPLER_LINEAR_MIP_LINEAR is used
Drs_types.rsh617 RS_SAMPLER_LINEAR_MIP_LINEAR = 2,
/frameworks/compile/libbcc/lib/Renderscript/runtime/
Drs_sample.c572 if (sampleMin == RS_SAMPLER_LINEAR_MIP_LINEAR) { in rsSample()
626 if (sampleMin == RS_SAMPLER_LINEAR_MIP_LINEAR) { in rsSample()