Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/demos/smoke/
DShellXcb.cpp75 ShellXcb::ShellXcb(Game &game) : Shell(game) { in ShellXcb() function in ShellXcb
83 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 …]
DShellXcb.h23 class ShellXcb : public Shell {
25 ShellXcb(Game &game);
26 ~ShellXcb();
DCMakeLists.txt69 list(APPEND sources ShellXcb.cpp ShellXcb.h)
DMain.cpp42 ShellXcb shell(*game); in main()