Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/
DDepthTestAttribute.java40 public float depthRangeFar; field in DepthTestAttribute
60 public DepthTestAttribute (int depthFunc, float depthRangeNear, float depthRangeFar) { in DepthTestAttribute()
64 …public DepthTestAttribute (int depthFunc, float depthRangeNear, float depthRangeFar, boolean depth… in DepthTestAttribute()
68 …stAttribute (final long type, int depthFunc, float depthRangeNear, float depthRangeFar, boolean de… in DepthTestAttribute()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DRenderContext.java34 private float depthRangeFar; field in RenderContext
73 …oid setDepthTest (final int depthFunction, final float depthRangeNear, final float depthRangeFar) { in setDepthTest()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
DParticleShader.java276 float depthRangeFar = 1f; in bindMaterial() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/
DDefaultShader.java773 float depthRangeFar = 1f; in bindMaterial() local