Home
last modified time | relevance | path

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

/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp58 class VulkanWindowXlib : public vk::wsi::XlibWindowInterface
62 : vk::wsi::XlibWindowInterface (vk::pt::XlibWindow(window->getXID())) in VulkanWindowXlib()
/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiPlatform.hpp118 typedef WindowInterface<TYPE_XLIB> XlibWindowInterface; typedef
DvkWsiUtil.cpp176 … const XlibWindowInterface& xlibWindow = dynamic_cast<const XlibWindowInterface&>(nativeWindow); in createSurface()