HomeSort by relevance Sort by last modified time
    Searched refs:AllocationCallbacks (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.hpp 40 class AllocationCallbacks
43 AllocationCallbacks (void);
44 virtual ~AllocationCallbacks (void);
116 class ChainedAllocator : public AllocationCallbacks
vkAllocationCallbackUtil.cpp 78 // AllocationCallbacks
82 return reinterpret_cast<AllocationCallbacks*>(pUserData)->allocate(size, alignment, allocationScope);
87 return reinterpret_cast<AllocationCallbacks*>(pUserData)->reallocate(pOriginal, size, alignment, allocationScope);
92 reinterpret_cast<AllocationCallbacks*>(pUserData)->free(pMem);
97 reinterpret_cast<AllocationCallbacks*>(pUserData)->notifyInternalAllocation(size, allocationType, allocationScope);
102 reinterpret_cast<AllocationCallbacks*>(pUserData)->notifyInternalFree(size, allocationType, allocationScope);
105 static VkAllocationCallbacks makeCallbacks (AllocationCallbacks* object)
119 AllocationCallbacks::AllocationCallbacks (void)
124 AllocationCallbacks::~AllocationCallbacks (void
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]

Completed in 63 milliseconds