Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderElement.h430 void* factoryMemory = allocator->Alloc<PriorMaterialRenderKeyFactory>(1); in Create() local
431 NW_NULL_ASSERT(factoryMemory); in Create()
432 return new(factoryMemory) PriorMaterialRenderKeyFactory(allocator); in Create()
526 void* factoryMemory = allocator->Alloc<PriorDepthRenderKeyFactory>(1); in Create() local
527 NW_NULL_ASSERT(factoryMemory); in Create()
528 return new(factoryMemory) PriorDepthRenderKeyFactory(allocator); in Create()
623 void* factoryMemory = allocator->Alloc<TopPriorDepthRenderKeyFactory>(1); in Create() local
624 NW_NULL_ASSERT(factoryMemory); in Create()
625 return new(factoryMemory) TopPriorDepthRenderKeyFactory(allocator); in Create()