android.renderscript
Class Sampler
java.lang.Object
android.renderscript.BaseObj
android.renderscript.Sampler
public class Sampler
- extends BaseObj
getMinification
public Sampler.Value getMinification()
getMagnification
public Sampler.Value getMagnification()
getWrapS
public Sampler.Value getWrapS()
getWrapT
public Sampler.Value getWrapT()
getAnisotropy
public float getAnisotropy()
CLAMP_NEAREST
public static Sampler CLAMP_NEAREST(RenderScript rs)
CLAMP_LINEAR
public static Sampler CLAMP_LINEAR(RenderScript rs)
CLAMP_LINEAR_MIP_LINEAR
public static Sampler CLAMP_LINEAR_MIP_LINEAR(RenderScript rs)
WRAP_NEAREST
public static Sampler WRAP_NEAREST(RenderScript rs)
WRAP_LINEAR
public static Sampler WRAP_LINEAR(RenderScript rs)
WRAP_LINEAR_MIP_LINEAR
public static Sampler WRAP_LINEAR_MIP_LINEAR(RenderScript rs)
Copyright © 2008-2012. All Rights Reserved.