Lines Matching refs:backendContext
63 GrVkBackendContext backendContext; in initializeContext() local
66 if (!sk_gpu_test::CreateVkBackendContext(getProc, &backendContext, &extensions, &features, in initializeContext()
78 fInstance = backendContext.fInstance; in initializeContext()
79 fPhysicalDevice = backendContext.fPhysicalDevice; in initializeContext()
80 fDevice = backendContext.fDevice; in initializeContext()
81 fGraphicsQueueIndex = backendContext.fGraphicsQueueIndex; in initializeContext()
82 fGraphicsQueue = backendContext.fQueue; in initializeContext()
86 backendContext.fGetProc("vkGetPhysicalDeviceProperties", in initializeContext()
87 backendContext.fInstance, in initializeContext()
94 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in initializeContext()
97 fInterface.reset(new GrVkInterface(backendContext.fGetProc, fInstance, fDevice, in initializeContext()
98 backendContext.fInstanceVersion, physDevVersion, in initializeContext()
120 fContext = GrContext::MakeVulkan(backendContext, fDisplayParams.fGrContextOptions); in initializeContext()