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