Searched refs:BackupLayouts (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dga.c249 static XGIFBLayout BackupLayouts[MAXSCREENS]; local in function:XGI_SetMode
257 memcpy(&pXGI->CurrentLayout, &BackupLayouts[index], sizeof(XGIFBLayout));
270 memcpy(&BackupLayouts[index], &pXGI->CurrentLayout, sizeof(XGIFBLayout));
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dga.c360 static SISFBLayout BackupLayouts[MAXSCREENS]; local in function:SIS_SetMode
368 memcpy(&pSiS->CurrentLayout, &BackupLayouts[index], sizeof(SISFBLayout));
381 memcpy(&BackupLayouts[index], &pSiS->CurrentLayout, sizeof(SISFBLayout));

Completed in 6 milliseconds