Home
last modified time | relevance | path

Searched defs:game (Results 1 – 11 of 11) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
DMain.cpp40 Game *game = create_game(argc, argv); in main() local
55 Game *game = create_game(argc, argv); in main() local
71 Game *game = create_game(ShellAndroid::get_args(*app)); in android_main() local
88 Game *game = create_game(argc, argv); in main() local
DShellWin32.cpp53 ShellWin32::ShellWin32(Game &game) : Shell(game), hwnd_(nullptr) { in ShellWin32()
DShellAndroid.cpp104 ShellAndroid::ShellAndroid(android_app &app, Game &game) : Shell(game), app_(app) { in ShellAndroid()
DShellXcb.cpp75 ShellXcb::ShellXcb(Game &game) : Shell(game) { in ShellXcb()
DShell.cpp27 Shell::Shell(Game &game) in Shell()
DShellWayland.cpp189 ShellWayland::ShellWayland(Game &game) : Shell(game) { in ShellWayland()
/external/python/cpython2/Demo/turtle/
Dtdemo_nim.py54 def __init__(self, game): argument
90 def __init__(self, row, col, game): argument
117 def __init__(self, game): argument
187 def __init__(self, game): argument
/external/python/cpython3/Lib/turtledemo/
Dnim.py54 def __init__(self, game): argument
90 def __init__(self, row, col, game): argument
117 def __init__(self, game): argument
186 def __init__(self, game): argument
/external/python/cpython2/Demo/tkinter/matt/
Dpong-demo-1.py52 game = Pong() variable
/external/replicaisland/src/com/replica/replicaisland/
DGameRenderer.java64 public GameRenderer(Context context, Game game, int gameWidth, int gameHeight) { in GameRenderer()
/external/python/cpython2/Demo/tkinter/guido/
Dsolitaire.py264 def __init__(self, x, y, game=None): argument