Home | History | Annotate | Download | only in cpp

Lines Matching refs:RsSamplerValue

4229     Sampler(sp<RS> rs, void* id, RsSamplerValue min, RsSamplerValue mag,
4230 RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy);
4231 RsSamplerValue mMin;
4232 RsSamplerValue mMag;
4233 RsSamplerValue mWrapS;
4234 RsSamplerValue mWrapT;
4247 static sp<Sampler> create(const sp<RS>& rs, RsSamplerValue min, RsSamplerValue mag, RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy);
4252 RsSamplerValue getMinification();
4256 RsSamplerValue getMagnification();
4260 RsSamplerValue getWrapS();
4264 RsSamplerValue getWrapT();