Searched refs:m_contextFactoryRegistry (Results 1 – 8 of 8) sorted by relevance
64 …ontextFactoryRegistry& getContextFactoryRegistry (void) const { return m_contextFactoryRegistry; } in getContextFactoryRegistry()69 ContextFactoryRegistry m_contextFactoryRegistry; member in glu::Platform
57 m_contextFactoryRegistry.registerFactory(factory); in Platform()68 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
70 m_contextFactoryRegistry.registerFactory(new NullGLContextFactory()); in Platform()
50 m_contextFactoryRegistry.registerFactory(factory.release()); in registerFactory()
191 m_contextFactoryRegistry.registerFactory(new CGLContextFactory()); in OSXPlatform()
180 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
295 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
98 m_contextFactoryRegistry.registerFactory(new ContextFactory(screenManager));