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)
           
 
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

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.