Searched refs:GLContextFactory (Results 1 – 8 of 8) sorted by relevance
46 class GLContextFactory : public glu::ContextFactory class49 GLContextFactory (const NativeDisplayFactoryRegistry& displayFactoryRegistry);
5 # GLContextFactory uses glu
552 GLContextFactory::GLContextFactory (const NativeDisplayFactoryRegistry& displayFactoryRegistry) in GLContextFactory() function in eglu::GLContextFactory558 glu::RenderContext* GLContextFactory::createContext (const glu::RenderConfig& config, const tcu::Co… in createContext()
44 using eglu::GLContextFactory;197 return MovePtr<ContextFactory>(new GLContextFactory(m_nativeDisplayFactoryRegistry)); in createContextFactory()
68 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
60 using eglu::GLContextFactory;296 return MovePtr<ContextFactory>(new GLContextFactory(m_nativeDisplayFactoryRegistry)); in createContextFactory()
180 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
295 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()