Searched refs:ShellXcb (Results 1 – 4 of 4) sorted by relevance
75 ShellXcb::ShellXcb(Game &game) : Shell(game) { in ShellXcb() function in ShellXcb83 ShellXcb::~ShellXcb() { in ~ShellXcb()90 void ShellXcb::init_connection() { in init_connection()106 void ShellXcb::create_window() { in create_window()134 PFN_vkGetInstanceProcAddr ShellXcb::load_vk() { in load_vk()161 bool ShellXcb::can_present(VkPhysicalDevice phy, uint32_t queue_family) { in can_present()165 VkSurfaceKHR ShellXcb::create_surface(VkInstance instance) { in create_surface()177 void ShellXcb::handle_event(const xcb_generic_event_t *ev) { in handle_event()217 void ShellXcb::loop_wait() { in loop_wait()232 void ShellXcb::loop_poll() { in loop_poll()[all …]
23 class ShellXcb : public Shell {25 ShellXcb(Game &game);26 ~ShellXcb();
69 list(APPEND sources ShellXcb.cpp ShellXcb.h)
42 ShellXcb shell(*game); in main()