Home
last modified time | relevance | path

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/
Dsampler.rscript12 _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/
Dsampler.rscript28 _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/
Dsampler.rscript30 _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/
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.h187 RS_SAMPLER_NEAREST, enumerator
DrsFont.cpp531 mFontSampler.set(Sampler::getSampler(mRSC, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST, in initRenderState()
/frameworks/rs/script_api/
Drs_object_types.spec203 value: RS_SAMPLER_NEAREST = 0
/frameworks/rs/driver/runtime/
Drs_sample.c547 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/
Drs_object_types.rsh221 RS_SAMPLER_NEAREST = 0,