Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_RenderElement.h425 void* factoryMemory = allocator->Alloc<PriorMaterialRenderKeyFactory>(1); in Create() local
426 NW_NULL_ASSERT(factoryMemory); in Create()
427 return new(factoryMemory) PriorMaterialRenderKeyFactory(allocator); in Create()
521 void* factoryMemory = allocator->Alloc<PriorDepthRenderKeyFactory>(1); in Create() local
522 NW_NULL_ASSERT(factoryMemory); in Create()
523 return new(factoryMemory) PriorDepthRenderKeyFactory(allocator); in Create()
618 void* factoryMemory = allocator->Alloc<TopPriorDepthRenderKeyFactory>(1); in Create() local
619 NW_NULL_ASSERT(factoryMemory); in Create()
620 return new(factoryMemory) TopPriorDepthRenderKeyFactory(allocator); in Create()