Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h1490 HRESULT CreateVirtualBlock(const VIRTUAL_BLOCK_DESC* pDesc, VirtualBlock** ppVirtualBlock);
DD3D12MemAlloc.cpp5767 HRESULT CreateVirtualBlock(const VIRTUAL_BLOCK_DESC* pDesc, VirtualBlock** ppVirtualBlock) in CreateVirtualBlock() argument
5769 if(!pDesc || !ppVirtualBlock) in CreateVirtualBlock()
5780 *ppVirtualBlock = D3D12MA_NEW(allocationCallbacks, VirtualBlock)(allocationCallbacks, *pDesc); in CreateVirtualBlock()