Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/demos/smoke/
DShellXcb.cpp84 ShellXcb::ShellXcb(Game &game) : Shell(game) in ShellXcb() function in ShellXcb
92 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 …]
DShellXcb.h23 class ShellXcb : public Shell {
25 ShellXcb(Game &game);
26 ~ShellXcb();
DCMakeLists.txt68 list(APPEND sources ShellXcb.cpp ShellXcb.h)
DMain.cpp40 ShellXcb shell(*game); in main()
/external/vulkan-validation-layers/demos/smoke/android/
Dbuild.gradle66 exclude 'ShellXcb.cpp'