Searched refs:DGAModeRec (Results 1 - 25 of 35) sorted by relevance

12

/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_dga.c122 newmodes = realloc(modes, (num + 2) * sizeof(DGAModeRec));
125 newmodes = realloc(modes, (num + 1) * sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_dga.c89 newmodes = realloc(modes, (num + 2) * sizeof(DGAModeRec));
92 newmodes = realloc(modes, (num + 1) * sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_dga.c83 newmodes = realloc(modes, (num + 1) * sizeof (DGAModeRec));
91 (void)memset(currentMode, 1, sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_dga.c83 newmodes = realloc(modes, (num + 2) * sizeof(DGAModeRec));
86 newmodes = realloc(modes, (num + 1) * sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128dga.c65 newmodes = realloc(modes, (num + 2) * sizeof(DGAModeRec));
68 newmodes = realloc(modes, (num + 1) * sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx1_dga.c222 newmodes = xrealloc(modes, (num + 2) * sizeof(DGAModeRec));
226 newmodes = xrealloc(modes, (num + 1) * sizeof(DGAModeRec));
H A Dnsc_gx2_dga.c221 newmodes = xrealloc(modes, (num + 2) * sizeof(DGAModeRec));
225 newmodes = xrealloc(modes, (num + 1) * sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dcir_dga.c92 newmodes = realloc(modes, (num + 1) * sizeof (DGAModeRec));
100 (void)memset(currentMode, 1, sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_dga.c77 mode = xnfcalloc(sizeof(DGAModeRec), 1);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86DiDGA.c64 modes = malloc(num * sizeof(DGAModeRec));
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86DiDGA.c59 modes = xallocarray(num, sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_dga.c91 newmodes = realloc(modes, (*num + 2) * sizeof(DGAModeRec));
94 newmodes = realloc(modes, (*num + 1) * sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_dga.c116 newmodes = realloc(modes, (*num + 2) * sizeof(DGAModeRec));
119 newmodes = realloc(modes, (*num + 1) * sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dga.c106 newmodes = xrealloc(modes, (*num + 2) * sizeof(DGAModeRec));
111 newmodes = xrealloc(modes, (*num + 1) * sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_dga.c109 newmodes = realloc(modes, (num + 2) * sizeof(DGAModeRec));
112 newmodes = realloc(modes, (num + 1) * sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datidga.c280 * This function translates DisplayModeRec's into DGAModeRec's.
327 (pATI->nDGAMode + 1) * SizeOf(DGAModeRec));
334 (void)memset(pDGAMode, 0, SizeOf(DGAModeRec));
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dga.c153 newmodes = realloc(modes, (*num + 2) * sizeof(DGAModeRec));
158 newmodes = realloc(modes, (*num + 1) * sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_dga.c57 newmodes = realloc(modes, (num+1)*sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-i740/dist/src/
H A Di740_dga.c86 newmodes = realloc(modes, (num + 1) * sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_dga.c92 newmodes = realloc(modes, (num + 1) * sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_dga.c92 newmodes = realloc(modes, (num + 1) * sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dga.c87 newmodes = xrealloc(modes, (num + 1) * sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_dga.c92 newmodes = realloc(modes, (num + 1) * sizeof(DGAModeRec));
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_dga.c80 if(!(newmodes = realloc(modes, (*num + 1) * sizeof(DGAModeRec))))
H A Driva_dga.c79 if(!(newmodes = realloc(modes, (*num + 1) * sizeof(DGAModeRec))))

Completed in 14 milliseconds

12