HomeSort by relevance Sort by last modified time
    Searched defs:getVulkanPlatform (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/platform/null/
tcuNullPlatform.hpp 45 virtual const vk::Platform& getVulkanPlatform (void) const { return static_cast<const vk::Platform&>(*this); }
  /external/deqp/framework/common/
tcuPlatform.cpp 52 const vk::Platform& Platform::getVulkanPlatform (void) const
  /external/deqp/framework/platform/win32/
tcuWin32Platform.hpp 50 const vk::Platform& getVulkanPlatform (void) const { return m_vulkanPlatform; }
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.hpp 49 virtual const vk::Platform& getVulkanPlatform (void) const { return static_cast<const vk::Platform&>(*this); }
  /external/deqp/framework/platform/lnx/
tcuLnxPlatform.cpp 60 const vk::Platform& getVulkanPlatform (void) const { return m_vkPlatform; }

Completed in 261 milliseconds