Searched refs:offVRAMBaseMapping (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPHGSMI.cpp59 uint32_t offVRAMBaseMapping, cbMapping, offGuestHeapMemory, cbGuestHeapMemory, local
72 VBoxHGSMIGetBaseMappingInfo(pCommon->cbVRAM, &offVRAMBaseMapping,
77 rc = VBoxMPCmnMapAdapterMemory(pCommon, &pCommon->pvAdapterInformation, offVRAMBaseMapping, cbMapping);
89 offVRAMBaseMapping
105 offVRAMBaseMapping, &offVRAMHostArea,
144 offVRAMBaseMapping + offHostFlags,
/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dvbva.c178 uint32_t offVRAMBaseMapping, offGuestHeapMemory, cbGuestHeapMemory; local
181 VBoxHGSMIGetBaseMappingInfo(pScrn->videoRam * 1024, &offVRAMBaseMapping,
184 pvGuestHeapMemory = ((uint8_t *)pVBox->base) + offVRAMBaseMapping
187 pScrn->videoRam, offVRAMBaseMapping + offGuestHeapMemory,
191 offVRAMBaseMapping + offGuestHeapMemory,
198 pVBox->cbView = pVBox->cbFBMax = offVRAMBaseMapping;
/vbox/src/VBox/Additions/common/VBoxVideo/
H A DHGSMIBase.cpp358 * @param offVRAMBaseMapping the offset of the basic communication structures
366 uint32_t offVRAMBaseMapping,
370 uint32_t offVRAMHostArea = offVRAMBaseMapping, cbHostArea = 0;
389 offVRAMHostArea = offVRAMBaseMapping - cbHostArea;
364 VBoxHGSMIGetHostAreaMapping(PHGSMIGUESTCOMMANDCONTEXT pCtx, uint32_t cbVRAM, uint32_t offVRAMBaseMapping, uint32_t *poffVRAMHostArea, uint32_t *pcbHostArea) argument
/vbox/include/VBox/
H A DVBoxVideoGuest.h235 uint32_t offVRAMBaseMapping,

Completed in 46 milliseconds