Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiPlatform.hpp142 typedef DisplayInterface<TYPE_WAYLAND> WaylandDisplayInterface; typedef
DvkWsiUtil.cpp309 …const WaylandDisplayInterface& waylandDisplay = dynamic_cast<const WaylandDisplayInterface&>(nati… in createSurface()
471 …const WaylandDisplayInterface& waylandDisplay = dynamic_cast<const WaylandDisplayInterface&>(nativ… in getPhysicalDevicePresentationSupport()
/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp186 class VulkanDisplayWayland : public vk::wsi::WaylandDisplayInterface
190 : vk::wsi::WaylandDisplayInterface (vk::pt::WaylandDisplayPtr(display->getDisplay())) in VulkanDisplayWayland()