Lines Matching refs:backendContext
64 GrVkBackendContext backendContext; in initializeContext() local
67 if (!sk_gpu_test::CreateVkBackendContext(getProc, &backendContext, &extensions, &features, in initializeContext()
79 fInstance = backendContext.fInstance; in initializeContext()
80 fPhysicalDevice = backendContext.fPhysicalDevice; in initializeContext()
81 fDevice = backendContext.fDevice; in initializeContext()
82 fGraphicsQueueIndex = backendContext.fGraphicsQueueIndex; in initializeContext()
83 fGraphicsQueue = backendContext.fQueue; in initializeContext()
87 backendContext.fGetProc("vkGetPhysicalDeviceProperties", in initializeContext()
88 backendContext.fInstance, in initializeContext()
95 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in initializeContext()
98 fInterface.reset(new GrVkInterface(backendContext.fGetProc, fInstance, fDevice, in initializeContext()
99 backendContext.fInstanceVersion, physDevVersion, in initializeContext()
121 fContext = GrDirectContext::MakeVulkan(backendContext, fDisplayParams.fGrContextOptions); in initializeContext()