android.renderscript
Class ProgramStore.Builder
java.lang.Object
android.renderscript.ProgramStore.Builder
- Enclosing class:
- ProgramStore
public static class ProgramStore.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgramStore.Builder
public ProgramStore.Builder(RenderScript rs)
setDepthFunc
public ProgramStore.Builder setDepthFunc(ProgramStore.DepthFunc func)
setDepthMaskEnabled
public ProgramStore.Builder setDepthMaskEnabled(boolean enable)
setColorMaskEnabled
public ProgramStore.Builder setColorMaskEnabled(boolean r,
boolean g,
boolean b,
boolean a)
setBlendFunc
public ProgramStore.Builder setBlendFunc(ProgramStore.BlendSrcFunc src,
ProgramStore.BlendDstFunc dst)
setDitherEnabled
public ProgramStore.Builder setDitherEnabled(boolean enable)
create
public ProgramStore create()
Copyright © 2008-2012. All Rights Reserved.