Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_RenderElement.h355 class BasicRenderKeyFactory : public GfxObject
358 NW_DISALLOW_COPY_AND_ASSIGN(BasicRenderKeyFactory);
382 BasicRenderKeyFactory(os::IAllocator* allocator) : GfxObject(allocator) {} in BasicRenderKeyFactory() function
385 virtual ~BasicRenderKeyFactory() {} in ~BasicRenderKeyFactory()
398 class PriorMaterialRenderKeyFactory : public BasicRenderKeyFactory<TKey>
479 : BasicRenderKeyFactory<KeyType>(allocator) in PriorMaterialRenderKeyFactory()
494 class PriorDepthRenderKeyFactory : public BasicRenderKeyFactory<TKey>
574 : BasicRenderKeyFactory<KeyType>(allocator) in PriorDepthRenderKeyFactory()
591 class TopPriorDepthRenderKeyFactory : public BasicRenderKeyFactory<TKey>
672 : BasicRenderKeyFactory<KeyType>(allocator) in TopPriorDepthRenderKeyFactory()
[all …]
Dgfx_RenderQueue.h44 typename TElementKeyFactory = BasicRenderKeyFactory<typename TElement::KeyType>