|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.renderscript.BaseObj
android.renderscript.Sampler
public class Sampler
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 |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |