Home
last modified time | relevance | path

Searched refs:TYPE_WAYLAND (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiPlatform.hpp135 struct TypeTraits<TYPE_WAYLAND>
141 typedef DisplayInterface<TYPE_WAYLAND> WaylandDisplayInterface;
142 typedef WindowInterface<TYPE_WAYLAND> WaylandWindowInterface;
DvkDefs.hpp137 TYPE_WAYLAND, enumerator
DvkWsiUtil.cpp205 case TYPE_WAYLAND: in createSurface()
336 case TYPE_WAYLAND: in getPhysicalDevicePresentationSupport()
555 case TYPE_WAYLAND: in getFullScreenSize()
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp270 case vk::wsi::TYPE_WAYLAND: in createWsiDisplay()
298 case vk::wsi::TYPE_WAYLAND: in hasDisplay()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiIncrementalPresentTests.cpp1197 if (scaling[scalingNdx].scaling != SCALING_NONE && wsiType == vk::wsi::TYPE_WAYLAND) in createIncrementalPresentTests()