Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_RenderElement.h591 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() function
780 return TopPriorDepthRenderKeyFactory<RenderKeyType>::Create(allocator); in CreateTopPriorDepthRenderKeyFactory()
795 return TopPriorDepthRenderKeyFactory< in CreateTopPriorDepthReverseDepthRenderKeyFactory()