Searched defs:depthMask (Results 1 – 9 of 9) sorted by relevance
42 public boolean depthMask; field in DepthTestAttribute48 public DepthTestAttribute (boolean depthMask) { in DepthTestAttribute()56 public DepthTestAttribute (int depthFunc, boolean depthMask) { in DepthTestAttribute()64 … DepthTestAttribute (int depthFunc, float depthRangeNear, float depthRangeFar, boolean depthMask) { in DepthTestAttribute()68 …te (final long type, int depthFunc, float depthRangeNear, float depthRangeFar, boolean depthMask) { in DepthTestAttribute()
35 private boolean depthMask; field in RenderContext65 public void setDepthMask (final boolean depthMask) { in setDepthMask()
86 bool depthMask; member
238 bool depthMask; member
585 void GLContext::depthMask (deBool mask) in depthMask() function in sglr::GLContext
2953 void ReferenceContext::depthMask (deBool mask) in depthMask() function in sglr::ReferenceContext
126 glDepthMaskFunc depthMask; variable
677 public final native void depthMask (boolean flag) /*-{ in depthMask() method in WebGLRenderingContext