Uses of Class
android.renderscript.Sampler.Value

Packages that use Sampler.Value
android.renderscript   
 

Uses of Sampler.Value in android.renderscript
 

Methods in android.renderscript that return Sampler.Value
static Sampler.Value Sampler.Value.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Sampler.Value[] Sampler.Value.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in android.renderscript with parameters of type Sampler.Value
 void Sampler.Builder.setMagnification(Sampler.Value v)
           
 void Sampler.Builder.setMinification(Sampler.Value v)
           
 void Sampler.Builder.setWrapS(Sampler.Value v)
           
 void Sampler.Builder.setWrapT(Sampler.Value v)
           
 



Copyright © 2008-2012. All Rights Reserved.