Searched refs:registerFactory (Results 1 - 25 of 48) sorted by relevance

12

/external/deqp/framework/platform/X11/
H A DtcuX11Platform.cpp46 void registerFactory (de::MovePtr<glu::ContextFactory> factory) function in class:tcu::x11::X11GLPlatform
48 m_contextFactoryRegistry.registerFactory(factory.release());
77 m_glPlatform.registerFactory(glx::createContextFactory(m_eventState));
80 m_glPlatform.registerFactory(m_eglPlatform.createContextFactory());
H A DtcuX11EglPlatform.cpp230 m_nativeWindowRegistry.registerFactory(new WindowFactory());
231 // m_nativePixmapRegistry.registerFactory(new PixmapFactory());
246 m_nativeDisplayFactoryRegistry.registerFactory(new DisplayFactory(eventState));
/external/deqp/framework/platform/win32/
H A DtcuWin32Platform.cpp57 m_contextFactoryRegistry.registerFactory(factory);
68 m_nativeDisplayFactoryRegistry.registerFactory(new Win32EGLNativeDisplayFactory(m_instance));
69 m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry));
H A DtcuWin32GLES3Platform.cpp185 m_glContextFactoryRegistry.registerFactory(new Win32GLES3ContextFactory(instance));
H A DtcuWin32EGLNativeDisplayFactory.cpp370 m_nativeWindowRegistry.registerFactory(new NativeWindowFactory(m_instance));
371 m_nativePixmapRegistry.registerFactory(new NativePixmapFactory());
/external/deqp/framework/platform/null/
H A DtcuNullPlatform.cpp48 m_contextFactoryRegistry.registerFactory(new NullContextFactory());
/external/deqp/framework/common/
H A DtcuFactoryRegistry.hpp52 void registerFactory (AbstractFactory* factory);
92 void registerFactory (Factory* factory) { m_registry.registerFactory(factory); } function in class:tcu::FactoryRegistry
H A DtcuFactoryRegistry.cpp85 void GenericFactoryRegistry::registerFactory (AbstractFactory* factory)
/external/deqp/framework/platform/raspi/
H A DtcuRaspiPlatform.cpp97 m_nativeWindowRegistry.registerFactory(new WindowFactory());
179 m_nativeDisplayFactoryRegistry.registerFactory(new DisplayFactory());
180 m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry));
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.cpp162 m_nativeWindowRegistry.registerFactory(new NativeWindowFactory(windowRegistry));
175 m_nativeDisplayFactoryRegistry.registerFactory(new NativeDisplayFactory(m_windowRegistry));
176 m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry));
/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.cpp191 m_contextFactoryRegistry.registerFactory(new CGLContextFactory());
/external/chromium_org/third_party/icu/source/common/
H A Dservls.cpp121 return registerFactory(factory, status);
147 return registerFactory(factory, status);
H A Dserv.h781 * createSimpleFactory, and calls registerFactory.</p>
808 virtual URegistryKey registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status);
812 * registerInstance or registerFactory. After a successful call,
H A Dbrkiter.cpp242 registerFactory(new ICUBreakIteratorFactory(), status);
/external/icu/icu4c/source/common/
H A Dservls.cpp121 return registerFactory(factory, status);
147 return registerFactory(factory, status);
H A Dserv.h781 * createSimpleFactory, and calls registerFactory.</p>
808 virtual URegistryKey registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status);
812 * registerInstance or registerFactory. After a successful call,
H A Dbrkiter.cpp242 registerFactory(new ICUBreakIteratorFactory(), status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dicusvtst.cpp627 service.registerFactory(new AnonymousStringFactory(), status);
677 service.registerFactory(f, status);
735 service.registerFactory(f, status);
895 service.registerFactory(new ICUResourceBundleFactory(), status);
922 service.registerFactory(new CalifornioLanguageFactory(), status);
1293 service.registerFactory(new WrapFactory(), status);
1339 service.registerFactory(sf, status);
/external/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp627 service.registerFactory(new AnonymousStringFactory(), status);
677 service.registerFactory(f, status);
735 service.registerFactory(f, status);
895 service.registerFactory(new ICUResourceBundleFactory(), status);
922 service.registerFactory(new CalifornioLanguageFactory(), status);
1293 service.registerFactory(new WrapFactory(), status);
1339 service.registerFactory(sf, status);
/external/chromium_org/third_party/icu/source/i18n/
H A Dcoll.cpp152 registerFactory(new ICUCollatorFactory(), status);
691 Collator::registerFactory(CollatorFactory* toAdopt, UErrorCode& status) function in class:Collator
696 return getService()->registerFactory(f, status);
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.mm98 m_contextFactoryRegistry.registerFactory(new ContextFactory(screenManager));
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcoll.h829 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
1138 * A factory, used with registerFactory, the creates multiple collators and provides
H A Dnumfmt.h765 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
771 * @param key the registry key returned by a previous call to registerFactory
H A Dtranslit.h224 * {@link #registerFactory }. In this case, the objects are
714 * @see #registerFactory
976 static void U_EXPORT2 registerFactory(const UnicodeString& id,
993 * @see #registerFactory
1092 * @see #registerFactory
/external/icu/icu4c/source/i18n/unicode/
H A Dtranslit.h224 * {@link #registerFactory }. In this case, the objects are
714 * @see #registerFactory
981 static void U_EXPORT2 registerFactory(const UnicodeString& id,
1002 * @see #registerFactory
1105 * @see #registerFactory

Completed in 5954 milliseconds

12