Home
last modified time | relevance | path

Searched refs:FactoryRegistry (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/common/
DtcuFactoryRegistry.hpp82 class FactoryRegistry class
85 FactoryRegistry (void) {} in FactoryRegistry() function in tcu::FactoryRegistry
86 ~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()
/external/deqp/framework/opengl/
DgluContextFactory.hpp72 typedef tcu::FactoryRegistry<ContextFactory> ContextFactoryRegistry;
/external/deqp/framework/egl/
DegluNativePixmap.hpp102 typedef tcu::FactoryRegistry<NativePixmapFactory> NativePixmapFactoryRegistry;
DegluNativeDisplay.hpp112 typedef tcu::FactoryRegistry<NativeDisplayFactory> NativeDisplayFactoryRegistry;
DegluNativeWindow.hpp152 typedef tcu::FactoryRegistry<NativeWindowFactory> NativeWindowFactoryRegistry;
DegluUtil.cpp507 static const Factory& selectFactory (const tcu::FactoryRegistry<Factory>& registry, const char* obj… in selectFactory()