Searched refs:GameThread (Results 1 – 3 of 3) sorted by relevance
28 public class GameThread implements Runnable { class41 public GameThread(GameRenderer renderer) { in GameThread() method in GameThread
32 private GameThread mGameThread;248 mGameThread = new GameThread(mRenderer); in bootstrap()
22 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…