Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp119 ChainedAllocator (const VkAllocationCallbacks* nextAllocator);
DvkAllocationCallbackUtil.cpp193 ChainedAllocator::ChainedAllocator (const VkAllocationCallbacks* nextAllocator) in ChainedAllocator() argument
194 : m_nextAllocator(nextAllocator) in ChainedAllocator()