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

  /external/deqp/framework/common/
tcuFactoryRegistry.hpp 82 class FactoryRegistry
85 FactoryRegistry (void) {}
86 ~FactoryRegistry (void) {}
108 inline Factory* FactoryRegistry<Factory>::getFactoryByName (const std::string& name)
114 inline const Factory* FactoryRegistry<Factory>::getFactoryByName (const std::string& name) const
120 inline Factory* FactoryRegistry<Factory>::getFactoryByIndex (size_t index)
126 inline const Factory* FactoryRegistry<Factory>::getFactoryByIndex (size_t index) const
  /external/deqp/framework/opengl/
gluContextFactory.hpp 71 typedef tcu::FactoryRegistry<ContextFactory> ContextFactoryRegistry;
  /external/deqp/framework/egl/
egluNativePixmap.hpp 98 typedef tcu::FactoryRegistry<NativePixmapFactory> NativePixmapFactoryRegistry;
egluNativeDisplay.hpp 111 typedef tcu::FactoryRegistry<NativeDisplayFactory> NativeDisplayFactoryRegistry;
egluNativeWindow.hpp 148 typedef tcu::FactoryRegistry<NativeWindowFactory> NativeWindowFactoryRegistry;
egluUtil.cpp 441 static const Factory& selectFactory (const tcu::FactoryRegistry<Factory>& registry, const char* objectTypeName, const char* cmdLineArg)

Completed in 310 milliseconds