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

  /external/skia/tools/sk_app/
VulkanWindowContext.cpp 67 &fDebugCallback, &fPresentQueueIndex, fCanPresentFn)) {
130 VkResult res = fGetPhysicalDeviceSurfaceSupportKHR(fPhysicalDevice, fPresentQueueIndex,
145 fGetDeviceQueue(fDevice, fPresentQueueIndex, 0, &fPresentQueue);
284 uint32_t queueFamilies[] = { fGraphicsQueueIndex, fPresentQueueIndex };
285 if (fGraphicsQueueIndex != fPresentQueueIndex) {
339 info.fCurrentQueueFamily = fPresentQueueIndex;
VulkanWindowContext.h 106 uint32_t fPresentQueueIndex;
  /external/skqp/tools/sk_app/
VulkanWindowContext.cpp 67 &fDebugCallback, &fPresentQueueIndex, fCanPresentFn)) {
130 VkResult res = fGetPhysicalDeviceSurfaceSupportKHR(fPhysicalDevice, fPresentQueueIndex,
145 fGetDeviceQueue(fDevice, fPresentQueueIndex, 0, &fPresentQueue);
284 uint32_t queueFamilies[] = { fGraphicsQueueIndex, fPresentQueueIndex };
285 if (fGraphicsQueueIndex != fPresentQueueIndex) {
562 fPresentQueueIndex, // srcQueueFamilyIndex
637 fPresentQueueIndex, // dstQueueFamilyIndex
VulkanWindowContext.h 109 uint32_t fPresentQueueIndex;

Completed in 811 milliseconds