Searched refs:DefaultContext (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
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
[all...]
H A DVBoxDispCm.cpp197 Assert(pDevice->DefaultContext.ContextInfo.hContext);
198 DestroyContext.hContext = pDevice->DefaultContext.ContextInfo.hContext;
H A DVBoxDispD3D.h205 VBOXWDDMDISP_CONTEXT DefaultContext; member in struct:VBOXWDDMDISP_DEVICE
H A DVBoxDispD3D.cpp321 NscAdd.pvCommandBuffer = pDevice->DefaultContext.ContextInfo.pCommandBuffer;
322 NscAdd.cbCommandBuffer = pDevice->DefaultContext.ContextInfo.CommandBufferSize;
323 NscAdd.pAllocationList = pDevice->DefaultContext.ContextInfo.pAllocationList;
324 NscAdd.cAllocationList = pDevice->DefaultContext.ContextInfo.AllocationListSize;
325 NscAdd.pPatchLocationList = pDevice->DefaultContext.ContextInfo.pPatchLocationList;
326 NscAdd.cPatchLocationList = pDevice->DefaultContext.ContextInfo.PatchLocationListSize;
379 RenderData.CommandLength = pDevice->DefaultContext.ContextInfo.CommandBufferSize - NscAdd.cbCommandBuffer;
383 RenderData.NumAllocations = pDevice->DefaultContext.ContextInfo.AllocationListSize - NscAdd.cAllocationList;
385 RenderData.NumPatchLocations = pDevice->DefaultContext.ContextInfo.PatchLocationListSize - NscAdd.cPatchLocationList;
390 RenderData.hContext = pDevice->DefaultContext
[all...]
H A DVBoxD3DIf.cpp853 DdiEscape.hContext = pDevice->DefaultContext.ContextInfo.hContext;
889 DdiEscape.hContext = pDevice->DefaultContext.ContextInfo.hContext;

Completed in 68 milliseconds