public static class ProgramStore.Builder extends Object
| Constructor and Description |
|---|
ProgramStore.Builder(RenderScript rs) |
| Modifier and Type | Method and Description |
|---|---|
ProgramStore |
create() |
ProgramStore.Builder |
setBlendFunc(ProgramStore.BlendSrcFunc src,
ProgramStore.BlendDstFunc dst) |
ProgramStore.Builder |
setColorMaskEnabled(boolean r,
boolean g,
boolean b,
boolean a) |
ProgramStore.Builder |
setDepthFunc(ProgramStore.DepthFunc func) |
ProgramStore.Builder |
setDepthMaskEnabled(boolean enable) |
ProgramStore.Builder |
setDitherEnabled(boolean enable) |
public ProgramStore.Builder(RenderScript rs)
public ProgramStore.Builder setDepthFunc(ProgramStore.DepthFunc func)
public ProgramStore.Builder setDepthMaskEnabled(boolean enable)
public ProgramStore.Builder setColorMaskEnabled(boolean r, boolean g, boolean b, boolean a)
public ProgramStore.Builder setBlendFunc(ProgramStore.BlendSrcFunc src, ProgramStore.BlendDstFunc dst)
public ProgramStore.Builder setDitherEnabled(boolean enable)
public ProgramStore create()
Copyright © 2008-2013. All Rights Reserved.