Home
last modified time | relevance | path

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

/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/java/tests/RSTest_CompatLibLegacy/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/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/cpp/
DSampler.cpp79 CREATE_SAMPLER(CLAMP_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_CLAMP, RS_SAMPLER_…
82 CREATE_SAMPLER(WRAP_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_WRAP, RS_SAMPLER_WR…
85 CREATE_SAMPLER(MIRRORED_REPEAT_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_MIRRORED…
/frameworks/rs/
DrsDefines.h181 RS_SAMPLER_NEAREST, enumerator
DrsFont.cpp532 mFontSampler.set(Sampler::getSampler(mRSC, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST, in initRenderState()
/frameworks/rs/api/
Drs_object_types.spec188 value: RS_SAMPLER_NEAREST = 0
/frameworks/rs/driver/runtime/
Drs_sample.c551 if (sampleMag == RS_SAMPLER_NEAREST) { in rsSample()
604 if (sampleMag == RS_SAMPLER_NEAREST) { in rsSample()
648 if (prog->mHal.state.magFilter == RS_SAMPLER_NEAREST) { in rsSample()
/frameworks/rs/scriptc/
Drs_object_types.rsh204 RS_SAMPLER_NEAREST = 0,
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_types.jd292 <tr><th>RS_SAMPLER_NEAREST = 0</th><td></td></tr>