Home
last modified time | relevance | path

Searched refs:attach_shell (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
DGame.h56 virtual void attach_shell(Shell &shell) { shell_ = &shell; } in attach_shell() function
DSmoke.h46 void attach_shell(Shell &sh);
DSmoke.cpp93 void Smoke::attach_shell(Shell &sh) in attach_shell() function in Smoke
95 Game::attach_shell(sh); in attach_shell()
DShell.cpp282 game_.attach_shell(*this); in create_context()