Home | History | Annotate | Download | only in cpp

Lines Matching refs:RsSamplerValue

25     RsSamplerValue mMin = RS_SAMPLER_INVALID;
26 RsSamplerValue mMag = RS_SAMPLER_INVALID;
27 RsSamplerValue mWrapS = RS_SAMPLER_INVALID;;
28 RsSamplerValue mWrapT = RS_SAMPLER_INVALID;;
32 RsSamplerValue Sampler::getMinification() {
36 RsSamplerValue Sampler::getMagnification() {
40 RsSamplerValue Sampler::getWrapS() {
44 RsSamplerValue Sampler::getWrapT() {
52 sp<Sampler> Sampler::create(sp<RS> rs, RsSamplerValue min, RsSamplerValue mag, RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy) {