Home
last modified time | relevance | path

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

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