Searched refs:VBoxMPCmnMapAdapterMemory (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPHGSMI.cpp77 rc = VBoxMPCmnMapAdapterMemory(pCommon, &pCommon->pvAdapterInformation, offVRAMBaseMapping, cbMapping);
80 LOG(("VBoxMPCmnMapAdapterMemory failed rc = %d", rc));
117 rc = VBoxMPCmnMapAdapterMemory (pCommon, &pCommon->pvMiniportHeap,
H A DVBoxMPCommon.h25 int VBoxMPCmnMapAdapterMemory(PVBOXMP_COMMON pCommon, void **ppv, uint32_t ulOffset, uint32_t ulSize);
H A DVBoxMPCommon.cpp22 int VBoxMPCmnMapAdapterMemory(PVBOXMP_COMMON pCommon, void **ppv, uint32_t ulOffset, uint32_t ulSize) function
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVbva.cpp47 int rc = VBoxMPCmnMapAdapterMemory(VBoxCommonFromDeviceExt(pDevExt),
59 WARN(("VBoxMPCmnMapAdapterMemory failed rc %d", rc));
940 int rc = VBoxMPCmnMapAdapterMemory(VBoxCommonFromDeviceExt(pDevExt),
951 WARN(("VBoxMPCmnMapAdapterMemory failed rc %d", rc));
H A DVBoxMPVdma.cpp1621 rc = VBoxMPCmnMapAdapterMemory(VBoxCommonFromDeviceExt(pDevExt),
H A DVBoxMPWddm.cpp883 rc = VBoxMPCmnMapAdapterMemory(VBoxCommonFromDeviceExt(pDevExt), (void**)&pDevExt->pvVisibleVram,
923 rc = VBoxMPCmnMapAdapterMemory(VBoxCommonFromDeviceExt(pDevExt), (void**)&pDevExt->pvVisibleVram,
928 WARN(("VBoxMPCmnMapAdapterMemory failed, rc %d", rc));

Completed in 90 milliseconds