Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_RenderElement.h494 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() function
749 return PriorDepthRenderKeyFactory<RenderKeyType>::Create(allocator); in CreatePriorDepthRenderKeyFactory()
764 return PriorDepthRenderKeyFactory< in CreatePriorDepthReverseDepthRenderKeyFactory()