Home
last modified time | relevance | path

Searched refs:TopPriorDepthRenderKeyFactory (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderElement.h596 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() function
785 return TopPriorDepthRenderKeyFactory<RenderKeyType>::Create(allocator); in CreateTopPriorDepthRenderKeyFactory()
800 return TopPriorDepthRenderKeyFactory< in CreateTopPriorDepthReverseDepthRenderKeyFactory()