Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h6627 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()
[all …]
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h7766 VmaRecorder* GetRecorder() const { return m_pRecorder; } in GetRecorder() function
17955 if(allocator->GetRecorder() != VMA_NULL) in vmaCreatePool()
17957 …allocator->GetRecorder()->RecordCreatePool(allocator->GetCurrentFrameIndex(), *pCreateInfo, *pPool… in vmaCreatePool()
17980 if(allocator->GetRecorder() != VMA_NULL) in vmaDestroyPool()
17982 allocator->GetRecorder()->RecordDestroyPool(allocator->GetCurrentFrameIndex(), pool); in vmaDestroyPool()
18011 if(allocator->GetRecorder() != VMA_NULL) in vmaMakePoolAllocationsLost()
18013 … allocator->GetRecorder()->RecordMakePoolAllocationsLost(allocator->GetCurrentFrameIndex(), pool); in vmaMakePoolAllocationsLost()
18059 if(allocator->GetRecorder() != VMA_NULL) in vmaSetPoolName()
18061 allocator->GetRecorder()->RecordSetPoolName(allocator->GetCurrentFrameIndex(), pool, pName); in vmaSetPoolName()
18092 if(allocator->GetRecorder() != VMA_NULL) in vmaAllocateMemory()
[all …]
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7747 VmaRecorder* GetRecorder() const { return m_pRecorder; } in GetRecorder() function
17926 if(allocator->GetRecorder() != VMA_NULL) in vmaCreatePool()
17928 …allocator->GetRecorder()->RecordCreatePool(allocator->GetCurrentFrameIndex(), *pCreateInfo, *pPool… in vmaCreatePool()
17951 if(allocator->GetRecorder() != VMA_NULL) in vmaDestroyPool()
17953 allocator->GetRecorder()->RecordDestroyPool(allocator->GetCurrentFrameIndex(), pool); in vmaDestroyPool()
17982 if(allocator->GetRecorder() != VMA_NULL) in vmaMakePoolAllocationsLost()
17984 … allocator->GetRecorder()->RecordMakePoolAllocationsLost(allocator->GetCurrentFrameIndex(), pool); in vmaMakePoolAllocationsLost()
18030 if(allocator->GetRecorder() != VMA_NULL) in vmaSetPoolName()
18032 allocator->GetRecorder()->RecordSetPoolName(allocator->GetCurrentFrameIndex(), pool, pName); in vmaSetPoolName()
18063 if(allocator->GetRecorder() != VMA_NULL) in vmaAllocateMemory()
[all …]
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h156 SkPictureRecorder* GetRecorder() const { return m_pRecorder; } in GetRecorder() function
Dfx_skia_device.cpp2692 return skDriver->GetRecorder(); in CreateRecorder()