Searched refs:backStencilDepthPassOperation (Results 1 – 3 of 3) sorted by relevance
320 StencilOperation backStencilDepthPassOperation = StencilOperation.Keep; field in RenderState344 … oc.write(backStencilDepthPassOperation, "backStencilDepthPassOperation", StencilOperation.Keep); in write()382 …backStencilDepthPassOperation = 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()
223 …public RenderState.StencilOperation backStencilDepthPassOperation = RenderState.StencilOperation.K… field in RenderContext311 backStencilDepthPassOperation = RenderState.StencilOperation.Keep; in reset()
626 || context.backStencilDepthPassOperation != state.getBackStencilDepthPassOperation() in applyRenderState()635 context.backStencilDepthPassOperation = state.getBackStencilDepthPassOperation(); in applyRenderState()