Lines Matching refs:RsSamplerValue
1989 Sampler(sp<RS> rs, void* id, RsSamplerValue min, RsSamplerValue mag,
1990 RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy);
1991 RsSamplerValue mMin;
1992 RsSamplerValue mMag;
1993 RsSamplerValue mWrapS;
1994 RsSamplerValue mWrapT;
2007 …static sp<Sampler> create(sp<RS> rs, RsSamplerValue min, RsSamplerValue mag, RsSamplerValue wrapS,…
2012 RsSamplerValue getMinification();
2016 RsSamplerValue getMagnification();
2020 RsSamplerValue getWrapS();
2024 RsSamplerValue getWrapT();