Searched refs:backendContext (Results 1 – 1 of 1) sorted by relevance
388 GrVkBackendContext backendContext; in createContext() local389 backendContext.fInstance = mInstance; in createContext()390 backendContext.fPhysicalDevice = mPhysicalDevice; in createContext()391 backendContext.fDevice = mDevice; in createContext()392 backendContext.fQueue = mGraphicsQueue; in createContext()393 backendContext.fGraphicsQueueIndex = mGraphicsQueueIndex; in createContext()394 backendContext.fMaxAPIVersion = mAPIVersion; in createContext()395 backendContext.fVkExtensions = &mExtensions; in createContext()396 backendContext.fDeviceFeatures2 = &mPhysicalDeviceFeatures2; in createContext()397 backendContext.fGetProc = std::move(getProc); in createContext()[all …]