OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backStencilDepthPassOperation
(Results
1 - 3
of
3
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/material/
RenderState.java
320
StencilOperation
backStencilDepthPassOperation
= StencilOperation.Keep;
344
oc.write(
backStencilDepthPassOperation
, "
backStencilDepthPassOperation
", StencilOperation.Keep);
382
backStencilDepthPassOperation
= ic.readEnum("
backStencilDepthPassOperation
", StencilOperation.class, StencilOperation.Keep);
618
this.
backStencilDepthPassOperation
= _backStencilDepthPassOperation;
743
return
backStencilDepthPassOperation
;
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
RenderContext.java
223
public RenderState.StencilOperation
backStencilDepthPassOperation
= RenderState.StencilOperation.Keep;
311
backStencilDepthPassOperation
= RenderState.StencilOperation.Keep;
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java
626
|| context.
backStencilDepthPassOperation
!= state.getBackStencilDepthPassOperation()
635
context.
backStencilDepthPassOperation
= state.getBackStencilDepthPassOperation();
[
all
...]
Completed in 213 milliseconds