Searched refs:pfnResize (Results 1 - 9 of 9) sorted by relevance
/vbox/include/VBox/ |
H A D | VBoxVideoHost3D.h | 111 PFNVBOXCRCMD_SVR_RESIZE pfnResize; member in struct:VBOXCRCMD_SVRINFO
|
H A D | vd-image-backend.h | 551 DECLR3CALLBACKMEMBER(int, pfnResize, (void *pBackendData,
|
/vbox/include/VBox/vmm/ |
H A D | pdmifs.h | 748 DECLR3CALLBACKMEMBER(int, pfnResize,(PPDMIDISPLAYCONNECTOR pInterface, uint32_t cBits, void *pvVRAM, uint32_t cbLine, uint32_t cx, uint32_t cy)); 932 * @todo Merge with pfnResize.
|
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA.cpp | 1775 /* The caller does not want to call the pfnResize. */ 1781 int rc = pDrv->pfnResize(pDrv, 0, NULL, 0, pThis->last_scr_width, pThis->last_scr_height); 2039 /* do not do pfnResize in case VBVA is on since all mode changes are performed over VBVA 2041 * although we should avoid calling pfnResize for XPDM as well, since pfnResize is actually an extra resize 2054 rc = pDrv->pfnResize(pDrv, cBits, pThis->CTX_SUFF(vram_ptr) + pThis->start_addr * 4, pThis->line_offset, cx, cy); 2353 /* The caller does not want to call the pfnResize. */ 4774 Connector.pfnResize = vgaDummyResize; 5746 && pThis->pDrv->pfnResize 5752 Assert(pThis->pDrv->pfnResize); [all...] |
H A D | DevVGA-SVGA.cpp | 991 rc = pThis->pDrv->pfnResize(pThis->pDrv, pThis->svga.uBpp, pThis->CTX_SUFF(vram_ptr), pThis->svga.cbScanline, pThis->svga.uWidth, pThis->svga.uHeight);
|
H A D | DevVGA_VDMA.cpp | 1479 rc = pVdma->CrSrvInfo.pfnResize(pVdma->CrSrvInfo.hSvr, &Screen, aTargetMap); 1482 WARN(("pfnResize failed %d\n", rc));
|
/vbox/src/VBox/Main/src-client/ |
H A D | DisplayImpl.cpp | 2954 * @see PDMIDISPLAYCONNECTOR::pfnResize 4183 pThis->IConnector.pfnResize = Display::i_displayResizeCallback;
|
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/ |
H A D | server_main.c | 3981 pSetup->CrCmdServerInfo.pfnResize = crVBoxCrCmdResize;
|
/vbox/src/VBox/Storage/ |
H A D | VD.cpp | 8563 if (!pImage->Backend->pfnResize) 8614 rc = pImage->Backend->pfnResize(pImage->pBackendData,
|
Completed in 144 milliseconds