Home
last modified time | relevance | path

Searched refs:XcbWindowInterface (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiPlatform.hpp131 typedef WindowInterface<TYPE_XCB> XcbWindowInterface; typedef
DvkWsiUtil.cpp294 const XcbWindowInterface& xcbWindow = dynamic_cast<const XcbWindowInterface&>(nativeWindow); in createSurface()
/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp117 class VulkanWindowXcb : public vk::wsi::XcbWindowInterface
121 : vk::wsi::XcbWindowInterface (vk::pt::XcbWindow(window->getXID())) in VulkanWindowXcb()