Lines Matching refs:fBackendContext
368 fVk##name = reinterpret_cast<PFN_vk##name>(getProc("vk" #name, fBackendContext.fInstance,\
406 fBackendContext.fMemoryAllocator.reset(); in cleanup()
414 fDestroyDebugCallback(fBackendContext.fInstance, fDebugCallback, nullptr); in cleanup()
417 if (fBackendContext.fInstance != VK_NULL_HANDLE) { in cleanup()
418 fVkDestroyInstance(fBackendContext.fInstance, nullptr); in cleanup()
419 fBackendContext.fInstance = VK_NULL_HANDLE; in cleanup()
494 GrVkBackendContext fBackendContext; member in VulkanTestHelper
518 fBackendContext.fInstance = VK_NULL_HANDLE; in init()
519 fBackendContext.fDevice = VK_NULL_HANDLE; in init()
521 if (!sk_gpu_test::CreateVkBackendContext(getProc, &fBackendContext, fExtensions, in init()
525 fDevice = fBackendContext.fDevice; in init()
529 fBackendContext.fInstance, "vkDestroyDebugReportCallbackEXT"); in init()
569 fGrContext = GrContext::MakeVulkan(fBackendContext); in init()
614 err = fVkGetPhysicalDeviceImageFormatProperties2(fBackendContext.fPhysicalDevice, in checkOptimalHardwareBuffer()
738 fVkGetPhysicalDeviceMemoryProperties2(fBackendContext.fPhysicalDevice, &phyDevMemProps); in importHardwareBuffer()
860 fVkGetPhysicalDeviceExternalSemaphoreProperties(fBackendContext.fPhysicalDevice, &exSemInfo, in setupSemaphoreForSignaling()