Searched refs:factoryMemory (Results 1 – 1 of 1) sorted by relevance
425 void* factoryMemory = allocator->Alloc<PriorMaterialRenderKeyFactory>(1); in Create() local426 NW_NULL_ASSERT(factoryMemory); in Create()427 return new(factoryMemory) PriorMaterialRenderKeyFactory(allocator); in Create()521 void* factoryMemory = allocator->Alloc<PriorDepthRenderKeyFactory>(1); in Create() local522 NW_NULL_ASSERT(factoryMemory); in Create()523 return new(factoryMemory) PriorDepthRenderKeyFactory(allocator); in Create()618 void* factoryMemory = allocator->Alloc<TopPriorDepthRenderKeyFactory>(1); in Create() local619 NW_NULL_ASSERT(factoryMemory); in Create()620 return new(factoryMemory) TopPriorDepthRenderKeyFactory(allocator); in Create()