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

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/batches/
ModelInstanceParticleBatch.java 28 public int getBufferedCount(){
BufferedParticleBatch.java 77 public int getBufferedCount () {
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
FlameMain.java 766 stringBuilder.append("Point Sprites : ").append(pointSpriteBatch.getBufferedCount());
769 stringBuilder.append("Billboards : ").append(billboardBatch.getBufferedCount());
772 stringBuilder.append("Model Instances : ").append(modelInstanceParticleBatch.getBufferedCount());
    [all...]

Completed in 1970 milliseconds