Searched refs:PriorDepthRenderKeyFactory (Results 1 – 1 of 1) sorted by relevance
499 class PriorDepthRenderKeyFactory : public BasicRenderKeyFactory<TKey>502 NW_DISALLOW_COPY_AND_ASSIGN(PriorDepthRenderKeyFactory);524 static PriorDepthRenderKeyFactory* Create(os::IAllocator* allocator) in Create()526 void* factoryMemory = allocator->Alloc<PriorDepthRenderKeyFactory>(1); in Create()528 return new(factoryMemory) PriorDepthRenderKeyFactory(allocator); in Create()578 PriorDepthRenderKeyFactory(os::IAllocator* allocator) in PriorDepthRenderKeyFactory() function754 return PriorDepthRenderKeyFactory<RenderKeyType>::Create(allocator); in CreatePriorDepthRenderKeyFactory()769 return PriorDepthRenderKeyFactory< in CreatePriorDepthReverseDepthRenderKeyFactory()