Home
last modified time | relevance | path

Searched refs:sharedCtx (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGLContextFactory.cpp115 const wgl::Context* sharedCtx = DE_NULL; in WGLContext() local
117 sharedCtx = sharedContext->m_context; in WGLContext()
119 …m_context = new wgl::Context(&wglCore, deviceCtx, sharedCtx, config.type, pixelFormat, config.rese… in WGLContext()
DtcuWGL.cpp437 HGLRC sharedCtx = DE_NULL; in Context() local
529 HGLRC sharedCtx = DE_NULL; in Context() local
531 sharedCtx = sharedContext->m_context; in Context()
537 m_context = wgl.createContextAttribsARB(deviceCtx, sharedCtx, &attribList[0]); in Context()