Home
last modified time | relevance | path

Searched refs:MAX_RENDER_OBJECTS_PER_FRAME (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DRenderSystem.java35 private final static int MAX_RENDER_OBJECTS_PER_FRAME = 384; field in RenderSystem
36 private final static int MAX_RENDER_OBJECTS = MAX_RENDER_OBJECTS_PER_FRAME * DRAW_QUEUE_COUNT;
43 mRenderQueues[x] = new PhasedObjectManager(MAX_RENDER_OBJECTS_PER_FRAME); in RenderSystem()