Lines Matching refs:fBackendContext
32 fVk##name = reinterpret_cast<PFN_vk##name>(getProc("vk" #name, fBackendContext.fInstance,\
84 GrVkBackendContext fBackendContext; member in VkYcbcrSamplerTestHelper
104 fBackendContext.fMemoryAllocator.reset(); in ~VkYcbcrSamplerTestHelper()
111 fDestroyDebugCallback(fBackendContext.fInstance, fDebugCallback, nullptr); in ~VkYcbcrSamplerTestHelper()
113 if (fBackendContext.fInstance != VK_NULL_HANDLE) { in ~VkYcbcrSamplerTestHelper()
114 fVkDestroyInstance(fBackendContext.fInstance, nullptr); in ~VkYcbcrSamplerTestHelper()
115 fBackendContext.fInstance = VK_NULL_HANDLE; in ~VkYcbcrSamplerTestHelper()
139 fBackendContext.fInstance = VK_NULL_HANDLE; in init()
140 fBackendContext.fDevice = VK_NULL_HANDLE; in init()
142 if (!sk_gpu_test::CreateVkBackendContext(getProc, &fBackendContext, &fExtensions, &fFeatures, in init()
147 fDevice = fBackendContext.fDevice; in init()
151 instProc(fBackendContext.fInstance, "vkDestroyDebugReportCallbackEXT")); in init()
186 fGrContext = GrContext::MakeVulkan(fBackendContext); in init()
197 fVkGetPhysicalDeviceFormatProperties(fBackendContext.fPhysicalDevice, in createI420Image()
230 fVkGetPhysicalDeviceMemoryProperties(fBackendContext.fPhysicalDevice, &phyDevMemProps); in createI420Image()