Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h1323 void SetCurrentFrameIndex(UINT frameIndex);
DD3D12MemAlloc.cpp2511 void SetCurrentFrameIndex(UINT frameIndex);
4813 void AllocatorPimpl::SetCurrentFrameIndex(UINT frameIndex) in SetCurrentFrameIndex() function in D3D12MA::AllocatorPimpl
5538 void Allocator::SetCurrentFrameIndex(UINT frameIndex) in SetCurrentFrameIndex() function in D3D12MA::Allocator
5541 m_Pimpl->SetCurrentFrameIndex(frameIndex); in SetCurrentFrameIndex()
DTests.cpp258 ctx.allocator->SetCurrentFrameIndex(frameIndex); in TestFrameIndexAndJson()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7812 void SetCurrentFrameIndex(uint32_t frameIndex);
16826 void VmaAllocator_T::SetCurrentFrameIndex(uint32_t frameIndex) in SetCurrentFrameIndex() function
17572 allocator->SetCurrentFrameIndex(frameIndex); in vmaSetCurrentFrameIndex()