Searched refs:sharedCtx (Results 1 – 2 of 2) sorted by relevance
115 const wgl::Context* sharedCtx = DE_NULL; in WGLContext() local117 sharedCtx = sharedContext->m_context; in WGLContext()119 …m_context = new wgl::Context(&wglCore, deviceCtx, sharedCtx, config.type, pixelFormat, config.rese… in WGLContext()
437 HGLRC sharedCtx = DE_NULL; in Context() local529 HGLRC sharedCtx = DE_NULL; in Context() local531 sharedCtx = sharedContext->m_context; in Context()537 m_context = wgl.createContextAttribsARB(deviceCtx, sharedCtx, &attribList[0]); in Context()