Searched refs:RS_SAMPLER_WRAP (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpp/
H A DSampler.cpp54 void* id = RS::dispatch->SamplerCreate(rs.get(), min, mag, wrapS, wrapT, RS_SAMPLER_WRAP, anisotropy);
68 CREATE_SAMPLER(WRAP_NEAREST, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST);
69 CREATE_SAMPLER(WRAP_LINEAR, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP, RS_SAMPLER_LINEAR, RS_SAMPLER_LINEAR);
70 CREATE_SAMPLER(WRAP_LINEAR_MIP_LINEAR, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR);
/frameworks/rs/scriptc/
H A Drs_types.rsh618 RS_SAMPLER_WRAP = 3,
/frameworks/rs/
H A DrsDefines.h202 RS_SAMPLER_WRAP, enumerator in enum:RsSamplerValue
/frameworks/rs/driver/runtime/
H A Drs_sample.c300 if (wrap == RS_SAMPLER_WRAP) {

Completed in 30 milliseconds