Searched refs:backStencilDepthFailOperation (Results 1 – 3 of 3) sorted by relevance
319 StencilOperation backStencilDepthFailOperation = StencilOperation.Keep; field in RenderState343 … oc.write(backStencilDepthFailOperation, "backStencilDepthFailOperation", StencilOperation.Keep); in write()381 …backStencilDepthFailOperation = ic.readEnum("backStencilDepthFailOperation", StencilOperation.clas… in read()617 this.backStencilDepthFailOperation = _backStencilDepthFailOperation; in setStencil()724 return backStencilDepthFailOperation; in getBackStencilDepthFailOperation()1044 state.backStencilDepthFailOperation = additionalState.backStencilDepthFailOperation; in copyMergedTo()1057 state.backStencilDepthFailOperation = backStencilDepthFailOperation; in copyMergedTo()
222 …public RenderState.StencilOperation backStencilDepthFailOperation = RenderState.StencilOperation.K… field in RenderContext310 backStencilDepthFailOperation = RenderState.StencilOperation.Keep; in reset()
625 || context.backStencilDepthFailOperation != state.getBackStencilDepthFailOperation() in applyRenderState()634 context.backStencilDepthFailOperation = state.getBackStencilDepthFailOperation(); in applyRenderState()