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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxUhgsmiBase.h157 VOID* pCommandBuffer, UINT *pCommandBufferSize,
162 if (*pCommandBufferSize < cbDmaCmd)
173 *pCommandBufferSize = cbDmaCmd;
156 vboxUhgsmiBaseDxDmaFill(PVBOXUHGSMI_BUFFER_SUBMIT aBuffers, uint32_t cBuffers, VOID* pCommandBuffer, UINT *pCommandBufferSize, D3DDDI_ALLOCATIONLIST *pAllocationList, UINT AllocationListSize, D3DDDI_PATCHLOCATIONLIST *pPatchLocationList, UINT PatchLocationListSize) argument

Completed in 42 milliseconds