Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuFactoryRegistry.cpp39 // GenericFactoryRegistry
41 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
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
46 GenericFactoryRegistry (void);
47 ~GenericFactoryRegistry (void);
61 GenericFactoryRegistry (const GenericFactoryRegistry&);
62 GenericFactoryRegistry& operator= (const GenericFactoryRegistry&);
104 GenericFactoryRegistry m_registry;

Completed in 2 milliseconds