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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/xpdm/
H A DVBoxVideoIOCTL.h85 VBVAMEMORY *pVbvaMemory; member in struct:_VBVAENABLERESULT
/vbox/src/VBox/Main/include/
H A DDisplayImpl.h105 VBVAMEMORY *pVbvaMemory; member in struct:VIDEOACCEL
187 int VideoAccelEnableVGA(bool fEnable, VBVAMEMORY *pVbvaMemory);
190 int VideoAccelEnableVMMDev(bool fEnable, VBVAMEMORY *pVbvaMemory);
425 int i_VideoAccelEnable(bool fEnable, VBVAMEMORY *pVbvaMemory, PPDMIDISPLAYPORT pUpPort);
430 int i_videoAccelEnable(bool fEnable, VBVAMEMORY *pVbvaMemory, PPDMIDISPLAYPORT pUpPort);
486 void i_vbvaSetMemoryFlags(VBVAMEMORY *pVbvaMemory,
/vbox/src/VBox/Main/src-client/
H A DDisplayImplLegacy.cpp34 pVideoAccel->pVbvaMemory = NULL;
187 void i_vbvaSetMemoryFlags(VBVAMEMORY *pVbvaMemory, argument
194 if (pVbvaMemory)
207 pVbvaMemory->fu32SupportedOrders = fu32SupportedOrders;
211 pVbvaMemory->fu32ModeFlags = fu32Flags;
252 int Display::i_VideoAccelEnable(bool fEnable, VBVAMEMORY *pVbvaMemory, PPDMIDISPLAYPORT pUpPort) argument
257 rc = i_videoAccelEnable(fEnable, pVbvaMemory, pUpPort);
263 int Display::i_videoAccelEnable(bool fEnable, VBVAMEMORY *pVbvaMemory, PPDMIDISPLAYPORT pUpPort) argument
279 LogRelFlowFunc(("mfVideoAccelEnabled = %d, fEnable = %d, pVbvaMemory = %p\n",
280 pVideoAccel->fVideoAccelEnabled, fEnable, pVbvaMemory));
357 i_vbvaVerifyRingBuffer(VBVAMEMORY *pVbvaMemory) argument
362 i_vbvaFetchBytes(VBVAMEMORY *pVbvaMemory, uint8_t *pu8Dst, uint32_t cbDst) argument
393 i_vbvaPartialRead(uint8_t **ppu8, uint32_t *pcb, uint32_t cbRecord, VBVAMEMORY *pVbvaMemory) argument
442 VBVAMEMORY *pVbvaMemory = pVideoAccel->pVbvaMemory; local
643 VBVAMEMORY *pVbvaMemory = pVideoAccel->pVbvaMemory; local
[all...]
H A DVMMDevInterface.cpp365 DECLCALLBACK(int) iface_VideoAccelEnable(PPDMIVMMDEVCONNECTOR pInterface, bool fEnable, VBVAMEMORY *pVbvaMemory) argument
374 LogSunlover(("MAIN::VMMDevInterface::iface_VideoAccelEnable: %d, %p\n", fEnable, pVbvaMemory));
375 return display->VideoAccelEnableVMMDev(fEnable, pVbvaMemory);
H A DDisplayImpl.cpp1405 int Display::VideoAccelEnableVMMDev(bool fEnable, VBVAMEMORY *pVbvaMemory) argument
1407 LogFlowFunc(("%d %p\n", fEnable, pVbvaMemory));
1411 rc = i_VideoAccelEnable(fEnable, pVbvaMemory, mpDrv->pUpPort);
1418 int Display::VideoAccelEnableVGA(bool fEnable, VBVAMEMORY *pVbvaMemory) argument
1420 LogFlowFunc(("%d %p\n", fEnable, pVbvaMemory));
1424 rc = i_VideoAccelEnable(fEnable, pVbvaMemory, mpDrv->pUpPort);
1470 i_vbvaSetMemoryFlags(pVideoAccel->pVbvaMemory, pVideoAccel->fVideoAccelEnabled, mfVideoAccelVRDP, mfu32SupportedOrders,
1490 i_vbvaSetMemoryFlags(pVideoAccel->pVbvaMemory, pVideoAccel->fVideoAccelEnabled, mfVideoAccelVRDP, mfu32SupportedOrders,

Completed in 54 milliseconds