Searched refs:PriorDepthRenderKeyFactory (Results 1 – 1 of 1) sorted by relevance
494 class PriorDepthRenderKeyFactory : public BasicRenderKeyFactory<TKey>497 NW_DISALLOW_COPY_AND_ASSIGN(PriorDepthRenderKeyFactory);519 static PriorDepthRenderKeyFactory* Create(os::IAllocator* allocator) in Create()521 void* factoryMemory = allocator->Alloc<PriorDepthRenderKeyFactory>(1); in Create()523 return new(factoryMemory) PriorDepthRenderKeyFactory(allocator); in Create()573 PriorDepthRenderKeyFactory(os::IAllocator* allocator) in PriorDepthRenderKeyFactory() function749 return PriorDepthRenderKeyFactory<RenderKeyType>::Create(allocator); in CreatePriorDepthRenderKeyFactory()764 return PriorDepthRenderKeyFactory< in CreatePriorDepthReverseDepthRenderKeyFactory()