Searched refs:CLAMP_NEAREST (Results 1 – 12 of 12) sorted by relevance
48 Sampler sampler = Sampler.CLAMP_NEAREST(pRS); in run()
65 CREATE_SAMPLER(CLAMP_NEAREST, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP, RS_SAMPLER_NEAREST, RS_SAMPLER_NE…
242 sp<const Sampler> CLAMP_NEAREST; member1933 static sp<const Sampler> CLAMP_NEAREST(sp<RS> rs);
46 sp<const Sampler> samp = Sampler::CLAMP_NEAREST(rs); in test_compute()
137 updater = new TextureViewUpdater(outAlloc, Sampler.CLAMP_NEAREST(mRS)); in onCreate()
100 mNearestClamp = Sampler.CLAMP_NEAREST(mRS); in initPF()
99 public static Sampler CLAMP_NEAREST(RenderScript rs) { in CLAMP_NEAREST() method in Sampler
112 public static Sampler CLAMP_NEAREST(RenderScript rs) { in CLAMP_NEAREST() method in Sampler
370 mNearestClamp = Sampler.CLAMP_NEAREST(mRS); in initSamplers()
28072 …method public static android.renderscript.Sampler CLAMP_NEAREST(android.renderscript.RenderScript);
26480 …method public static android.renderscript.Sampler CLAMP_NEAREST(android.renderscript.RenderScript);