HomeSort by relevance Sort by last modified time
    Searched refs:getFrontStencilFunction (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/material/
RenderState.java 761 public TestFunction getFrontStencilFunction() {
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 627 || context.frontStencilFunction != state.getFrontStencilFunction()
636 context.frontStencilFunction = state.getFrontStencilFunction();
650 convertTestFunction(state.getFrontStencilFunction()),
    [all...]

Completed in 50 milliseconds