HomeSort by relevance Sort by last modified time
    Searched refs:registerFactory (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/deqp/framework/platform/X11/
tcuX11Platform.cpp 46 void registerFactory (de::MovePtr<glu::ContextFactory> factory)
48 m_contextFactoryRegistry.registerFactory(factory.release());
77 m_glPlatform.registerFactory(glx::createContextFactory(m_eventState));
80 m_glPlatform.registerFactory(m_eglPlatform.createContextFactory());
tcuX11EglPlatform.cpp 230 m_nativeWindowRegistry.registerFactory(new WindowFactory());
231 // m_nativePixmapRegistry.registerFactory(new PixmapFactory());
246 m_nativeDisplayFactoryRegistry.registerFactory(new DisplayFactory(eventState));
  /external/deqp/framework/platform/win32/
tcuWin32Platform.cpp 57 m_contextFactoryRegistry.registerFactory(factory);
68 m_nativeDisplayFactoryRegistry.registerFactory(new Win32EGLNativeDisplayFactory(m_instance));
69 m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry));
tcuWin32GLES3Platform.cpp 185 m_glContextFactoryRegistry.registerFactory(new Win32GLES3ContextFactory(instance));
tcuWin32EGLNativeDisplayFactory.cpp 370 m_nativeWindowRegistry.registerFactory(new NativeWindowFactory(m_instance));
371 m_nativePixmapRegistry.registerFactory(new NativePixmapFactory());
  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 48 m_contextFactoryRegistry.registerFactory(new NullContextFactory());
  /external/deqp/framework/common/
tcuFactoryRegistry.hpp 52 void registerFactory (AbstractFactory* factory);
92 void registerFactory (Factory* factory) { m_registry.registerFactory(factory); }
tcuFactoryRegistry.cpp 85 void GenericFactoryRegistry::registerFactory (AbstractFactory* factory)
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 97 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/
tcuAndroidPlatform.cpp 162 m_nativeWindowRegistry.registerFactory(new NativeWindowFactory(windowRegistry));
175 m_nativeDisplayFactoryRegistry.registerFactory(new NativeDisplayFactory(m_windowRegistry));
176 m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry));
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerFactory.h 49 static status_t registerFactory(IFactory* factory,
  /external/chromium_org/third_party/icu/source/common/
servls.cpp 121 return registerFactory(factory, status);
147 return registerFactory(factory, status);
serv.h 781 * createSimpleFactory, and calls registerFactory.</p>
808 virtual URegistryKey registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status);
812 * registerInstance or registerFactory. After a successful call,
    [all...]
  /external/icu/icu4c/source/common/
servls.cpp 121 return registerFactory(factory, status);
147 return registerFactory(factory, status);
serv.h 781 * createSimpleFactory, and calls registerFactory.</p>
808 virtual URegistryKey registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status);
812 * registerInstance or registerFactory. After a successful call,
    [all...]
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 191 m_contextFactoryRegistry.registerFactory(new CGLContextFactory());
  /external/chromium_org/third_party/icu/source/test/intltest/
icusvtst.cpp 627 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);
    [all...]
  /external/icu/icu4c/source/test/intltest/
icusvtst.cpp 627 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);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
coll.cpp 152 registerFactory(new ICUCollatorFactory(), status);
691 Collator::registerFactory(CollatorFactory* toAdopt, UErrorCode& status)
696 return getService()->registerFactory(f, status);
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.mm 98 m_contextFactoryRegistry.registerFactory(new ContextFactory(screenManager));
  /external/chromium_org/third_party/icu/source/i18n/unicode/
coll.h     [all...]
numfmt.h 765 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
771 * @param key the registry key returned by a previous call to registerFactory
    [all...]
translit.h 224 * {@link #registerFactory }. In this case, the objects are
714 * @see #registerFactory
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
coll.h     [all...]
numfmt.h     [all...]

Completed in 606 milliseconds

1 2 3