Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkDeviceMemory.cpp100 uint64_t getMemoryObjectId() const override in getMemoryObjectId() function in vk::DeviceMemoryHostExternalBase
310 …IMPORT_EXT : VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_FREE_EXT, external->getMemoryObjectId(), 0 /* size… in destroy()
346 …RT_EXT : VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_ALLOCATE_EXT, external->getMemoryObjectId(), size, VK_… in allocate()
DVkDeviceMemoryExternalBase.hpp60 virtual uint64_t getMemoryObjectId() const in getMemoryObjectId() function in vk::DeviceMemory::ExternalBase
DVkDeviceMemoryExternalAndroid.hpp79 uint64_t getMemoryObjectId() const override;
DVkDeviceMemoryExternalAndroid.cpp537 uint64_t AHardwareBufferExternalMemory::getMemoryObjectId() const in getMemoryObjectId() function in AHardwareBufferExternalMemory