Searched refs:backStencilDepthPassOperation (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DRenderState.java320 StencilOperation backStencilDepthPassOperation = StencilOperation.Keep; field in class:RenderState
344 oc.write(backStencilDepthPassOperation, "backStencilDepthPassOperation", StencilOperation.Keep);
382 backStencilDepthPassOperation = ic.readEnum("backStencilDepthPassOperation", StencilOperation.class, StencilOperation.Keep);
618 this.backStencilDepthPassOperation = _backStencilDepthPassOperation;
743 return backStencilDepthPassOperation;
1045 state.backStencilDepthPassOperation = additionalState.backStencilDepthPassOperation;
1058 state.backStencilDepthPassOperation
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DRenderContext.java223 public RenderState.StencilOperation backStencilDepthPassOperation = RenderState.StencilOperation.Keep; field in class:RenderContext
311 backStencilDepthPassOperation = RenderState.StencilOperation.Keep;
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglRenderer.java626 || context.backStencilDepthPassOperation != state.getBackStencilDepthPassOperation()
635 context.backStencilDepthPassOperation = state.getBackStencilDepthPassOperation();

Completed in 77 milliseconds