Lines Matching refs:DeviceMemory
406 class DeviceMemory
409 virtual ~DeviceMemory (void) {}
414 class PrivateDeviceMemory : public DeviceMemory
515 class ExternalDeviceMemoryAndroid : public DeviceMemory
1261 VK_NULL_RETURN((*pMemory = allocateNonDispHandle<ExternalDeviceMemoryAndroid, DeviceMemory, VkDeviceMemory>(device, pAllocateInfo, pAllocator)));
1268 VK_NULL_RETURN((*pMemory = allocateNonDispHandle<PrivateDeviceMemory, DeviceMemory, VkDeviceMemory>(device, pAllocateInfo, pAllocator)));
1271 VK_NULL_RETURN((*pMemory = allocateNonDispHandle<PrivateDeviceMemory, DeviceMemory, VkDeviceMemory>(device, pAllocateInfo, pAllocator)));
1277 DeviceMemory* const memory = reinterpret_cast<DeviceMemory*>(memHandle.getInternal());
1289 DeviceMemory* const memory = reinterpret_cast<DeviceMemory*>(memHandle.getInternal());
1303 DeviceMemory* const memory = reinterpret_cast<ExternalDeviceMemoryAndroid*>(pInfo->memory.getInternal());