android.renderscript
Class ProgramStore

java.lang.Object
  extended by android.renderscript.BaseObj
      extended by android.renderscript.ProgramStore

public class ProgramStore
extends BaseObj


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)
           
 ProgramStore.BlendDstFunc getBlendDstFunc()
           
 ProgramStore.BlendSrcFunc getBlendSrcFunc()
           
 ProgramStore.DepthFunc getDepthFunc()
           
 boolean isColorMaskAlphaEnabled()
           
 boolean isColorMaskBlueEnabled()
           
 boolean isColorMaskGreenEnabled()
           
 boolean isColorMaskRedEnabled()
           
 boolean isDepthMaskEnabled()
           
 boolean isDitherEnabled()
           
 
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

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.