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

/frameworks/rs/cpp/
H A DSampler.cpp79 CREATE_SAMPLER(CLAMP_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP);
80 CREATE_SAMPLER(CLAMP_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP);
81 CREATE_SAMPLER(CLAMP_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP);
/frameworks/rs/script_api/include/
H A Drs_object_types.rsh225 RS_SAMPLER_CLAMP = 4,
/frameworks/rs/
H A DrsDefines.h191 RS_SAMPLER_CLAMP, enumerator in enum:RsSamplerValue
H A DrsFont.cpp532 RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP,
533 RS_SAMPLER_CLAMP).get());
/frameworks/rs/script_api/
H A Drs_object_types.spec207 value: RS_SAMPLER_CLAMP = 4

Completed in 114 milliseconds