No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | |
| ↳ | android.renderscript.ProgramStore.Builder |
Builder class for ProgramStore object. If the builder is left empty, the equivalent of BLEND_NONE_DEPTH_NONE would be returned
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Creates a program store from the current state of the builder
|
|||||||||
|
|
|
Specifies how incoming pixels are combined with the pixels stored in the framebuffer
|
|||||||||
|
|
|
Enables writes into the color buffer
|
|||||||||
|
|
|
Specifies the depth testing behavior
|
|||||||||
|
|
|
Enables writes into the depth buffer
|
|||||||||
|
|
|
Enables dithering
|
|||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
|||||||||||
Creates a program store from the current state of the builder
Specifies how incoming pixels are combined with the pixels stored in the framebuffer
| src | specifies how the source blending factor is computed |
|---|---|
| dst | specifies how the destination blending factor is computed |
Enables writes into the color buffer
| r | specifies whether red channel is written |
|---|---|
| g | specifies whether green channel is written |
| b | specifies whether blue channel is written |
| a | specifies whether alpha channel is written |
Specifies the depth testing behavior
| func | function used for depth testing |
|---|
Enables writes into the depth buffer
| enable | specifies whether depth writes are enabled or disabled |
|---|
Enables dithering
| enable | specifies whether dithering is enabled or disabled |
|---|