/external/deqp/framework/platform/lnx/ |
D | tcuLnxVulkanPlatform.cpp | 252 if (!hasDisplay(wsiType)) in createWsiDisplay() 285 bool VulkanPlatform::hasDisplay (vk::wsi::Type wsiType) const in hasDisplay() function in tcu::lnx::VulkanPlatform 291 return x11::XlibDisplay::hasDisplay(X11_DISPLAY); in hasDisplay() 295 return x11::XcbDisplay::hasDisplay(X11_DISPLAY); in hasDisplay() 299 return wayland::Display::hasDisplay(WAYLAND_DISPLAY); in hasDisplay()
|
D | tcuLnxVulkanPlatform.hpp | 42 bool hasDisplay (vk::wsi::Type wsiType) const;
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXVulkanPlatform.hpp | 41 bool hasDisplay (vk::wsi::Type wsiType) const;
|
D | tcuOSXVulkanPlatform.cpp | 115 bool VulkanPlatform::hasDisplay (vk::wsi::Type wsiType) const in hasDisplay() function in tcu::osx::VulkanPlatform
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.hpp | 43 bool hasDisplay (vk::wsi::Type wsiType) const;
|
D | tcuWin32VulkanPlatform.cpp | 307 bool VulkanPlatform::hasDisplay (vk::wsi::Type wsiType) const in hasDisplay() function in tcu::win32::VulkanPlatform
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11Xcb.hpp | 46 static bool hasDisplay (const char* name);
|
D | tcuLnxX11.hpp | 100 static bool hasDisplay (const char* name);
|
D | tcuLnxX11Xcb.cpp | 36 bool XcbDisplay::hasDisplay (const char* name) in hasDisplay() function in tcu::lnx::x11::XcbDisplay
|
D | tcuLnxX11.cpp | 57 bool XlibDisplay::hasDisplay (const char* name) in hasDisplay() function in tcu::lnx::x11::XlibDisplay
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatform.hpp | 58 bool hasDisplay (vk::wsi::Type wsiType) const;
|
D | tcuAndroidPlatform.cpp | 364 bool Platform::hasDisplay (vk::wsi::Type wsiType) const in hasDisplay() function in tcu::Android::Platform
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkPlatform.cpp | 81 bool Platform::hasDisplay (wsi::Type) const in hasDisplay() function in vk::Platform
|
D | vkPlatform.hpp | 148 virtual bool hasDisplay (wsi::Type wsiType) const;
|
/external/deqp/framework/platform/lnx/wayland/ |
D | tcuLnxWayland.hpp | 54 static bool hasDisplay (const char* name);
|
D | tcuLnxWayland.cpp | 73 bool Display::hasDisplay (const char* name) in hasDisplay() function in tcu::lnx::wayland::Display
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiFullScreenExclusiveTests.cpp | 213 platform.hasDisplay(wsiType)) in createDisplay()
|
D | vktWsiColorSpaceTests.cpp | 236 platform.hasDisplay(wsiType)) in createDisplay()
|
D | vktWsiDisplayControlTests.cpp | 153 if (platform.hasDisplay(wsiType)) in createTestDevice()
|
D | vktWsiSharedPresentableImageTests.cpp | 174 platform.hasDisplay(wsiType)) in createDisplay()
|
D | vktWsiIncrementalPresentTests.cpp | 167 platform.hasDisplay(wsiType)) in createDisplay()
|
D | vktWsiDisplayTimingTests.cpp | 165 platform.hasDisplay(wsiType)) in createDisplay()
|
D | vktWsiSurfaceTests.cpp | 235 platform.hasDisplay(wsiType)) in createDisplay()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWsiSwapchainTests.cpp | 130 platform.hasDisplay(wsiType)) in createDisplay()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 1928 platform.hasDisplay(wsiType)) in createDisplay()
|