|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StencilAction | |
---|---|
com.neovisionaries.android.opengl |
Uses of StencilAction in com.neovisionaries.android.opengl |
---|
Methods in com.neovisionaries.android.opengl that return StencilAction | |
---|---|
StencilAction |
StencilActionSet.getDepthFailureAction()
Get the action taken when the stencil test passes but the depth test fails. |
StencilAction |
StencilActionSet.getPassAction()
Get the action taken when both the stencil test and the depth test pass. |
StencilAction |
StencilActionSet.getStencilFailureAction()
Get the action taken when the stencil test fails. |
static StencilAction |
StencilAction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StencilAction[] |
StencilAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.neovisionaries.android.opengl with parameters of type StencilAction | |
---|---|
StencilActionSet |
StencilActionSet.setDepthFailureAction(StencilAction action)
Set an action taken when the stencil test passes but the depth test fails. |
StencilActionSet |
StencilActionSet.setPassAction(StencilAction action)
Set an action taken when both the stencil test and the depth test pass. |
StencilActionSet |
StencilActionSet.setStencilFailureAction(StencilAction action)
Set an action taken when the stencil test fails. |
Constructors in com.neovisionaries.android.opengl with parameters of type StencilAction | |
---|---|
StencilActionSet(StencilAction stencilFailureAction,
StencilAction depthFailureAction,
StencilAction passAction)
A constructor which stencil actions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |