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

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_agl.c288 renderspu_SystemCreateContext(VisualInfo *visual, ContextInfo *context, ContextInfo *sharedContext) argument
292 (void) sharedContext;
H A Drenderspu_wgl.c1316 GLboolean renderspu_SystemCreateContext( VisualInfo *visual, ContextInfo *context, ContextInfo *sharedContext )
1318 (void) sharedContext;
1347 static GLboolean renderspuChkActivateSharedContext(ContextInfo *sharedContext) argument
1351 if (sharedContext->hRC)
1354 CRASSERT(sharedContext->BltInfo.Base.id);
1356 if (sharedContext->shared)
1357 renderspuChkActivateSharedContext(sharedContext->shared);
1359 window = renderspuGetDummyWindow(sharedContext->visual->visAttribs);
1370 sharedContext->hRC = render_spu.ws.wglCreateContext(window->device_context);
1371 if (!sharedContext
[all...]
H A Drenderspu.c139 static ContextInfo * renderspuCreateContextInternal(const char *dpyName, GLint visBits, GLint idCtx, ContextInfo * sharedContext) argument
174 context->shared = sharedContext;
175 if (!renderspu_SystemCreateContext(visual, context, sharedContext))
186 if (sharedContext)
187 renderspuContextRetain(sharedContext);
196 ContextInfo *context, *sharedContext = NULL; local
199 sharedContext
201 CRASSERT(sharedContext);
204 context = renderspuCreateContextInternal(dpyName, visBits, id, sharedContext);

Completed in 42 milliseconds