Lines Matching refs:DeviceMemory
24 class DeviceMemory::ExternalBase
94 class DeviceMemoryHostExternalBase : public DeviceMemory::ExternalBase
134 class ExternalMemoryHost : public vk::DeviceMemory::ExternalBase
246 DeviceMemory::DeviceMemory(const VkMemoryAllocateInfo *pAllocateInfo, void *mem) in DeviceMemory() function in vk::DeviceMemory
258 void DeviceMemory::destroy(const VkAllocationCallbacks *pAllocator) in destroy()
269 size_t DeviceMemory::ComputeRequiredAllocationSize(const VkMemoryAllocateInfo *pAllocateInfo) in ComputeRequiredAllocationSize()
276 VkResult DeviceMemory::allocate() in allocate()
291 VkResult DeviceMemory::map(VkDeviceSize pOffset, VkDeviceSize pSize, void **ppData) in map()
298 VkDeviceSize DeviceMemory::getCommittedMemoryInBytes() const in getCommittedMemoryInBytes()
303 void *DeviceMemory::getOffsetPointer(VkDeviceSize pOffset) const in getOffsetPointer()
310 bool DeviceMemory::checkExternalMemoryHandleType( in checkExternalMemoryHandleType()
333 VkResult DeviceMemory::exportFd(int *pFd) const in exportFd()
340 VkResult DeviceMemory::exportAhb(struct AHardwareBuffer **pAhb) const in exportAhb()
345 VkResult DeviceMemory::getAhbProperties(const struct AHardwareBuffer *buffer, VkAndroidHardwareBuff… in getAhbProperties()