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

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

Completed in 87 milliseconds