Searched refs:AllocationCallbacks (Results 1 – 4 of 4) sorted by relevance
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 2376 struct AllocationCallbacks; 2382 …ObjectDestroy( OwnerType owner = OwnerType(), Optional<const AllocationCallbacks> allocationCallba… in ObjectDestroy() 2389 Optional<const AllocationCallbacks> getAllocator() const { return m_allocationCallbacks; } in getAllocator() 2400 Optional<const AllocationCallbacks> m_allocationCallbacks; 2410 …ObjectDestroy( Optional<const AllocationCallbacks> allocationCallbacks = nullptr, Dispatch const &… in ObjectDestroy() 2415 Optional<const AllocationCallbacks> getAllocator() const { return m_allocationCallbacks; } in getAllocator() 2425 Optional<const AllocationCallbacks> m_allocationCallbacks; 2433 …ObjectFree( OwnerType owner = OwnerType(), Optional<const AllocationCallbacks> allocationCallbacks… in ObjectFree() 2440 Optional<const AllocationCallbacks> getAllocator() const { return m_allocationCallbacks; } in getAllocator() 2451 Optional<const AllocationCallbacks> m_allocationCallbacks; [all …]
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 2511 struct AllocationCallbacks; 2517 …ObjectDestroy( OwnerType owner = OwnerType(), Optional<const AllocationCallbacks> allocationCallba… in ObjectDestroy() 2524 Optional<const AllocationCallbacks> getAllocator() const { return m_allocationCallbacks; } in getAllocator() 2535 Optional<const AllocationCallbacks> m_allocationCallbacks; 2545 …ObjectDestroy( Optional<const AllocationCallbacks> allocationCallbacks = nullptr, Dispatch const &… in ObjectDestroy() 2550 Optional<const AllocationCallbacks> getAllocator() const { return m_allocationCallbacks; } in getAllocator() 2560 Optional<const AllocationCallbacks> m_allocationCallbacks; 2568 …ObjectFree( OwnerType owner = OwnerType(), Optional<const AllocationCallbacks> allocationCallbacks… in ObjectFree() 2575 Optional<const AllocationCallbacks> getAllocator() const { return m_allocationCallbacks; } in getAllocator() 2586 Optional<const AllocationCallbacks> m_allocationCallbacks; [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.hpp | 40 class AllocationCallbacks class 43 AllocationCallbacks (void); 44 virtual ~AllocationCallbacks (void); 116 class ChainedAllocator : public AllocationCallbacks
|
D | vkAllocationCallbackUtil.cpp | 82 …return reinterpret_cast<AllocationCallbacks*>(pUserData)->allocate(size, alignment, allocationScop… in allocationCallback() 87 …return reinterpret_cast<AllocationCallbacks*>(pUserData)->reallocate(pOriginal, size, alignment, a… in reallocationCallback() 92 reinterpret_cast<AllocationCallbacks*>(pUserData)->free(pMem); in freeCallback() 97 …reinterpret_cast<AllocationCallbacks*>(pUserData)->notifyInternalAllocation(size, allocationType, … in internalAllocationNotificationCallback() 102 …reinterpret_cast<AllocationCallbacks*>(pUserData)->notifyInternalFree(size, allocationType, alloca… in internalFreeNotificationCallback() 105 static VkAllocationCallbacks makeCallbacks (AllocationCallbacks* object) in makeCallbacks() 119 AllocationCallbacks::AllocationCallbacks (void) in AllocationCallbacks() function in vk::AllocationCallbacks 124 AllocationCallbacks::~AllocationCallbacks (void) in ~AllocationCallbacks()
|