Home
last modified time | relevance | path

Searched refs:fPresentQueueIndex (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/sk_app/
DVulkanWindowContext.cpp67 &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()
DVulkanWindowContext.h106 uint32_t fPresentQueueIndex; variable
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp67 &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()
DVulkanWindowContext.h109 uint32_t fPresentQueueIndex; variable