• Home
  • Raw
  • Download

Lines Matching refs:GetRecorder

6627     VmaRecorder* GetRecorder() const { return m_pRecorder; }  in GetRecorder()  function
15862 if(allocator->GetRecorder() != VMA_NULL) in vmaCreatePool()
15864 …allocator->GetRecorder()->RecordCreatePool(allocator->GetCurrentFrameIndex(), *pCreateInfo, *pPool… in vmaCreatePool()
15887 if(allocator->GetRecorder() != VMA_NULL) in vmaDestroyPool()
15889 allocator->GetRecorder()->RecordDestroyPool(allocator->GetCurrentFrameIndex(), pool); in vmaDestroyPool()
15918 if(allocator->GetRecorder() != VMA_NULL) in vmaMakePoolAllocationsLost()
15920 … allocator->GetRecorder()->RecordMakePoolAllocationsLost(allocator->GetCurrentFrameIndex(), pool); in vmaMakePoolAllocationsLost()
15963 if(allocator->GetRecorder() != VMA_NULL) in vmaAllocateMemory()
15965 allocator->GetRecorder()->RecordAllocateMemory( in vmaAllocateMemory()
16012 if(allocator->GetRecorder() != VMA_NULL) in vmaAllocateMemoryPages()
16014 allocator->GetRecorder()->RecordAllocateMemoryPages( in vmaAllocateMemoryPages()
16066 if(allocator->GetRecorder() != VMA_NULL) in vmaAllocateMemoryForBuffer()
16068 allocator->GetRecorder()->RecordAllocateMemoryForBuffer( in vmaAllocateMemoryForBuffer()
16117 if(allocator->GetRecorder() != VMA_NULL) in vmaAllocateMemoryForImage()
16119 allocator->GetRecorder()->RecordAllocateMemoryForImage( in vmaAllocateMemoryForImage()
16153 if(allocator->GetRecorder() != VMA_NULL) in vmaFreeMemory()
16155 allocator->GetRecorder()->RecordFreeMemory( in vmaFreeMemory()
16183 if(allocator->GetRecorder() != VMA_NULL) in vmaFreeMemoryPages()
16185 allocator->GetRecorder()->RecordFreeMemoryPages( in vmaFreeMemoryPages()
16207 if(allocator->GetRecorder() != VMA_NULL) in vmaResizeAllocation()
16209 allocator->GetRecorder()->RecordResizeAllocation( in vmaResizeAllocation()
16229 if(allocator->GetRecorder() != VMA_NULL) in vmaGetAllocationInfo()
16231 allocator->GetRecorder()->RecordGetAllocationInfo( in vmaGetAllocationInfo()
16249 if(allocator->GetRecorder() != VMA_NULL) in vmaTouchAllocation()
16251 allocator->GetRecorder()->RecordTouchAllocation( in vmaTouchAllocation()
16272 if(allocator->GetRecorder() != VMA_NULL) in vmaSetAllocationUserData()
16274 allocator->GetRecorder()->RecordSetAllocationUserData( in vmaSetAllocationUserData()
16293 if(allocator->GetRecorder() != VMA_NULL) in vmaCreateLostAllocation()
16295 allocator->GetRecorder()->RecordCreateLostAllocation( in vmaCreateLostAllocation()
16314 if(allocator->GetRecorder() != VMA_NULL) in vmaMapMemory()
16316 allocator->GetRecorder()->RecordMapMemory( in vmaMapMemory()
16334 if(allocator->GetRecorder() != VMA_NULL) in vmaUnmapMemory()
16336 allocator->GetRecorder()->RecordUnmapMemory( in vmaUnmapMemory()
16356 if(allocator->GetRecorder() != VMA_NULL) in vmaFlushAllocation()
16358 allocator->GetRecorder()->RecordFlushAllocation( in vmaFlushAllocation()
16376 if(allocator->GetRecorder() != VMA_NULL) in vmaInvalidateAllocation()
16378 allocator->GetRecorder()->RecordInvalidateAllocation( in vmaInvalidateAllocation()
16457 if(allocator->GetRecorder() != VMA_NULL) in vmaDefragmentationBegin()
16459 allocator->GetRecorder()->RecordDefragmentationBegin( in vmaDefragmentationBegin()
16480 if(allocator->GetRecorder() != VMA_NULL) in vmaDefragmentationEnd()
16482 allocator->GetRecorder()->RecordDefragmentationEnd( in vmaDefragmentationEnd()
16591 if(allocator->GetRecorder() != VMA_NULL) in vmaCreateBuffer()
16593 allocator->GetRecorder()->RecordCreateBuffer( in vmaCreateBuffer()
16650 if(allocator->GetRecorder() != VMA_NULL) in vmaDestroyBuffer()
16652 allocator->GetRecorder()->RecordDestroyBuffer( in vmaDestroyBuffer()
16728 if(allocator->GetRecorder() != VMA_NULL) in vmaCreateImage()
16730 allocator->GetRecorder()->RecordCreateImage( in vmaCreateImage()
16787 if(allocator->GetRecorder() != VMA_NULL) in vmaDestroyImage()
16789 allocator->GetRecorder()->RecordDestroyImage( in vmaDestroyImage()