Searched refs:RS_SAMPLER_CLAMP (Results 1 - 4 of 4) 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);
66 CREATE_SAMPLER(CLAMP_LINEAR, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP, RS_SAMPLER_LINEAR, RS_SAMPLER_LINEAR);
67 CREATE_SAMPLER(CLAMP_LINEAR_MIP_LINEAR, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR);
/frameworks/rs/
H A DrsDefines.h203 RS_SAMPLER_CLAMP, enumerator in enum:RsSamplerValue
H A DrsFont.cpp534 RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP,
535 RS_SAMPLER_CLAMP).get());
/frameworks/rs/scriptc/
H A Drs_types.rsh642 RS_SAMPLER_CLAMP = 4,

Completed in 254 milliseconds