Searched refs:getFactoryByName (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/common/
H A DtcuFactoryRegistry.hpp54 AbstractFactory* getFactoryByName (const std::string& name);
55 const AbstractFactory* getFactoryByName (const std::string& name) const;
94 Factory* getFactoryByName (const std::string& name);
95 const Factory* getFactoryByName (const std::string& name) const;
108 inline Factory* FactoryRegistry<Factory>::getFactoryByName (const std::string& name) function in class:tcu::FactoryRegistry
110 return static_cast<Factory*>(m_registry.getFactoryByName(name));
114 inline const Factory* FactoryRegistry<Factory>::getFactoryByName (const std::string& name) const function in class:tcu::FactoryRegistry
116 return static_cast<const Factory*>(m_registry.getFactoryByName(name));
H A DtcuFactoryRegistry.cpp63 AbstractFactory* GenericFactoryRegistry::getFactoryByName (const std::string& name)
74 const AbstractFactory* GenericFactoryRegistry::getFactoryByName (const std::string& name) const
87 DE_ASSERT(!getFactoryByName(factory->getName()));
/external/deqp/modules/egl/
H A DteglTestPackage.cpp215 displayFactory = dpyFactoryRegistry.getFactoryByName(displayFactoryName);
238 windowFactory = windowFactoryName ? displayFactory->getNativeWindowRegistry().getFactoryByName(windowFactoryName)
263 pixmapFactory = pixmapFactoryName ? displayFactory->getNativePixmapRegistry().getFactoryByName(pixmapFactoryName)
/external/deqp/framework/opengl/
H A DgluRenderContext.cpp138 factory = registry.getFactoryByName(factoryName);
/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp747 const Factory* factory = registry.getFactoryByName(cmdLineArg);

Completed in 95 milliseconds