android.renderscript
Class Sampler

java.lang.Object
  extended by android.renderscript.BaseObj
      extended by android.renderscript.Sampler

public class Sampler
extends BaseObj


Nested Class Summary
static class Sampler.Builder
           
static class Sampler.Value
           
 
Method Summary
static Sampler CLAMP_LINEAR_MIP_LINEAR(RenderScript rs)
           
static Sampler CLAMP_LINEAR(RenderScript rs)
           
static Sampler CLAMP_NEAREST(RenderScript rs)
           
static Sampler WRAP_LINEAR_MIP_LINEAR(RenderScript rs)
           
static Sampler WRAP_LINEAR(RenderScript rs)
           
static Sampler WRAP_NEAREST(RenderScript rs)
           
 
Methods inherited from class android.renderscript.BaseObj
destroy, equals, finalize, getName, hashCode, setName
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.