Searched refs:TopPriorDepthRenderKeyFactory (Results 1 – 1 of 1) sorted by relevance
591 class TopPriorDepthRenderKeyFactory : public BasicRenderKeyFactory<TKey>594 NW_DISALLOW_COPY_AND_ASSIGN(TopPriorDepthRenderKeyFactory);616 static TopPriorDepthRenderKeyFactory* Create(os::IAllocator* allocator) in Create()618 void* factoryMemory = allocator->Alloc<TopPriorDepthRenderKeyFactory>(1); in Create()620 return new(factoryMemory) TopPriorDepthRenderKeyFactory(allocator); in Create()671 TopPriorDepthRenderKeyFactory(os::IAllocator* allocator) in TopPriorDepthRenderKeyFactory() function780 return TopPriorDepthRenderKeyFactory<RenderKeyType>::Create(allocator); in CreateTopPriorDepthRenderKeyFactory()795 return TopPriorDepthRenderKeyFactory< in CreateTopPriorDepthReverseDepthRenderKeyFactory()