Home
last modified time | relevance | path

Searched refs:GenericFactoryRegistry (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuFactoryRegistry.cpp41 GenericFactoryRegistry::GenericFactoryRegistry (void) in GenericFactoryRegistry() function in tcu::GenericFactoryRegistry
45 GenericFactoryRegistry::~GenericFactoryRegistry (void) in ~GenericFactoryRegistry()
51 AbstractFactory* GenericFactoryRegistry::getFactoryByIndex (size_t index) in getFactoryByIndex()
57 const AbstractFactory* GenericFactoryRegistry::getFactoryByIndex (size_t index) const in getFactoryByIndex()
63 AbstractFactory* GenericFactoryRegistry::getFactoryByName (const std::string& name) in getFactoryByName()
74 const AbstractFactory* GenericFactoryRegistry::getFactoryByName (const std::string& name) const in getFactoryByName()
85 void GenericFactoryRegistry::registerFactory (AbstractFactory* factory) in registerFactory()
DtcuFactoryRegistry.hpp43 class GenericFactoryRegistry class
46 GenericFactoryRegistry (void);
47 ~GenericFactoryRegistry (void);
61 GenericFactoryRegistry (const GenericFactoryRegistry&);
62 GenericFactoryRegistry& operator= (const GenericFactoryRegistry&);
104 GenericFactoryRegistry m_registry;