HomeSort by relevance Sort by last modified time
    Searched refs:PlatformDriver (Results 1 - 8 of 8) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatformDriverImpl.inl 5 VkResult PlatformDriver::createInstance (const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstance) const
10 PFN_vkVoidFunction PlatformDriver::getInstanceProcAddr (VkInstance instance, const char* pName) const
15 VkResult PlatformDriver::enumerateInstanceExtensionProperties (const char* pLayerName, deUint32* pPropertyCount, VkExtensionProperties* pProperties) const
20 VkResult PlatformDriver::enumerateInstanceLayerProperties (deUint32* pPropertyCount, VkLayerProperties* pProperties) const
vkPlatform.cpp 30 PlatformDriver::PlatformDriver (const tcu::FunctionLibrary& library)
39 PlatformDriver::~PlatformDriver (void)
vkPlatform.hpp 47 class PlatformDriver : public PlatformInterface
50 PlatformDriver (const tcu::FunctionLibrary& library);
51 ~PlatformDriver (void);
vkNullDriver.cpp     [all...]
  /external/deqp/framework/platform/wayland/
tcuWaylandVulkanPlatform.cpp 97 const vk::PlatformDriver m_driver;
  /external/deqp/framework/platform/X11/
tcuX11VulkanPlatform.cpp 144 const vk::PlatformDriver m_driver;
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp 103 const vk::PlatformDriver m_driver;
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 206 const vk::PlatformDriver m_driver;

Completed in 76 milliseconds