Lines Matching refs:Shell

33 Shell::Shell(Game &game)  in Shell()  function in Shell
50 void Shell::log(LogPriority priority, const char *msg) in log()
56 void Shell::init_vk() in init_vk()
67 void Shell::cleanup_vk() in cleanup_vk()
75 bool Shell::debug_report_callback(VkDebugReportFlagsEXT flags, in debug_report_callback()
101 void Shell::assert_all_instance_layers() const in assert_all_instance_layers()
121 void Shell::assert_all_instance_extensions() const in assert_all_instance_extensions()
141 bool Shell::has_all_device_layers(VkPhysicalDevice phy) const in has_all_device_layers()
160 bool Shell::has_all_device_extensions(VkPhysicalDevice phy) const in has_all_device_extensions()
179 void Shell::init_instance() in init_instance()
201 void Shell::init_debug_report() in init_debug_report()
224 void Shell::init_physical_dev() in init_physical_dev()
269 void Shell::create_context() in create_context()
285 void Shell::destroy_context() in destroy_context()
305 void Shell::create_dev() in create_dev()
342 void Shell::create_back_buffers() in create_back_buffers()
366 void Shell::destroy_back_buffers() in destroy_back_buffers()
379 void Shell::create_swapchain() in create_swapchain()
399 void Shell::destroy_swapchain() in destroy_swapchain()
412 void Shell::resize_swapchain(uint32_t width_hint, uint32_t height_hint) in resize_swapchain()
506 void Shell::add_game_time(float time) in add_game_time()
519 void Shell::acquire_back_buffer() in acquire_back_buffer()
542 void Shell::present_back_buffer() in present_back_buffer()
569 void Shell::fake_present() in fake_present()