HomeSort by relevance Sort by last modified time
    Searched refs:RS_SAMPLER_NEAREST (Results 1 - 6 of 6) sorted by null

  /frameworks/rs/cpp/
Sampler.cpp 65 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/scriptc/
rs_types.rsh 615 RS_SAMPLER_NEAREST = 0,
  /prebuilts/sdk/renderscript/include/
rs_types.rsh 615 RS_SAMPLER_NEAREST = 0,
  /frameworks/rs/
rsDefines.h 199 RS_SAMPLER_NEAREST,
rsFont.cpp 533 mFontSampler.set(Sampler::getSampler(mRSC, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST,
  /frameworks/rs/driver/runtime/
rs_sample.c 552 if (sampleMag == RS_SAMPLER_NEAREST) {
605 if (sampleMag == RS_SAMPLER_NEAREST) {
649 if (prog->mHal.state.magFilter == RS_SAMPLER_NEAREST) {

Completed in 984 milliseconds