Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiPlatform.hpp143 typedef WindowInterface<TYPE_WAYLAND> WaylandWindowInterface; typedef
DvkWsiUtil.cpp310 …const WaylandWindowInterface& waylandWindow = dynamic_cast<const WaylandWindowInterface&>(nativeW… in createSurface()
/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp163 class VulkanWindowWayland : public vk::wsi::WaylandWindowInterface
167 : vk::wsi::WaylandWindowInterface (vk::pt::WaylandSurfacePtr(window->getSurface())) in VulkanWindowWayland()