Home
last modified time | relevance | path

Searched refs:hasDisplay (Results 1 – 24 of 24) sorted by relevance

/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp235 bool VulkanPlatform::hasDisplay (vk::wsi::Type wsiType) const in hasDisplay() function in tcu::lnx::VulkanPlatform
241 return x11::XlibDisplay::hasDisplay(X11_DISPLAY); in hasDisplay()
245 return x11::XcbDisplay::hasDisplay(X11_DISPLAY); in hasDisplay()
249 return wayland::Display::hasDisplay(WAYLAND_DISPLAY); in hasDisplay()
DtcuLnxVulkanPlatform.hpp42 bool hasDisplay (vk::wsi::Type wsiType) const;
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.hpp41 bool hasDisplay (vk::wsi::Type wsiType) const;
DtcuOSXVulkanPlatform.cpp111 bool VulkanPlatform::hasDisplay (vk::wsi::Type wsiType) const in hasDisplay() function in tcu::osx::VulkanPlatform
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.hpp43 bool hasDisplay (vk::wsi::Type wsiType) const;
DtcuWin32VulkanPlatform.cpp297 bool VulkanPlatform::hasDisplay (vk::wsi::Type wsiType) const in hasDisplay() function in tcu::win32::VulkanPlatform
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11Xcb.hpp46 static bool hasDisplay (const char* name);
DtcuLnxX11.hpp100 static bool hasDisplay (const char* name);
DtcuLnxX11Xcb.cpp36 bool XcbDisplay::hasDisplay (const char* name) in hasDisplay() function in tcu::lnx::x11::XcbDisplay
DtcuLnxX11.cpp57 bool XlibDisplay::hasDisplay (const char* name) in hasDisplay() function in tcu::lnx::x11::XlibDisplay
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.hpp58 bool hasDisplay (vk::wsi::Type wsiType) const;
DtcuAndroidPlatform.cpp354 bool Platform::hasDisplay (vk::wsi::Type wsiType) const in hasDisplay() function in tcu::Android::Platform
/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.cpp81 bool Platform::hasDisplay (wsi::Type) const in hasDisplay() function in vk::Platform
DvkPlatform.hpp144 virtual bool hasDisplay (wsi::Type wsiType) const;
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.hpp54 static bool hasDisplay (const char* name);
DtcuLnxWayland.cpp73 bool Display::hasDisplay (const char* name) in hasDisplay() function in tcu::lnx::wayland::Display
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiColorSpaceTests.cpp265 platform.hasDisplay(wsiType)) in createDisplay()
DvktWsiSharedPresentableImageTests.cpp204 platform.hasDisplay(wsiType)) in createDisplay()
DvktWsiDisplayTimingTests.cpp196 platform.hasDisplay(wsiType)) in createDisplay()
DvktWsiIncrementalPresentTests.cpp198 platform.hasDisplay(wsiType)) in createDisplay()
DvktWsiSwapchainTests.cpp262 platform.hasDisplay(wsiType)) in createDisplay()
DvktWsiSurfaceTests.cpp242 platform.hasDisplay(wsiType)) in createDisplay()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp130 platform.hasDisplay(wsiType)) in createDisplay()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp2017 platform.hasDisplay(wsiType)) in createDisplay()