Lines Matching refs:BasicRenderKeyFactory
355 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()
688 typedef BasicRenderKeyFactory<RenderKeyType> RenderKeyFactory;