Home | History | Annotate | Download | only in material

Lines Matching full:testfunction

79      * <code>TestFunction</code> specifies the testing function for stencil test
87 public enum TestFunction {
321 TestFunction frontStencilFunction = TestFunction.Always;
322 TestFunction backStencilFunction = TestFunction.Always;
345 oc.write(frontStencilFunction, "frontStencilFunction", TestFunction.Always);
346 oc.write(backStencilFunction, "backStencilFunction", TestFunction.Always);
383 frontStencilFunction = ic.readEnum("frontStencilFunction", TestFunction.class, TestFunction.Always);
384 backStencilFunction = ic.readEnum("backStencilFunction", TestFunction.class, TestFunction.Always);
608 TestFunction _frontStencilFunction,
609 TestFunction _backStencilFunction) {
644 * com.jme3.material.RenderState.TestFunction,
645 * com.jme3.material.RenderState.TestFunction)
663 * com.jme3.material.RenderState.TestFunction,
664 * com.jme3.material.RenderState.TestFunction)
682 * com.jme3.material.RenderState.TestFunction,
683 * com.jme3.material.RenderState.TestFunction)
701 * com.jme3.material.RenderState.TestFunction,
702 * com.jme3.material.RenderState.TestFunction)
720 * com.jme3.material.RenderState.TestFunction,
721 * com.jme3.material.RenderState.TestFunction)
739 * com.jme3.material.RenderState.TestFunction,
740 * com.jme3.material.RenderState.TestFunction)
758 * com.jme3.material.RenderState.TestFunction,
759 * com.jme3.material.RenderState.TestFunction)
761 public TestFunction getFrontStencilFunction() {
777 * com.jme3.material.RenderState.TestFunction,
778 * com.jme3.material.RenderState.TestFunction)
780 public TestFunction getBackStencilFunction() {