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

  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 29 * GameRenderer the top-level rendering interface for the game engine. It is called by
56 private Game mGame;
64 public GameRenderer(Context context, Game game, int gameWidth, int gameHeight) {
66 mGame = game;
271 // ensure the same aspect ratio as the game
Game.java 27 * High-level setup object for the AndouKun game engine.
28 * This class sets up the core game engine objects and threads. It also passes events to the
29 * game thread from the main UI thread.
31 public class Game extends AllocationGuard {
47 public Game() {
56 * Creates core game objects and constructs the game engine object graph. Note that the
57 * game does not actually begin running after this function is called (see start() below).
104 // The root of the game graph.
149 // Camera must come after the game manager so that the camera target moves before the camera
    [all...]
AndouKun.java 46 * Core activity for the game. Sets up a surface view for OpenGL, bootstraps
47 * the game engine, and manages UI events. Also manages game progression,
48 * transitioning to other activites, save game, and input events.
70 private Game mGame;
126 mGame = new Game();
144 // Make sure that old game information is cleared when we start a new game.
210 // if all else fails, start the game over.
501 * When the game thread needs to stop its own execution (to go to a new level, or restart th
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/
frame.js 9 {name: 'life', text: 'Game of Life'},
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
results.js 295 /* Game Type */
305 * Checks the result if it is a game result.
307 * @return {boolean} Whether or not the element is a game result.
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 442 ``examples/tutorial/using_ppapi_simple/``, or the Game of Life example
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
id3_parser.js 517 'Game',
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /frameworks/base/docs/html/
gms_navtree_data.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 244 milliseconds