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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_ext_context.c172 DHGLRC dhglrc, c, share_dhglrc = 0; local in function:wglCreateContextAttribsARB
178 share_dhglrc = stw_dev->callbacks.wglCbGetDhglrc(hShareContext);
183 share_dhglrc = (DHGLRC) hShareContext;
186 c = stw_create_context_attribs(hDC, layerPlane, share_dhglrc,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_ext_context.c186 DHGLRC dhglrc, c, share_dhglrc = 0; local in function:wglCreateContextAttribsARB
192 share_dhglrc = stw_dev->callbacks.pfnGetDhglrc(hShareContext);
197 share_dhglrc = (DHGLRC)(INT_PTR)hShareContext;
200 struct stw_context *share_stw = stw_lookup_context(share_dhglrc);

Completed in 5 milliseconds