Home
last modified time | relevance | path

Searched defs:getVulkanPlatform (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/platform/null/
DtcuNullPlatform.hpp45 …virtual const vk::Platform& getVulkanPlatform (void) const { return static_cast<const vk::Platfor… in getVulkanPlatform() function in tcu::null::Platform
/external/deqp/framework/platform/win32/
DtcuWin32Platform.hpp50 const vk::Platform& getVulkanPlatform (void) const { return m_vulkanPlatform; } in getVulkanPlatform() function in tcu::win32::Platform
/external/deqp/framework/common/
DtcuPlatform.cpp52 const vk::Platform& Platform::getVulkanPlatform (void) const in getVulkanPlatform() function in tcu::Platform
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.hpp49 …virtual const vk::Platform& getVulkanPlatform (void) const { return static_cast<const vk::Platfor… in getVulkanPlatform() function in tcu::Android::Platform
/external/deqp/framework/platform/lnx/
DtcuLnxPlatform.cpp64 const vk::Platform& getVulkanPlatform (void) const { return m_vkPlatform; } in getVulkanPlatform() function in tcu::lnx::LinuxPlatform
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp107 const vk::Platform& getVulkanPlatform (void) const { return m_vkPlatform; } in getVulkanPlatform() function in tcu::OSXPlatform
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp192 const vk::Platform& getVulkanPlatform (void) const { return m_vkPlatform; } in getVulkanPlatform() function in tcu::surfaceless::Platform