|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.renderscript.BaseObj
android.renderscript.ProgramStore
public class ProgramStore
Nested Class Summary | |
---|---|
static class |
ProgramStore.BlendDstFunc
|
static class |
ProgramStore.BlendSrcFunc
|
static class |
ProgramStore.Builder
|
static class |
ProgramStore.DepthFunc
|
Method Summary | |
---|---|
static ProgramStore |
BLEND_ALPHA_DEPTH_NONE(RenderScript rs)
|
static ProgramStore |
BLEND_ALPHA_DEPTH_TEST(RenderScript rs)
|
static ProgramStore |
BLEND_NONE_DEPTH_NONE(RenderScript rs)
|
static ProgramStore |
BLEND_NONE_DEPTH_TEST(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 ProgramStore BLEND_NONE_DEPTH_TEST(RenderScript rs)
public static ProgramStore BLEND_NONE_DEPTH_NONE(RenderScript rs)
public static ProgramStore BLEND_ALPHA_DEPTH_TEST(RenderScript rs)
public static ProgramStore BLEND_ALPHA_DEPTH_NONE(RenderScript rs)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |