Searched refs:ShellXcb (Results 1 – 5 of 5) sorted by relevance
84 ShellXcb::ShellXcb(Game &game) : Shell(game) in ShellXcb() function in ShellXcb92 ShellXcb::~ShellXcb() in ~ShellXcb()100 void ShellXcb::init_connection() in init_connection()118 void ShellXcb::create_window() in create_window()154 PFN_vkGetInstanceProcAddr ShellXcb::load_vk() in load_vk()185 bool ShellXcb::can_present(VkPhysicalDevice phy, uint32_t queue_family) in can_present()191 VkSurfaceKHR ShellXcb::create_surface(VkInstance instance) in create_surface()204 void ShellXcb::handle_event(const xcb_generic_event_t *ev) in handle_event()255 void ShellXcb::loop_wait() in loop_wait()273 void ShellXcb::loop_poll() in loop_poll()[all …]
23 class ShellXcb : public Shell {25 ShellXcb(Game &game);26 ~ShellXcb();
68 list(APPEND sources ShellXcb.cpp ShellXcb.h)
40 ShellXcb shell(*game); in main()
66 exclude 'ShellXcb.cpp'