Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_context.c172 DHGLRC dhglrc, c, share_dhglrc = 0; in wglCreateContextAttribsARB() local
178 share_dhglrc = stw_dev->callbacks.pfnGetDhglrc(hShareContext); in wglCreateContextAttribsARB()
183 share_dhglrc = (DHGLRC)(INT_PTR)hShareContext; in wglCreateContextAttribsARB()
186 c = stw_create_context_attribs(hDC, layerPlane, share_dhglrc, in wglCreateContextAttribsARB()