Lines Matching refs:Sampler
50 class Sampler; variable
521 sp<const Sampler> CLAMP_NEAREST;
522 sp<const Sampler> CLAMP_LINEAR;
523 sp<const Sampler> CLAMP_LINEAR_MIP_LINEAR;
524 sp<const Sampler> WRAP_NEAREST;
525 sp<const Sampler> WRAP_LINEAR;
526 sp<const Sampler> WRAP_LINEAR_MIP_LINEAR;
527 sp<const Sampler> MIRRORED_REPEAT_NEAREST;
528 sp<const Sampler> MIRRORED_REPEAT_LINEAR;
529 sp<const Sampler> MIRRORED_REPEAT_LINEAR_MIP_LINEAR;
531 friend class Sampler; variable
4226 class Sampler : public BaseObj {
4228 Sampler(sp<RS> rs, void* id);
4229 Sampler(sp<RS> rs, void* id, RsSamplerValue min, RsSamplerValue mag,
4247 …static sp<Sampler> create(const sp<RS>& rs, RsSamplerValue min, RsSamplerValue mag, RsSamplerValue…
4278 static sp<const Sampler> CLAMP_NEAREST(const sp<RS> &rs);
4287 static sp<const Sampler> CLAMP_LINEAR(const sp<RS> &rs);
4296 static sp<const Sampler> CLAMP_LINEAR_MIP_LINEAR(const sp<RS> &rs);
4305 static sp<const Sampler> WRAP_NEAREST(const sp<RS> &rs);
4314 static sp<const Sampler> WRAP_LINEAR(const sp<RS> &rs);
4323 static sp<const Sampler> WRAP_LINEAR_MIP_LINEAR(const sp<RS> &rs);
4332 static sp<const Sampler> MIRRORED_REPEAT_NEAREST(const sp<RS> &rs);
4341 static sp<const Sampler> MIRRORED_REPEAT_LINEAR(const sp<RS> &rs);
4350 static sp<const Sampler> MIRRORED_REPEAT_LINEAR_MIP_LINEAR(const sp<RS> &rs);