Searched refs:backendContext (Results 1 – 1 of 1) sorted by relevance
366 GrVkBackendContext backendContext; in createContext() local367 backendContext.fInstance = mInstance; in createContext()368 backendContext.fPhysicalDevice = mPhysicalDevice; in createContext()369 backendContext.fDevice = mDevice; in createContext()370 backendContext.fQueue = mGraphicsQueue; in createContext()371 backendContext.fGraphicsQueueIndex = mGraphicsQueueIndex; in createContext()372 backendContext.fMaxAPIVersion = mAPIVersion; in createContext()373 backendContext.fVkExtensions = &mExtensions; in createContext()374 backendContext.fDeviceFeatures2 = &mPhysicalDeviceFeatures2; in createContext()375 backendContext.fGetProc = sSkiaGetProp; in createContext()[all …]