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

Packages that use Face
com.neovisionaries.android.opengl   
 

Uses of Face in com.neovisionaries.android.opengl
 

Methods in com.neovisionaries.android.opengl that return Face
static Face Face.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Face[] Face.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 Face
 StencilSettings StencilSettings.setActionSet(StencilActionSet actionSet, Face face)
          Set an action set for the specified face.
 StencilSettings StencilSettings.setComparator(StencilComparator comparator, Face face)
          Set a stencil comparator for the specified face.
static void StencilBuffer.setWritable(int stencilMask, Face face)
          Set a bit mask to enable and disable writing of individual bits in the stencil planes for the specified face.