Uses of Class
com.neovisionaries.android.opengl.StencilActionSet

Packages that use StencilActionSet
com.neovisionaries.android.opengl   
 

Uses of StencilActionSet in com.neovisionaries.android.opengl
 

Methods in com.neovisionaries.android.opengl that return StencilActionSet
 StencilActionSet StencilSettings.getBackActionSet()
          Get the action set for the back face.
 StencilActionSet StencilSettings.getFrontActionSet()
          Get the action set for the front face.
 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.
 

Methods in com.neovisionaries.android.opengl with parameters of type StencilActionSet
 StencilSettings StencilSettings.setActionSet(StencilActionSet actionSet)
          This method is an alias of setActionSet(actionSet, null).
 StencilSettings StencilSettings.setActionSet(StencilActionSet actionSet, Face face)
          Set an action set for the specified face.
 

Constructors in com.neovisionaries.android.opengl with parameters of type StencilActionSet
StencilActionSet(StencilActionSet actionSet)
          A copy constructor.