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