Searched refs:RS_SAMPLER_NEAREST (Results 1 – 10 of 10) sorted by relevance
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | sampler.rs | 12 _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/ |
D | sampler.rs | 12 _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/ |
D | sampler.rs | 12 _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/ |
D | Sampler.cpp | 79 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/ |
D | rsDefines.h | 181 RS_SAMPLER_NEAREST, enumerator
|
D | rsFont.cpp | 532 mFontSampler.set(Sampler::getSampler(mRSC, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST, in initRenderState()
|
/frameworks/rs/api/ |
D | rs_object_types.spec | 188 value: RS_SAMPLER_NEAREST = 0
|
/frameworks/rs/driver/runtime/ |
D | rs_sample.c | 551 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/ |
D | rs_object_types.rsh | 204 RS_SAMPLER_NEAREST = 0,
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_object_types.jd | 292 <tr><th>RS_SAMPLER_NEAREST = 0</th><td></td></tr>
|