Searched refs:BasicRenderKeyFactory (Results 1 – 2 of 2) sorted by relevance
355 class BasicRenderKeyFactory : public GfxObject358 NW_DISALLOW_COPY_AND_ASSIGN(BasicRenderKeyFactory);382 BasicRenderKeyFactory(os::IAllocator* allocator) : GfxObject(allocator) {} in BasicRenderKeyFactory() function385 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 …]
44 typename TElementKeyFactory = BasicRenderKeyFactory<typename TElement::KeyType>