public class Sampler extends BaseObj
| Modifier and Type | Class and Description |
|---|---|
static class |
Sampler.Builder |
static class |
Sampler.Value |
| Modifier and Type | Method and Description |
|---|---|
static Sampler |
CLAMP_LINEAR_MIP_LINEAR(RenderScript rs) |
static Sampler |
CLAMP_LINEAR(RenderScript rs) |
static Sampler |
CLAMP_NEAREST(RenderScript rs) |
float |
getAnisotropy() |
Sampler.Value |
getMagnification() |
Sampler.Value |
getMinification() |
Sampler.Value |
getWrapS() |
Sampler.Value |
getWrapT() |
static Sampler |
WRAP_LINEAR_MIP_LINEAR(RenderScript rs) |
static Sampler |
WRAP_LINEAR(RenderScript rs) |
static Sampler |
WRAP_NEAREST(RenderScript rs) |
public Sampler.Value getMinification()
public Sampler.Value getMagnification()
public Sampler.Value getWrapS()
public Sampler.Value getWrapT()
public float getAnisotropy()
public static Sampler CLAMP_NEAREST(RenderScript rs)
public static Sampler CLAMP_LINEAR(RenderScript rs)
public static Sampler CLAMP_LINEAR_MIP_LINEAR(RenderScript rs)
public static Sampler WRAP_NEAREST(RenderScript rs)
public static Sampler WRAP_LINEAR(RenderScript rs)
public static Sampler WRAP_LINEAR_MIP_LINEAR(RenderScript rs)
Copyright © 2008-2013. All Rights Reserved.