Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderElement.h499 class PriorDepthRenderKeyFactory : public BasicRenderKeyFactory<TKey>
502 NW_DISALLOW_COPY_AND_ASSIGN(PriorDepthRenderKeyFactory);
524 static PriorDepthRenderKeyFactory* Create(os::IAllocator* allocator) in Create()
526 void* factoryMemory = allocator->Alloc<PriorDepthRenderKeyFactory>(1); in Create()
528 return new(factoryMemory) PriorDepthRenderKeyFactory(allocator); in Create()
578 PriorDepthRenderKeyFactory(os::IAllocator* allocator) in PriorDepthRenderKeyFactory() function
754 return PriorDepthRenderKeyFactory<RenderKeyType>::Create(allocator); in CreatePriorDepthRenderKeyFactory()
769 return PriorDepthRenderKeyFactory< in CreatePriorDepthReverseDepthRenderKeyFactory()