Home
last modified time | relevance | path

Searched refs:setQueueFamilyIndices (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DSwapChainStateVk.cpp43 setQueueFamilyIndices(std::vector<uint32_t>( in SwapchainCreateInfoWrapper()
47 setQueueFamilyIndices({}); in SwapchainCreateInfoWrapper()
57 setQueueFamilyIndices(other.mQueueFamilyIndices); in SwapchainCreateInfoWrapper()
67 void SwapchainCreateInfoWrapper::setQueueFamilyIndices( in setQueueFamilyIndices() function in gfxstream::vk::SwapchainCreateInfoWrapper
289 swapChainCi.setQueueFamilyIndices({}); in createSwapChainCi()
292 swapChainCi.setQueueFamilyIndices( in createSwapChainCi()
DSwapChainStateVk.h27 void setQueueFamilyIndices(const std::vector<uint32_t>& queueFamilyIndices);