Searched refs:ContextInfo (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/VBox/Additions/common/crOpenGL/array/
H A Darrayspu.h21 typedef struct context_info_t ContextInfo; typedef in typeref:struct:context_info_t
34 ContextInfo context[CR_MAX_CONTEXTS];
H A Darrayspu_init.c57 crMemZero(array_spu.context, CR_MAX_CONTEXTS * sizeof(ContextInfo));
/vbox/src/VBox/Additions/common/crOpenGL/feedback/
H A Dfeedbackspu.h20 typedef struct context_info_t ContextInfo; typedef in typeref:struct:context_info_t
40 ContextInfo context[CR_MAX_CONTEXTS];
H A Dfeedbackspu_init.c57 crMemZero(feedback_spu.context, CR_MAX_CONTEXTS * sizeof(ContextInfo));
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispCm.cpp145 pContext->ContextInfo.NodeOrdinal = VBOXWDDM_NODE_ID_3D;
146 pContext->ContextInfo.EngineAffinity = VBOXWDDM_ENGINE_ID_3D;
150 pContext->ContextInfo.NodeOrdinal = VBOXWDDM_NODE_ID_2D_VIDEO;
151 pContext->ContextInfo.EngineAffinity = VBOXWDDM_ENGINE_ID_2D_VIDEO;
153 pContext->ContextInfo.Flags.Value = 0;
154 pContext->ContextInfo.pPrivateDriverData = &Info;
155 pContext->ContextInfo.PrivateDriverDataSize = sizeof (Info);
156 pContext->ContextInfo.hContext = 0;
157 pContext->ContextInfo.pCommandBuffer = NULL;
158 pContext->ContextInfo
[all...]
H A DVBoxUhgsmiDisp.cpp166 UINT cbDmaCmd = pDevice->DefaultContext.ContextInfo.CommandBufferSize;
168 pDevice->DefaultContext.ContextInfo.pCommandBuffer, &cbDmaCmd,
169 pDevice->DefaultContext.ContextInfo.pAllocationList, pDevice->DefaultContext.ContextInfo.AllocationListSize,
170 pDevice->DefaultContext.ContextInfo.pPatchLocationList, pDevice->DefaultContext.ContextInfo.PatchLocationListSize);
187 DdiRender.hContext = pDevice->DefaultContext.ContextInfo.hContext;
192 pDevice->DefaultContext.ContextInfo.CommandBufferSize = DdiRender.NewCommandBufferSize;
193 pDevice->DefaultContext.ContextInfo.pCommandBuffer = DdiRender.pNewCommandBuffer;
194 pDevice->DefaultContext.ContextInfo
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub.h73 * CreateContext() we'll mark the ContextInfo object as UNDECIDED then
87 typedef struct context_info_t ContextInfo; typedef in typeref:struct:context_info_t
129 ContextInfo *share;
144 ContextInfo *share;
169 ContextInfo *pOwner; /* ctx which created this window */
238 ContextInfo *currentContext; /* may be NULL */
286 DECLINLINE(ContextInfo*) stubGetCurrentContext()
288 ContextInfo* ctx;
289 VBoxTlsRefGetCurrentFunctional(ctx, ContextInfo, &g_stubCurrentContextTSD);
292 # define stubSetCurrentContext(_ctx) VBoxTlsRefSetCurrent(ContextInfo,
[all...]
H A Dwgl.c188 ContextInfo *context;
197 context = (ContextInfo *) crHashtableSearch(stub.contextTable, (unsigned long) hglrc);
215 ContextInfo *context = stubGetCurrentContext();
222 ContextInfo *context = stubGetCurrentContext();
293 ContextInfo *context;
300 context = (ContextInfo *) crHashtableSearch(stub.contextTable, (unsigned long) hglrc);
316 ContextInfo *context1, *context2;
324 context1 = (ContextInfo *) crHashtableSearch(stub.contextTable, (unsigned long) hglrc1);
334 context2 = (ContextInfo *) crHashtableSearch(stub.contextTable, (unsigned long) hglrc2);
357 ContextInfo *contex
[all...]
H A Dcontext.c136 ContextInfo *context = (ContextInfo *) data1;
426 stubContextFree( ContextInfo *context )
428 crMemZero(context, sizeof(ContextInfo)); /* just to be safe */
433 stubDestroyContextLocked( ContextInfo *context )
469 stubContextFree((ContextInfo*)pvContext);
474 * Allocate a new ContextInfo object, initialize it, put it into the
478 ContextInfo *
487 ContextInfo *context;
491 context = (ContextInfo *)
[all...]
H A Dicd_drv.c112 ContextInfo *context;
124 context = (ContextInfo *) crHashtableSearch(stub.contextTable, (unsigned long) hglrc);
150 ContextInfo *context;
H A Dstub.c47 ContextInfo *context;
69 ContextInfo *contextInfo = (ContextInfo *)
81 ContextInfo *context;
92 ContextInfo *context;
H A Dload.c175 ContextInfo *pCtx = (ContextInfo *) data2;
199 ContextInfo *context = stubGetCurrentContext();
267 ContextInfo *context = stubGetCurrentContext();
504 ContextInfo *pCtx = (ContextInfo*)pvValue;
H A Dglx.c60 static void stubQueryXDamageExtension(Display *dpy, ContextInfo *pContext);
545 ContextInfo *context;
640 ContextInfo *pCtx;
647 ContextInfo *pCtx = (ContextInfo *) data1;
660 ContextInfo *context;
692 context = (ContextInfo *) crHashtableSearch(stub.contextTable, (unsigned long) ctx);
1048 ContextInfo *context = stubGetCurrentContext();
1188 ContextInfo *context = stubGetCurrentContext();
1208 ContextInfo *contex
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.h176 } ContextInfo; typedef in typeref:struct:_ContextInfo
279 ContextInfo *defaultSharedContext;
282 ContextInfo *currentContext;
383 #define GET_CONTEXT_VAL() ((ContextInfo *) crGetTSD(&_RenderTSD))
395 #define GET_CONTEXT(T) ContextInfo *T = GET_CONTEXT_VAL()
398 extern void renderspuSetDefaultSharedContext(ContextInfo *pCtx);
403 extern GLboolean renderspu_SystemCreateContext( VisualInfo *visual, ContextInfo *context, ContextInfo *sharedContext );
404 extern void renderspu_SystemDestroyContext( ContextInfo *context );
416 extern void renderspu_SystemDefaultSharedContextChanged(ContextInfo *fromContex
[all...]
H A Drenderspu_cocoa.c36 GLboolean renderspu_SystemCreateContext(VisualInfo *pVisInfo, ContextInfo *pCtxInfo, ContextInfo *pSharedCtxInfo)
48 void renderspu_SystemDestroyContext(ContextInfo *pCtxInfo)
162 void renderspu_SystemMakeCurrent(WindowInfo *pWinInfo, GLint nativeWindow, ContextInfo *pCtxInfo)
228 ContextInfo * pContext;
247 GLboolean renderspuCtxSetCurrentWithAnyWindow(ContextInfo * pContext, CR_RENDER_CTX_INFO *pInfo)
272 void renderspu_SystemDefaultSharedContextChanged(ContextInfo *fromContext, ContextInfo *toContext)
H A Drenderspu.c18 uint32_t renderspuContextRelease(ContextInfo *context);
19 uint32_t renderspuContextRetain(ContextInfo *context);
139 static ContextInfo * renderspuCreateContextInternal(const char *dpyName, GLint visBits, GLint idCtx, ContextInfo * sharedContext)
141 ContextInfo *context;
170 context = (ContextInfo *) crCalloc(sizeof(ContextInfo));
196 ContextInfo *context, *sharedContext = NULL;
200 = (ContextInfo *) crHashtableSearch(render_spu.contextTable, shareCtx);
220 static void renderspuDestroyContextTerminate( ContextInfo *contex
[all...]
H A Drenderspu_agl.c27 ( (ContextInfo *) GetWRefCon( ((w)->nativeWindow ? (w)->nativeWindow : (w)->window) ) )
32 ( (ContextInfo *) GetWRefCon( ((w)->nativeWindow ? (w)->nativeWindow : (w)->window) ) )
84 ContextInfo *context = renderspuGetWindowContext(pWin);
135 ContextInfo *context = renderspuGetWindowContext(wi1);
223 renderspuChoosePixelFormat(ContextInfo *context, AGLPixelFormat *pix)
281 renderspuDestroyPixelFormat(ContextInfo *context, AGLPixelFormat *pix)
288 renderspu_SystemCreateContext(VisualInfo *visual, ContextInfo *context, ContextInfo *sharedContext)
315 renderspu_SystemDestroyContext(ContextInfo *context)
339 ContextInfo *contex
[all...]
H A Drenderspu_glx.c1223 renderspu_SystemCreateContext( VisualInfo *visual, ContextInfo *context, ContextInfo *sharedContext )
1361 * Recreate the GLX context for ContextInfo. The new context will use the
1365 renderspu_RecreateContext( ContextInfo *context, int newVisualID )
1402 renderspu_SystemDestroyContext( ContextInfo *context )
1445 ContextInfo *context )
1681 ContextInfo *currentContext = (ContextInfo *) crGetTSD(&_RenderTSD);
1683 ContextInfo *currentContext = render_spu.currentContext;
2035 void renderspu_SystemDefaultSharedContextChanged(ContextInfo *fromContex
[all...]
H A Drenderspu_wgl.c1316 GLboolean renderspu_SystemCreateContext( VisualInfo *visual, ContextInfo *context, ContextInfo *sharedContext )
1341 void renderspu_SystemDestroyContext( ContextInfo *context )
1347 static GLboolean renderspuChkActivateSharedContext(ContextInfo *sharedContext)
1380 void renderspu_SystemMakeCurrent( WindowInfo *window, GLint nativeWindow, ContextInfo *context )
1722 void renderspu_SystemDefaultSharedContextChanged(ContextInfo *fromContext, ContextInfo *toContext)
H A Drenderspu_init.c424 ContextInfo *context = (ContextInfo *) data;
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu.h29 typedef struct context_info_t ContextInfo; typedef in typeref:struct:context_info_t
59 ContextInfo *currentContext;
108 ContextInfo context[CR_MAX_CONTEXTS];
131 ContextInfo *C = thread->currentContext
H A Dpackspu_config.c17 crMemZero(pack_spu.context, CR_MAX_CONTEXTS * sizeof(ContextInfo));
H A Dpackspu_pixel.c203 ContextInfo *ctx = thread->currentContext;
219 ContextInfo *ctx = thread->currentContext;
235 ContextInfo *ctx = thread->currentContext;
251 ContextInfo *ctx = thread->currentContext;
282 ContextInfo *ctx = thread->currentContext;
301 ContextInfo *ctx = thread->currentContext;
560 ContextInfo *ctx = thread->currentContext;
H A Dpackspu_context.c450 ContextInfo *context, *curContext;
507 ContextInfo *newCtx;
H A Dpackspu_net.c119 ContextInfo *ctx;

Completed in 160 milliseconds

12