Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/
DDepthTestAttribute.java38 public float depthRangeNear; 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 …public DepthTestAttribute (final long type, int depthFunc, float depthRangeNear, float depthRangeF… in DepthTestAttribute()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DRenderContext.java33 private float depthRangeNear; field in RenderContext
73 …public void setDepthTest (final int depthFunction, final float depthRangeNear, final float depthRa… in setDepthTest()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
DParticleShader.java275 float depthRangeNear = 0f; in bindMaterial() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/
DDefaultShader.java772 float depthRangeNear = 0f; in bindMaterial() local