Searched refs:RS_SAMPLER_NEAREST (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/cpp/
H A DSampler.cpp65 CREATE_SAMPLER(CLAMP_NEAREST, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST);
68 CREATE_SAMPLER(WRAP_NEAREST, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST);
71 CREATE_SAMPLER(MIRRORED_REPEAT_NEAREST, RS_SAMPLER_MIRRORED_REPEAT, RS_SAMPLER_MIRRORED_REPEAT, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST);
/frameworks/rs/
H A DrsDefines.h199 RS_SAMPLER_NEAREST, enumerator in enum:RsSamplerValue
H A DrsFont.cpp533 mFontSampler.set(Sampler::getSampler(mRSC, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST,
/frameworks/rs/scriptc/
H A Drs_types.rsh638 RS_SAMPLER_NEAREST = 0,
/frameworks/rs/driver/runtime/
H A Drs_sample.c551 if (sampleMag == RS_SAMPLER_NEAREST) {
604 if (sampleMag == RS_SAMPLER_NEAREST) {
648 if (prog->mHal.state.magFilter == RS_SAMPLER_NEAREST) {

Completed in 67 milliseconds