Searched refs:TopPriorDepthRenderKeyFactory (Results 1 – 1 of 1) sorted by relevance
596 class TopPriorDepthRenderKeyFactory : public BasicRenderKeyFactory<TKey>599 NW_DISALLOW_COPY_AND_ASSIGN(TopPriorDepthRenderKeyFactory);621 static TopPriorDepthRenderKeyFactory* Create(os::IAllocator* allocator) in Create()623 void* factoryMemory = allocator->Alloc<TopPriorDepthRenderKeyFactory>(1); in Create()625 return new(factoryMemory) TopPriorDepthRenderKeyFactory(allocator); in Create()676 TopPriorDepthRenderKeyFactory(os::IAllocator* allocator) in TopPriorDepthRenderKeyFactory() function785 return TopPriorDepthRenderKeyFactory<RenderKeyType>::Create(allocator); in CreateTopPriorDepthRenderKeyFactory()800 return TopPriorDepthRenderKeyFactory< in CreateTopPriorDepthReverseDepthRenderKeyFactory()