Uses of Class
android.renderscript.Sampler

Packages that use Sampler
android.renderscript   
 

Uses of Sampler in android.renderscript
 

Methods in android.renderscript that return Sampler
static Sampler Sampler.CLAMP_LINEAR_MIP_LINEAR(RenderScript rs)
           
static Sampler Sampler.CLAMP_LINEAR(RenderScript rs)
           
static Sampler Sampler.CLAMP_NEAREST(RenderScript rs)
           
 Sampler Sampler.Builder.create()
           
static Sampler Sampler.WRAP_LINEAR_MIP_LINEAR(RenderScript rs)
           
static Sampler Sampler.WRAP_LINEAR(RenderScript rs)
           
static Sampler Sampler.WRAP_NEAREST(RenderScript rs)
           
 

Methods in android.renderscript with parameters of type Sampler
 void Program.bindSampler(Sampler vs, int slot)
           
 



Copyright © 2008-2012. All Rights Reserved.