Searched refs:GetRecorder (Results 1 – 5 of 5) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 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() [all …]
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 7766 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/ |
D | vk_mem_alloc.h | 7747 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/ |
D | fx_skia_device.h | 156 SkPictureRecorder* GetRecorder() const { return m_pRecorder; } in GetRecorder() function
|
D | fx_skia_device.cpp | 2692 return skDriver->GetRecorder(); in CreateRecorder()
|