Searched refs:wglShareLists (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dmesa_wgl.h96 WGLAPI int GLAPIENTRY wglShareLists(HGLRC, HGLRC);
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_spu.h318 wglShareListsFunc_t wglShareLists; member in struct:__anon16133
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c1434 render_spu.ws.wglShareLists(context->shared->hRC, context->hRC);
1460 BOOL bRc = render_spu.ws.wglShareLists(context->shared->hRC, context->hRC);
1464 crWarning("wglShareLists failed, winEr %d", winEr);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c1796 if (share_ctx && !wglShareLists(share_ctx, ctx))
1798 ERR("wglShareLists(%p, %p) failed, last error %#x.\n", share_ctx, ctx, GetLastError());
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwingdi.h3795 WINGDIAPI BOOL WINAPI wglShareLists(HGLRC,HGLRC);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwingdi.h3757 WINGDIAPI BOOL WINAPI wglShareLists(HGLRC,HGLRC);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp4390 ret = wglShareLists(pSharedCtx->hglrc, pContext->hglrc);
4391 AssertMsg(ret == TRUE, ("wglShareLists(%p, %p) failed with %d\n", pSharedCtx->hglrc, pContext->hglrc, GetLastError()));
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h1761 USE_WGL_FUNC(wglShareLists) \
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_gl.h1756 USE_WGL_FUNC(wglShareLists) \

Completed in 3570 milliseconds