Home
last modified time | relevance | path

Searched defs:DepthTestAttribute (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/
DDepthTestAttribute.java25 public class DepthTestAttribute extends Attribute { class
44 public DepthTestAttribute () { in DepthTestAttribute() method in DepthTestAttribute
48 public DepthTestAttribute (boolean depthMask) { in DepthTestAttribute() method in DepthTestAttribute
52 public DepthTestAttribute (final int depthFunc) { in DepthTestAttribute() method in DepthTestAttribute
56 public DepthTestAttribute (int depthFunc, boolean depthMask) { in DepthTestAttribute() method in DepthTestAttribute
60 public DepthTestAttribute (int depthFunc, float depthRangeNear, float depthRangeFar) { in DepthTestAttribute() method in DepthTestAttribute
64 …public DepthTestAttribute (int depthFunc, float depthRangeNear, float depthRangeFar, boolean depth… in DepthTestAttribute() method in DepthTestAttribute
68 …public DepthTestAttribute (final long type, int depthFunc, float depthRangeNear, float depthRangeF… in DepthTestAttribute() method in DepthTestAttribute
77 public DepthTestAttribute (final DepthTestAttribute rhs) { in DepthTestAttribute() method in DepthTestAttribute