Searched refs:WGLContextFactory (Results 1 – 3 of 3) sorted by relevance
33 class WGLContextFactory : public glu::ContextFactory class36 WGLContextFactory (HINSTANCE instance);
42 WGLContextFactory* factory = DE_NULL; in Win32Platform()46 factory = new WGLContextFactory(m_instance); in Win32Platform()
154 WGLContextFactory::WGLContextFactory (HINSTANCE instance) in WGLContextFactory() function in tcu::WGLContextFactory161 glu::RenderContext* WGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::C… in createContext()