Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGameThread.java28 public class GameThread implements Runnable { class
41 public GameThread(GameRenderer renderer) { in GameThread() method in GameThread
DGame.java32 private GameThread mGameThread;
248 mGameThread = new GameThread(mRenderer); in bootstrap()
/external/replicaisland/
DREADME.TXT22 GameThread.java is the actual game loop. It's main utility is to manage the main loop (MainLoop.ja…
26 The last step in the GameThread is the rendering step. Rendering does not occur in the game thread…