public class ProgramStore extends BaseObj
| Modifier and Type | Class and Description |
|---|---|
static class |
ProgramStore.BlendDstFunc |
static class |
ProgramStore.BlendSrcFunc |
static class |
ProgramStore.Builder |
static class |
ProgramStore.DepthFunc |
| Modifier and Type | Method and Description |
|---|---|
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) |
ProgramStore.BlendDstFunc |
getBlendDstFunc() |
ProgramStore.BlendSrcFunc |
getBlendSrcFunc() |
ProgramStore.DepthFunc |
getDepthFunc() |
boolean |
isColorMaskAlphaEnabled() |
boolean |
isColorMaskBlueEnabled() |
boolean |
isColorMaskGreenEnabled() |
boolean |
isColorMaskRedEnabled() |
boolean |
isDepthMaskEnabled() |
boolean |
isDitherEnabled() |
public ProgramStore.DepthFunc getDepthFunc()
public boolean isDepthMaskEnabled()
public boolean isColorMaskRedEnabled()
public boolean isColorMaskGreenEnabled()
public boolean isColorMaskBlueEnabled()
public boolean isColorMaskAlphaEnabled()
public ProgramStore.BlendSrcFunc getBlendSrcFunc()
public ProgramStore.BlendDstFunc getBlendDstFunc()
public boolean isDitherEnabled()
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)
Copyright © 2008-2013. All Rights Reserved.