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