Lines Matching refs:fBackendContext
368 fVk##name = reinterpret_cast<PFN_vk##name>(getProc("vk" #name, fBackendContext.fInstance,\
409 fBackendContext.fMemoryAllocator.reset(); in cleanup()
417 fDestroyDebugCallback(fBackendContext.fInstance, fDebugCallback, nullptr); in cleanup()
420 if (fBackendContext.fInstance != VK_NULL_HANDLE) { in cleanup()
421 fVkDestroyInstance(fBackendContext.fInstance, nullptr); in cleanup()
422 fBackendContext.fInstance = VK_NULL_HANDLE; in cleanup()
500 GrVkBackendContext fBackendContext; member in VulkanTestHelper
524 fBackendContext.fInstance = VK_NULL_HANDLE; in init()
525 fBackendContext.fDevice = VK_NULL_HANDLE; in init()
527 if (!sk_gpu_test::CreateVkBackendContext(getProc, &fBackendContext, fExtensions, in init()
531 fDevice = fBackendContext.fDevice; in init()
535 fBackendContext.fInstance, "vkDestroyDebugReportCallbackEXT"); in init()
575 fGrContext = GrContext::MakeVulkan(fBackendContext); in init()
620 err = fVkGetPhysicalDeviceImageFormatProperties2(fBackendContext.fPhysicalDevice, in checkOptimalHardwareBuffer()
726 fVkGetPhysicalDeviceMemoryProperties2(fBackendContext.fPhysicalDevice, &phyDevMemProps); in importHardwareBuffer()
848 fVkGetPhysicalDeviceExternalSemaphoreProperties(fBackendContext.fPhysicalDevice, &exSemInfo, in setupSemaphoreForSignaling()