Searched refs:gpVgaGraphicsDevice (Results 1 – 1 of 1) sorted by relevance
16 static PGRAPHICS_DEVICE gpVgaGraphicsDevice; variable245 if (!gpVgaGraphicsDevice || !EngpHasVgaDriver(gpVgaGraphicsDevice)) in EngpUpdateGraphicsDeviceList()247 gpVgaGraphicsDevice = pGraphicsDevice; in EngpUpdateGraphicsDeviceList()248 TRACE("gpVgaGraphicsDevice = %p\n", gpVgaGraphicsDevice); in EngpUpdateGraphicsDeviceList()266 gpVgaGraphicsDevice && in EngpUpdateGraphicsDeviceList()267 gpPrimaryGraphicsDevice != gpVgaGraphicsDevice && in EngpUpdateGraphicsDeviceList()271 …TRACE("Linking VGA device %S to primary device %S\n", gpVgaGraphicsDevice->szNtDeviceName, gpPrima… in EngpUpdateGraphicsDeviceList()272 EngpUnlinkGraphicsDevice(gpVgaGraphicsDevice); in EngpUpdateGraphicsDeviceList()273 gpPrimaryGraphicsDevice->pVgaDevice = gpVgaGraphicsDevice; in EngpUpdateGraphicsDeviceList()