Home
last modified time | relevance | path

Searched refs:createSharedSwapchainsKHR (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl129 CreateSharedSwapchainsKHRFunc createSharedSwapchainsKHR; variable
DvkRefUtil.inl26 Move<VkSwapchainKHR> createSharedSwapchainsKHR (const DeviceInterface& vk, VkDevice device, de…
DvkRefUtilImpl.inl295 Move<VkSwapchainKHR> createSharedSwapchainsKHR (const DeviceInterface& vk, VkDevice device, deUint3… function
298 VK_CHECK(vk.createSharedSwapchainsKHR(device, swapchainCount, pCreateInfos, pAllocator, &object));
DvkInitDeviceFunctionPointers.inl129 m_vk.createSharedSwapchainsKHR = (CreateSharedSwapchainsKHRFunc) GET_PROC_ADDR("vkCreateShare…
DvkDeviceDriverImpl.inl630 VkResult DeviceDriver::createSharedSwapchainsKHR (VkDevice device, deUint32 swapchainCount, const V… function in DeviceDriver
632 …return m_vk.createSharedSwapchainsKHR(device, swapchainCount, pCreateInfos, pAllocator, pSwapchain…
DvkVirtualDeviceInterface.inl129 virtual VkResult createSharedSwapchainsKHR (VkDevice device, deUint32 swapchainCount, const VkSw…
DvkConcreteDeviceInterface.inl129 virtual VkResult createSharedSwapchainsKHR (VkDevice device, deUint32 swapchainCount, const VkSw…
DvkNullDriver.cpp1078 VKAPI_ATTR VkResult VKAPI_CALL createSharedSwapchainsKHR (VkDevice device, deUint32 swapchainCount,… in createSharedSwapchainsKHR() function
DvkNullDriverImpl.inl1566 VK_NULL_FUNC_ENTRY(vkCreateSharedSwapchainsKHR, createSharedSwapchainsKHR),
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp17001 …Result createSharedSwapchainsKHR( uint32_t swapchainCount, const SwapchainCreateInfoKHR* pCreateIn… in createSharedSwapchainsKHR() function in vk::Device
17008 …typename ResultValueType<std::vector<SwapchainKHR,Allocator>>::type createSharedSwapchainsKHR( Arr… in createSharedSwapchainsKHR() function in vk::Device