Searched defs:hShareContext (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_context.c58 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList) argument
177 if (hShareContext)
178 share_dhglrc = stw_dev->callbacks.wglCbGetDhglrc(hShareContext);
183 share_dhglrc = (DHGLRC) hShareContext;
H A Dstw_context.c140 stw_create_context_attribs(HDC hdc, INT iLayerPlane, DHGLRC hShareContext, argument
175 if (hShareContext != 0) {
177 shareCtx = stw_lookup_context_locked( hShareContext );
/external/skia/src/utils/win/
H A DSkWGL_win.cpp75 HGLRC hShareContext,
77 return fCreateContextAttribs(hDC, hShareContext, attribList);
74 createContextAttribs(HDC hDC, HGLRC hShareContext, const int *attribList) const argument

Completed in 91 milliseconds