Home
last modified time | relevance | path

Searched refs:getSystemAllocator (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp176 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in test()
213 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in test()
258 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in test()
DvktApiObjectManagementTests.cpp350 AllocationCallbackRecorder allocRecorder (getSystemAllocator()); in computeSystemMemoryUsage()
2491 AllocationCallbackRecorder resCallbacks (getSystemAllocator(), 128); in createSingleAllocCallbacksTest()
2510 AllocationCallbackRecorder objCallbacks(getSystemAllocator(), 128); in createSingleAllocCallbacksTest()
2547 AllocationCallbackRecorder resCallbacks (getSystemAllocator(), 128); in allocCallbackFailTest()
2568 DeterministicFailAllocator objAllocator(getSystemAllocator(), in allocCallbackFailTest()
2659 …DeterministicFailAllocator objAllocator(getSystemAllocator(), DeterministicFailAllocator::MODE_D… in allocCallbackFailMultipleObjectsTest()
DvktApiCommandBuffersTests.cpp355 const VkAllocationCallbacks* allocationCallbacks = getSystemAllocator(); in createPoolNonNullAllocatorTest()
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp234 const VkAllocationCallbacks* getSystemAllocator (void);
DvkAllocationCallbackUtil.cpp73 const VkAllocationCallbacks* getSystemAllocator (void) in getSystemAllocator() function
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp292 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in createSurfaceCustomAllocatorTest()
327 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in createSurfaceSimulateOOMTest()
1228 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in destroyNullHandleSurfaceTest()
DvktWsiSwapchainTests.cpp639 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in createSwapchainSimulateOOMTest()
1518 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in destroyNullHandleSwapchainTest()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp428 AllocationCallbackRecorder callbackRecorder (getSystemAllocator()); in iterate()
DvktMemoryMappingTests.cpp282 AllocationCallbackRecorder callbackRecorder (getSystemAllocator()); in computeDeviceMemorySystemMemFootprint()