Home
last modified time | relevance | path

Searched refs:DeviceContextPtr (Results 1 – 1 of 1) sorted by relevance

/hardware/google/aemu/host-common/
Daddress_space_device.cpp360 typedef std::unique_ptr<AddressSpaceDeviceContext> DeviceContextPtr; in buildAddressSpaceDeviceContext() typedef
365 return DeviceContextPtr(new asg::AddressSpaceGraphicsContext(create)); in buildAddressSpaceDeviceContext()
369 return DeviceContextPtr( in buildAddressSpaceDeviceContext()
379 return DeviceContextPtr(new AddressSpaceHostMemoryAllocatorContext( in buildAddressSpaceDeviceContext()
383 return DeviceContextPtr(new AddressSpaceSharedSlotsHostMemoryAllocatorContext( in buildAddressSpaceDeviceContext()
389 return DeviceContextPtr(new asg::AddressSpaceGraphicsContext(create)); in buildAddressSpaceDeviceContext()