Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DMemoryTracking.cpp22 constexpr bool kTrackMemoryAllocationDebug = true; variable
27 constexpr bool kTrackMemoryAllocationDebug = false; variable
220 if (kTrackMemoryAllocationDebug) in onDestroy()
228 if (kTrackMemoryAllocationDebug) in onDeviceInit()
248 if (kTrackMemoryAllocationDebug) in onMemoryAllocImpl()
307 if (kTrackMemoryAllocationDebug) in onMemoryDeallocImpl()
421 if (!kTrackMemoryAllocationDebug) in compareExpectedFlagsWithAllocatedFlags()