HomeSort by relevance Sort by last modified time
    Searched refs:getFactoryByIndex (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/common/
tcuFactoryRegistry.hpp 57 AbstractFactory* getFactoryByIndex (size_t index);
58 const AbstractFactory* getFactoryByIndex (size_t index) const;
97 Factory* getFactoryByIndex (size_t index);
98 const Factory* getFactoryByIndex (size_t index) const;
100 Factory* getDefaultFactory (void) { return getFactoryByIndex(0); }
101 const Factory* getDefaultFactory (void) const { return getFactoryByIndex(0); }
120 inline Factory* FactoryRegistry<Factory>::getFactoryByIndex (size_t index)
122 return static_cast<Factory*>(m_registry.getFactoryByIndex(index));
126 inline const Factory* FactoryRegistry<Factory>::getFactoryByIndex (size_t index) const
128 return static_cast<const Factory*>(m_registry.getFactoryByIndex(index))
    [all...]
tcuFactoryRegistry.cpp 51 AbstractFactory* GenericFactoryRegistry::getFactoryByIndex (size_t index)
57 const AbstractFactory* GenericFactoryRegistry::getFactoryByIndex (size_t index) const
  /external/deqp/framework/egl/
egluUtil.cpp 454 tcu::print(" %s: %s\n", registry.getFactoryByIndex(ndx)->getName(), registry.getFactoryByIndex(ndx)->getDescription());
  /external/deqp/framework/opengl/
gluRenderContext.cpp 147 const ContextFactory* curFactory = registry.getFactoryByIndex(factoryNdx);

Completed in 574 milliseconds