Searched refs:fPresentQueueIndex (Results 1 – 4 of 4) sorted by relevance
/external/skia/tools/sk_app/ |
D | VulkanWindowContext.cpp | 67 &fDebugCallback, &fPresentQueueIndex, fCanPresentFn)) { in initializeContext() 130 VkResult res = fGetPhysicalDeviceSurfaceSupportKHR(fPhysicalDevice, fPresentQueueIndex, in initializeContext() 145 fGetDeviceQueue(fDevice, fPresentQueueIndex, 0, &fPresentQueue); in initializeContext() 284 uint32_t queueFamilies[] = { fGraphicsQueueIndex, fPresentQueueIndex }; in createSwapchain() 285 if (fGraphicsQueueIndex != fPresentQueueIndex) { in createSwapchain() 339 info.fCurrentQueueFamily = fPresentQueueIndex; in createBuffers()
|
D | VulkanWindowContext.h | 106 uint32_t fPresentQueueIndex; variable
|
/external/skqp/tools/sk_app/ |
D | VulkanWindowContext.cpp | 67 &fDebugCallback, &fPresentQueueIndex, fCanPresentFn)) { in initializeContext() 130 VkResult res = fGetPhysicalDeviceSurfaceSupportKHR(fPhysicalDevice, fPresentQueueIndex, in initializeContext() 145 fGetDeviceQueue(fDevice, fPresentQueueIndex, 0, &fPresentQueue); in initializeContext() 284 uint32_t queueFamilies[] = { fGraphicsQueueIndex, fPresentQueueIndex }; in createSwapchain() 285 if (fGraphicsQueueIndex != fPresentQueueIndex) { in createSwapchain() 562 fPresentQueueIndex, // srcQueueFamilyIndex in getBackbufferSurface() 637 fPresentQueueIndex, // dstQueueFamilyIndex in swapBuffers()
|
D | VulkanWindowContext.h | 109 uint32_t fPresentQueueIndex; variable
|