Searched defs:depthRangeFar (Results 1 – 4 of 4) sorted by relevance
| /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/ |
| D | DepthTestAttribute.java | 40 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/ |
| D | RenderContext.java | 34 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/ |
| D | ParticleShader.java | 276 float depthRangeFar = 1f; in bindMaterial() local
|
| /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/ |
| D | DefaultShader.java | 773 float depthRangeFar = 1f; in bindMaterial() local
|