Searched refs:FactoryRegistry (Results 1 – 6 of 6) sorted by relevance
82 class FactoryRegistry class85 FactoryRegistry (void) {} in FactoryRegistry() function in tcu::FactoryRegistry86 ~FactoryRegistry (void) {} in ~FactoryRegistry()108 inline Factory* FactoryRegistry<Factory>::getFactoryByName (const std::string& name) in getFactoryByName()114 inline const Factory* FactoryRegistry<Factory>::getFactoryByName (const std::string& name) const in getFactoryByName()120 inline Factory* FactoryRegistry<Factory>::getFactoryByIndex (size_t index) in getFactoryByIndex()126 inline const Factory* FactoryRegistry<Factory>::getFactoryByIndex (size_t index) const in getFactoryByIndex()
72 typedef tcu::FactoryRegistry<ContextFactory> ContextFactoryRegistry;
102 typedef tcu::FactoryRegistry<NativePixmapFactory> NativePixmapFactoryRegistry;
112 typedef tcu::FactoryRegistry<NativeDisplayFactory> NativeDisplayFactoryRegistry;
152 typedef tcu::FactoryRegistry<NativeWindowFactory> NativeWindowFactoryRegistry;
510 static const Factory& selectFactory (const tcu::FactoryRegistry<Factory>& registry, const char* obj… in selectFactory()