Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dsampler.rs12 _RS_ASSERT(rsSamplerGetMagnification(minification) == RS_SAMPLER_NEAREST);
19 _RS_ASSERT(rsSamplerGetMinification(magnification) == RS_SAMPLER_NEAREST);
24 _RS_ASSERT(rsSamplerGetMagnification(wrapS) == RS_SAMPLER_NEAREST);
25 _RS_ASSERT(rsSamplerGetMinification(wrapS) == RS_SAMPLER_NEAREST);
30 _RS_ASSERT(rsSamplerGetMagnification(wrapT) == RS_SAMPLER_NEAREST);
31 _RS_ASSERT(rsSamplerGetMinification(wrapT) == RS_SAMPLER_NEAREST);
36 _RS_ASSERT(rsSamplerGetMagnification(anisotropy) == RS_SAMPLER_NEAREST);
37 _RS_ASSERT(rsSamplerGetMinification(anisotropy) == RS_SAMPLER_NEAREST);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dsampler.rs12 _RS_ASSERT(rsSamplerGetMagnification(minification) == RS_SAMPLER_NEAREST);
19 _RS_ASSERT(rsSamplerGetMinification(magnification) == RS_SAMPLER_NEAREST);
24 _RS_ASSERT(rsSamplerGetMagnification(wrapS) == RS_SAMPLER_NEAREST);
25 _RS_ASSERT(rsSamplerGetMinification(wrapS) == RS_SAMPLER_NEAREST);
30 _RS_ASSERT(rsSamplerGetMagnification(wrapT) == RS_SAMPLER_NEAREST);
31 _RS_ASSERT(rsSamplerGetMinification(wrapT) == RS_SAMPLER_NEAREST);
36 _RS_ASSERT(rsSamplerGetMagnification(anisotropy) == RS_SAMPLER_NEAREST);
37 _RS_ASSERT(rsSamplerGetMinification(anisotropy) == RS_SAMPLER_NEAREST);
/frameworks/rs/
DrsDefines.h199 RS_SAMPLER_NEAREST, enumerator
DrsFont.cpp527 mFontSampler.set(Sampler::getSampler(mRSC, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST, in initRenderState()
/frameworks/compile/libbcc/lib/Renderscript/runtime/
Drs_sample.c559 if (sampleMag == RS_SAMPLER_NEAREST) { in rsSample()
612 if (sampleMag == RS_SAMPLER_NEAREST) { in rsSample()
657 if (rsSamplerGetMagnification(s) == RS_SAMPLER_NEAREST) { in rsSample()
/frameworks/rs/scriptc/
Drs_types.rsh615 RS_SAMPLER_NEAREST = 0,