Searched defs:offVRAMHostArea (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/ |
H A D | VBoxMPHGSMI.cpp | 60 offHostFlags, offVRAMHostArea, cbHostArea; local 105 offVRAMBaseMapping, &offVRAMHostArea, 118 offVRAMHostArea, cbHostArea); 130 offVRAMHostArea, cbHostArea); 145 fCaps, offVRAMHostArea,
|
/vbox/src/VBox/Additions/common/VBoxVideo/ |
H A D | HGSMIBase.cpp | 370 uint32_t offVRAMHostArea = offVRAMBaseMapping, cbHostArea = 0; local 389 offVRAMHostArea = offVRAMBaseMapping - cbHostArea; 393 *poffVRAMHostArea = offVRAMHostArea; 394 LogFunc(("offVRAMHostArea = 0x%08X, cbHostArea = 0x%08X\n", 395 offVRAMHostArea, cbHostArea)); 407 * @param offVRAMHostArea offset of the host heap area into VRAM 414 uint32_t offVRAMHostArea, 422 offVRAMHostArea); 436 * @param offVRAMHostArea offset into VRAM of the host heap area 442 uint32_t offVRAMHostArea, 410 VBoxHGSMISetupHostContext(PHGSMIHOSTCOMMANDCONTEXT pCtx, void *pvBaseMapping, uint32_t offHostFlags, void *pvHostAreaMapping, uint32_t offVRAMHostArea, uint32_t cbHostArea) argument 439 VBoxHGSMISendHostCtxInfo(PHGSMIGUESTCOMMANDCONTEXT pCtx, HGSMIOFFSET offVRAMFlagsLocation, uint32_t fCaps, uint32_t offVRAMHostArea, uint32_t cbHostArea) argument [all...] |
Completed in 65 milliseconds