Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/material/
DRenderState.java320 StencilOperation backStencilDepthPassOperation = StencilOperation.Keep; field in RenderState
344 … oc.write(backStencilDepthPassOperation, "backStencilDepthPassOperation", StencilOperation.Keep); in write()
382backStencilDepthPassOperation = ic.readEnum("backStencilDepthPassOperation", StencilOperation.clas… in read()
618 this.backStencilDepthPassOperation = _backStencilDepthPassOperation; in setStencil()
743 return backStencilDepthPassOperation; in getBackStencilDepthPassOperation()
1045 state.backStencilDepthPassOperation = additionalState.backStencilDepthPassOperation; in copyMergedTo()
1058 state.backStencilDepthPassOperation = backStencilDepthPassOperation; in copyMergedTo()
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DRenderContext.java223 …public RenderState.StencilOperation backStencilDepthPassOperation = RenderState.StencilOperation.K… field in RenderContext
311 backStencilDepthPassOperation = RenderState.StencilOperation.Keep; in reset()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DLwjglRenderer.java626 || context.backStencilDepthPassOperation != state.getBackStencilDepthPassOperation() in applyRenderState()
635 context.backStencilDepthPassOperation = state.getBackStencilDepthPassOperation(); in applyRenderState()