OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GameThread
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
GameThread.java
24
* The
GameThread
contains the main loop for the game engine logic. It invokes the game graph,
28
public class
GameThread
implements Runnable {
41
public
GameThread
(GameRenderer renderer) {
Game.java
32
private
GameThread
mGameThread;
248
mGameThread = new
GameThread
(mRenderer);
Completed in 39 milliseconds