Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderElement.h360 class BasicRenderKeyFactory : public GfxObject
363 NW_DISALLOW_COPY_AND_ASSIGN(BasicRenderKeyFactory);
387 BasicRenderKeyFactory(os::IAllocator* allocator) : GfxObject(allocator) {} in BasicRenderKeyFactory() function
390 virtual ~BasicRenderKeyFactory() {} in ~BasicRenderKeyFactory()
403 class PriorMaterialRenderKeyFactory : public BasicRenderKeyFactory<TKey>
484 : BasicRenderKeyFactory<KeyType>(allocator) in PriorMaterialRenderKeyFactory()
499 class PriorDepthRenderKeyFactory : public BasicRenderKeyFactory<TKey>
579 : BasicRenderKeyFactory<KeyType>(allocator) in PriorDepthRenderKeyFactory()
596 class TopPriorDepthRenderKeyFactory : public BasicRenderKeyFactory<TKey>
677 : BasicRenderKeyFactory<KeyType>(allocator) in TopPriorDepthRenderKeyFactory()
[all …]
Dgfx_RenderQueue.h46 typename TElementKeyFactory = BasicRenderKeyFactory<typename TElement::KeyType>