Searched refs:XlibWindowInterface (Results 1 – 3 of 3) sorted by relevance
58 class VulkanWindowXlib : public vk::wsi::XlibWindowInterface62 : vk::wsi::XlibWindowInterface (vk::pt::XlibWindow(window->getXID())) in VulkanWindowXlib()
118 typedef WindowInterface<TYPE_XLIB> XlibWindowInterface; typedef
176 … const XlibWindowInterface& xlibWindow = dynamic_cast<const XlibWindowInterface&>(nativeWindow); in createSurface()