Lines Matching refs:fBackendContext
370 fVk##name = reinterpret_cast<PFN_vk##name>(getProc("vk" #name, fBackendContext.fInstance,\
414 fBackendContext.fMemoryAllocator.reset();
422 fDestroyDebugCallback(fBackendContext.fInstance, fDebugCallback, nullptr);
425 if (fBackendContext.fInstance != VK_NULL_HANDLE) {
426 fVkDestroyInstance(fBackendContext.fInstance, nullptr);
427 fBackendContext.fInstance = VK_NULL_HANDLE;
505 GrVkBackendContext fBackendContext;
529 fBackendContext.fInstance = VK_NULL_HANDLE;
530 fBackendContext.fDevice = VK_NULL_HANDLE;
532 if (!sk_gpu_test::CreateVkBackendContext(getProc, &fBackendContext, fExtensions,
536 fDevice = fBackendContext.fDevice;
540 fBackendContext.fInstance, "vkDestroyDebugReportCallbackEXT");
580 fDirectContext = GrDirectContext::MakeVulkan(fBackendContext);
625 err = fVkGetPhysicalDeviceImageFormatProperties2(fBackendContext.fPhysicalDevice,
731 fVkGetPhysicalDeviceMemoryProperties2(fBackendContext.fPhysicalDevice, &phyDevMemProps);
864 fVkGetPhysicalDeviceExternalSemaphoreProperties(fBackendContext.fPhysicalDevice, &exSemInfo,