android.renderscript
Class ProgramStore
java.lang.Object
android.renderscript.BaseObj
android.renderscript.ProgramStore
public class ProgramStore
- extends BaseObj
getDepthFunc
public ProgramStore.DepthFunc getDepthFunc()
isDepthMaskEnabled
public boolean isDepthMaskEnabled()
isColorMaskRedEnabled
public boolean isColorMaskRedEnabled()
isColorMaskGreenEnabled
public boolean isColorMaskGreenEnabled()
isColorMaskBlueEnabled
public boolean isColorMaskBlueEnabled()
isColorMaskAlphaEnabled
public boolean isColorMaskAlphaEnabled()
getBlendSrcFunc
public ProgramStore.BlendSrcFunc getBlendSrcFunc()
getBlendDstFunc
public ProgramStore.BlendDstFunc getBlendDstFunc()
isDitherEnabled
public boolean isDitherEnabled()
BLEND_NONE_DEPTH_TEST
public static ProgramStore BLEND_NONE_DEPTH_TEST(RenderScript rs)
BLEND_NONE_DEPTH_NONE
public static ProgramStore BLEND_NONE_DEPTH_NONE(RenderScript rs)
BLEND_ALPHA_DEPTH_TEST
public static ProgramStore BLEND_ALPHA_DEPTH_TEST(RenderScript rs)
BLEND_ALPHA_DEPTH_NONE
public static ProgramStore BLEND_ALPHA_DEPTH_NONE(RenderScript rs)
Copyright © 2008-2012. All Rights Reserved.