Move createStorageInfoFromProperties method to MemoryManager class

Change-Id: I09bbc19aeb377d8fabfe144920c6377cf68066d2
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2019-05-06 10:35:49 +02:00
parent f153fca90a
commit 42e255969a
5 changed files with 5 additions and 4 deletions

View File

@ -35,6 +35,7 @@ class MockMemoryManager : public MemoryManagerCreate<OsAgnosticMemoryManager> {
using MemoryManager::AllocationData;
using MemoryManager::allocator32Bit;
using MemoryManager::createGraphicsAllocation;
using MemoryManager::createStorageInfoFromProperties;
using MemoryManager::getAllocationData;
using MemoryManager::multiContextResourceDestructor;
using MemoryManager::registeredEngines;