Searched defs:DepthTestAttribute (Results 1 – 1 of 1) sorted by relevance
25 public class DepthTestAttribute extends Attribute { class44 public DepthTestAttribute () { in DepthTestAttribute() method in DepthTestAttribute48 public DepthTestAttribute (boolean depthMask) { in DepthTestAttribute() method in DepthTestAttribute52 public DepthTestAttribute (final int depthFunc) { in DepthTestAttribute() method in DepthTestAttribute56 public DepthTestAttribute (int depthFunc, boolean depthMask) { in DepthTestAttribute() method in DepthTestAttribute60 public DepthTestAttribute (int depthFunc, float depthRangeNear, float depthRangeFar) { in DepthTestAttribute() method in DepthTestAttribute64 …public DepthTestAttribute (int depthFunc, float depthRangeNear, float depthRangeFar, boolean depth… in DepthTestAttribute() method in DepthTestAttribute68 …public DepthTestAttribute (final long type, int depthFunc, float depthRangeNear, float depthRangeF… in DepthTestAttribute() method in DepthTestAttribute77 public DepthTestAttribute (final DepthTestAttribute rhs) { in DepthTestAttribute() method in DepthTestAttribute