Home
last modified time | relevance | path

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

/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp324 fDestroySwapchainKHR(fDevice, swapchainCreateInfo.oldSwapchain, nullptr); in createSwapchain()
333 fDestroySwapchainKHR(fDevice, swapchainCreateInfo.oldSwapchain, nullptr); in createSwapchain()
442 fDestroySwapchainKHR(fDevice, fSwapchain, nullptr); in destroyContext()
DVulkanWindowContext.h88 PFN_vkDestroySwapchainKHR fDestroySwapchainKHR = nullptr; variable