Home
last modified time | relevance | path

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

/frameworks/base/tests/RenderScriptTests/tests/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/support/renderscript/v8/rs_support/
DrsDefines.h190 RS_SAMPLER_NEAREST, enumerator
/frameworks/rs/
DrsDefines.h190 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.c151 if (sampleMag == RS_SAMPLER_NEAREST) { \
/frameworks/rs/scriptc/
Drs_types.rsh614 RS_SAMPLER_NEAREST = 0,
/frameworks/support/renderscript/v8/rs_support/scriptc/
Drs_types.rsh614 RS_SAMPLER_NEAREST = 0,