Searched refs:RS_SAMPLER_NEAREST (Results 1 – 9 of 9) sorted by relevance
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | sampler.rscript | 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/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | sampler.rscript | 28 _RS_ASSERT(rsSamplerGetMagnification(minification) == RS_SAMPLER_NEAREST); 35 _RS_ASSERT(rsSamplerGetMinification(magnification) == RS_SAMPLER_NEAREST); 40 _RS_ASSERT(rsSamplerGetMagnification(wrapS) == RS_SAMPLER_NEAREST); 41 _RS_ASSERT(rsSamplerGetMinification(wrapS) == RS_SAMPLER_NEAREST); 46 _RS_ASSERT(rsSamplerGetMagnification(wrapT) == RS_SAMPLER_NEAREST); 47 _RS_ASSERT(rsSamplerGetMinification(wrapT) == RS_SAMPLER_NEAREST); 52 _RS_ASSERT(rsSamplerGetMagnification(anisotropy) == RS_SAMPLER_NEAREST); 53 _RS_ASSERT(rsSamplerGetMinification(anisotropy) == RS_SAMPLER_NEAREST);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | sampler.rscript | 30 _RS_ASSERT(rsSamplerGetMagnification(minification) == RS_SAMPLER_NEAREST); 37 _RS_ASSERT(rsSamplerGetMinification(magnification) == RS_SAMPLER_NEAREST); 42 _RS_ASSERT(rsSamplerGetMagnification(wrapS) == RS_SAMPLER_NEAREST); 43 _RS_ASSERT(rsSamplerGetMinification(wrapS) == RS_SAMPLER_NEAREST); 48 _RS_ASSERT(rsSamplerGetMagnification(wrapT) == RS_SAMPLER_NEAREST); 49 _RS_ASSERT(rsSamplerGetMinification(wrapT) == RS_SAMPLER_NEAREST); 54 _RS_ASSERT(rsSamplerGetMagnification(anisotropy) == RS_SAMPLER_NEAREST); 55 _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 | 187 RS_SAMPLER_NEAREST, enumerator
|
D | rsFont.cpp | 531 mFontSampler.set(Sampler::getSampler(mRSC, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST, in initRenderState()
|
/frameworks/rs/script_api/ |
D | rs_object_types.spec | 203 value: RS_SAMPLER_NEAREST = 0
|
/frameworks/rs/driver/runtime/ |
D | rs_sample.c | 547 if (sampleMag == RS_SAMPLER_NEAREST) { in rsSample() 600 if (sampleMag == RS_SAMPLER_NEAREST) { in rsSample() 644 if (prog->mHal.state.magFilter == RS_SAMPLER_NEAREST) { in rsSample()
|
/frameworks/rs/script_api/include/ |
D | rs_object_types.rsh | 221 RS_SAMPLER_NEAREST = 0,
|