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