Lines Matching refs:fVk
77 return GrDirectContext::MakeVulkan(fVk, options);
83 reinterpret_cast<PFN_vk##name>(fVk.fGetProc("vk" #name, inst, nullptr)); \
93 fVk.fMemoryAllocator.reset();
95 ACQUIRE_VK_PROC_LOCAL(DeviceWaitIdle, fVk.fInstance);
96 ACQUIRE_VK_PROC_LOCAL(DestroyDevice, fVk.fInstance);
97 ACQUIRE_VK_PROC_LOCAL(DestroyInstance, fVk.fInstance);
98 grVkDeviceWaitIdle(fVk.fDevice);
99 grVkDestroyDevice(fVk.fDevice, nullptr);
102 fDestroyDebugReportCallbackEXT(fVk.fInstance, fDebugCallback, nullptr);
105 grVkDestroyInstance(fVk.fInstance, nullptr);