FileDocCategorySizeDatePackage
Sampler.javaAPI DocAndroid 5.1 API2737Sat Mar 14 14:09:42 GMT 2015android.renderscript

Sampler

public class Sampler extends android.renderscript.BaseObj

Fields Summary
Constructors Summary
Sampler()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static android.renderscript.SamplerCLAMP_LINEAR(android.renderscript.RenderScript rs)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.SamplerCLAMP_LINEAR_MIP_LINEAR(android.renderscript.RenderScript rs)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.SamplerCLAMP_NEAREST(android.renderscript.RenderScript rs)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.SamplerMIRRORED_REPEAT_LINEAR(android.renderscript.RenderScript rs)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.SamplerMIRRORED_REPEAT_LINEAR_MIP_LINEAR(android.renderscript.RenderScript rs)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.SamplerMIRRORED_REPEAT_NEAREST(android.renderscript.RenderScript rs)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.SamplerWRAP_LINEAR(android.renderscript.RenderScript rs)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.SamplerWRAP_LINEAR_MIP_LINEAR(android.renderscript.RenderScript rs)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.SamplerWRAP_NEAREST(android.renderscript.RenderScript rs)

 throw new RuntimeException("Stub!"); 
public floatgetAnisotropy()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Sampler$ValuegetMagnification()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Sampler$ValuegetMinification()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Sampler$ValuegetWrapS()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Sampler$ValuegetWrapT()

 throw new RuntimeException("Stub!");