Uses of Class
android.renderscript.ProgramStore.BlendDstFunc

Packages that use ProgramStore.BlendDstFunc
android.renderscript   
 

Uses of ProgramStore.BlendDstFunc in android.renderscript
 

Methods in android.renderscript that return ProgramStore.BlendDstFunc
static ProgramStore.BlendDstFunc ProgramStore.BlendDstFunc.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProgramStore.BlendDstFunc[] ProgramStore.BlendDstFunc.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in android.renderscript with parameters of type ProgramStore.BlendDstFunc
 ProgramStore.Builder ProgramStore.Builder.setBlendFunc(ProgramStore.BlendSrcFunc src, ProgramStore.BlendDstFunc dst)
           
 



Copyright © 2008-2012. All Rights Reserved.