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

/vbox/include/VBox/vmm/
H A Dpdmifs.h492 typedef struct PDMIDISPLAYPORT *PPDMIDISPLAYPORT;
497 typedef struct PDMIDISPLAYPORT struct
542 * one PDMIDISPLAYPORT::pfnRefresh() call to the next one.
703 } PDMIDISPLAYPORT; typedef in typeref:struct:PDMIDISPLAYPORT
704 /** PDMIDISPLAYPORT interface ID. */
727 * Pair with PDMIDISPLAYPORT.
752 * PDMIDISPLAYPORT::pfnUpdateDisplay is the caller.
767 * PDMIDISPLAYPORT::pfnSetRefreshRate(). The driver should call
768 * PDMIDISPLAYPORT::pfnUpdateDisplay() if it wishes to refresh the
769 * display. PDMIDISPLAYPORT
[all...]
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.h398 PDMIDISPLAYPORT IPort;
H A DDevVGA.cpp4469 PDMIBASE_RETURN_INTERFACE(pszIID, PDMIDISPLAYPORT, &pThis->IPort);
4531 * PDMIDISPLAYPORT::pfnUpdateDisplay is the caller.
4550 * PDMIDISPLAYPORT::pfnSetRefreshRate(). The driver should call
4551 * PDMIDISPLAYPORT::pfnUpdateDisplay() if it wishes to refresh the
4552 * display. PDMIDISPLAYPORT::pfnUpdateDisplay calls pfnUpdateRect with
4706 /** @copydoc PDMIDISPLAYPORT::pfnQueryColorDepth */
4726 * @see PDMIDISPLAYPORT::pfnTakeScreenshot() for details.
4833 * @see PDMIDISPLAYPORT::pfnFreeScreenshot() for details.
4853 * @see PDMIDISPLAYPORT::pfnDisplayBlt() for details.
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp4215 pThis->pUpPort = PDMIBASE_QUERY_INTERFACE(pDrvIns->pUpBase, PDMIDISPLAYPORT);

Completed in 402 milliseconds