Searched refs:notifyInternalFree (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.hpp | 51 …virtual void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSyst… 127 …void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllo… 144 …void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAlloc…
|
D | vkAllocationCallbackUtil.cpp | 102 …reinterpret_cast<AllocationCallbacks*>(pUserData)->notifyInternalFree(size, allocationType, alloca… in internalFreeNotificationCallback() 222 void ChainedAllocator::notifyInternalFree (size_t size, VkInternalAllocationType allocationType, Vk… in notifyInternalFree() function in vk::ChainedAllocator 271 void AllocationCallbackRecorder::notifyInternalFree (size_t size, VkInternalAllocationType allocati… in notifyInternalFree() function in vk::AllocationCallbackRecorder 273 ChainedAllocator::notifyInternalFree(size, allocationType, allocationScope); in notifyInternalFree()
|