Searched refs:DGAInit (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_dga.c189 return DGAInit(pScreen, &CHIPS_HiQVDGAFuncs, modes, num);
192 return DGAInit(pScreen, &CHIPS_DGAFuncs, modes, num);
194 return DGAInit(pScreen, &CHIPS_MMIODGAFuncs, modes, num);
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_dga.c130 result = DGAInit(pScreen, &FFB_DGAFuncs, mode, 1);
133 "%s: DGA init failed, DGAInit returns FALSE.\n",
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86DiDGA.c216 return DGAInit(pScreen, &xf86_dga_funcs, xf86_config->dga_modes, xf86_config->dga_nmode);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86DiDGA.c208 return DGAInit(pScreen, &xf86_dga_funcs, xf86_config->dga_modes,
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dga.c309 return DGAInit(pScreen, &SISDGAFuncs3xx, modes, num);
311 return DGAInit(pScreen, &SISDGAFuncs, modes, num);
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_dga.c229 return DGAInit(pScreen, &S3V_DGAFuncs, modes, num);
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_dga.c108 return DGAInit(pScreen, &TDFX_DGAFuncs, modes, num);
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_dga.c167 return DGAInit(pScreen, &TRIDENTDGAFuncs, modes, num);
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_dga.c131 return DGAInit(pScreen, &TsengDGAFuncs, pTseng->DGAModes, pTseng->DGAnumModes);
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_dga.c161 return DGAInit(pScreen, &GLINTDGAFuncs, modes, num);
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128dga.c140 return DGAInit(pScreen, &I128_DGAFuncs, modes, num);
/xsrc/external/mit/xf86-video-i740/dist/src/
H A Di740_dga.c142 return DGAInit(pScreen, &I740DGAFuncs, modes, num);
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_dga.c145 return DGAInit(pScreen, &I810DGAFuncs, modes, num);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_dga.c145 return DGAInit(pScreen, &I810DGAFuncs, modes, num);
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dga.c140 return DGAInit(pScreen, &I810DGAFuncs, modes, num);
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx1_dga.c292 return DGAInit(pScreen, &GeodeDGAFuncs, modes, num);
H A Dnsc_gx2_dga.c291 return DGAInit(pScreen, &GX2DGAFuncs, modes, num);
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dcir_dga.c139 return DGAInit(pScreen, &CirDGAFuncs, pCir->DGAModes, pCir->DGAnumModes);
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_dga.c147 return DGAInit(pScreen, &NEODGAFuncs, modes, num);
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_dga.c228 return DGAInit(pScreen, &S3_DGAFuncs, modes, num);
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_dga.c262 return DGAInit(pScreen, &Savage_DGAFuncs, modes, num);
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dga.c234 return DGAInit(pScreen, &XGIDGAFuncs, modes, num);
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_dga.c173 return DGAInit(pScreen, &NV_DGAFuncs, modes, num);
H A Driva_dga.c165 return DGAInit(pScreen, &Riva_DGAFuncs, modes, num);
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datidga.c478 return DGAInit(pScreen, &pATI->ATIDGAFunctions, pATI->pDGAMode,

Completed in 23 milliseconds

12