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

/vbox/include/VBox/
H A DVBoxVideoHost3D.h35 typedef struct PDMIDISPLAYCONNECTOR *HVBOXCRCMDCLTSCR;
/vbox/include/VBox/vmm/
H A Dpdmifs.h495 * Pair with PDMIDISPLAYCONNECTOR.
503 * PDMIDISPLAYCONNECTOR interface and calles PDMIDISPLAYCONNECTOR::pfnUpdateRect()
516 * PDMIDISPLAYCONNECTOR interface and calles PDMIDISPLAYCONNECTOR::pfnUpdateRect().
586 * the memory pointed to by the PDMIDISPLAYCONNECTOR interface.
722 typedef struct PDMIDISPLAYCONNECTOR *PPDMIDISPLAYCONNECTOR;
729 typedef struct PDMIDISPLAYCONNECTOR struct
874 * 2. PDMIDISPLAYCONNECTOR implementor (i.e. DisplayImpl) must NOT notify crogl backend
1005 } PDMIDISPLAYCONNECTOR; typedef in typeref:struct:PDMIDISPLAYCONNECTOR
[all...]
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1702 PDMIDISPLAYCONNECTOR *pDrv)
2025 PDMIDISPLAYCONNECTOR *pDrv)
2159 PDMIDISPLAYCONNECTOR *pDrv)
2271 PDMIDISPLAYCONNECTOR *pDrv)
2465 static void vga_draw_blank(PVGASTATE pThis, int full_update, PDMIDISPLAYCONNECTOR *pDrv)
2507 PDMIDISPLAYCONNECTOR *pDrv, int32_t *pcur_graphic_mode)
4766 PDMIDISPLAYCONNECTOR Connector;
5741 pThis->pDrv = PDMIBASE_QUERY_INTERFACE(pThis->pDrvBase, PDMIDISPLAYCONNECTOR);
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp69 * @implements PDMIDISPLAYCONNECTOR
80 PDMIDISPLAYCONNECTOR IConnector;
87 /** Converts PDMIDISPLAYCONNECTOR pointer to a DRVMAINDISPLAY pointer. */
2954 * @see PDMIDISPLAYCONNECTOR::pfnResize
2990 * @see PDMIDISPLAYCONNECTOR::pfnUpdateRect
3013 * @see PDMIDISPLAYCONNECTOR::pfnRefresh
3144 * @see PDMIDISPLAYCONNECTOR::pfnReset
3159 * @see PDMIDISPLAYCONNECTOR::pfnLFBModeChange
3176 * @see PDMIDISPLAYCONNECTOR::pfnProcessAdapterData
3188 * @see PDMIDISPLAYCONNECTOR
[all...]

Completed in 77 milliseconds