HomeSort by relevance Sort by last modified time
    Searched refs:defaultDepthFunc (Results 1 - 2 of 2) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ParticleShader.java 63 public int defaultDepthFunc = -1;
274 int depthFunc = config.defaultDepthFunc == -1 ? GL20.GL_LEQUAL : config.defaultDepthFunc;
316 return config.defaultDepthFunc == -1 ? GL20.GL_LEQUAL : config.defaultDepthFunc;
320 config.defaultDepthFunc = depthFunc;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/
DefaultShader.java 69 /** Set to 0 to disable depth test, -1 to inherit from {@link DefaultShader#defaultDepthFunc} */
70 public int defaultDepthFunc = -1;
410 /** @deprecated Replaced by {@link Config#defaultDepthFunc} Set to 0 to disable depth test */
411 @Deprecated public static int defaultDepthFunc = GL20.GL_LEQUAL;
    [all...]

Completed in 79 milliseconds