Searched refs:pRates (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrinfo.c130 mode = RROldModeAdd (output, size, size->pRates[r].rate);
132 size->pRates[r].rate == pScrPriv->rate)
137 free(size->pRates);
277 tmp.pRates = 0;
303 if (pSize->pRates[i].rate == rate)
306 pNew = realloc(pSize->pRates,
312 pSize->pRates = pNew;
H A Drrscreen.c550 size[l].pRates = &refresh[data->nrefresh];
569 if (vRefresh == size[l].pRates[r].rate)
573 size[l].pRates[r].rate = vRefresh;
574 size[l].pRates[r].mode = mode;
707 *rates = pSize->pRates[j].rate;
880 if (pSize->pRates[i].rate == rate)
892 mode = pSize->pRates[i].mode;
895 mode = pSize->pRates[0].mode;
H A Drandrstr.h223 RRScreenRatePtr pRates; member in struct:_rrScreenSize
H A Drrcrtc.c361 size.pRates = &rate;
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrinfo.c124 mode = RROldModeAdd(output, size, size->pRates[r].rate);
126 size->pRates[r].rate == pScrPriv->rate) {
130 free(size->pRates);
264 tmp.pRates = 0;
289 if (pSize->pRates[i].rate == rate)
292 pNew = reallocarray(pSize->pRates, pSize->nRates + 1, sizeof(RRScreenRate));
297 pSize->pRates = pNew;
H A Drrscreen.c719 size[l].pRates = &refresh[data->nrefresh];
736 if (vRefresh == size[l].pRates[r].rate)
739 size[l].pRates[r].rate = vRefresh;
740 size[l].pRates[r].mode = mode;
866 *rates = pSize->pRates[j].rate;
1030 if (pSize->pRates[i].rate == rate)
1041 mode = pSize->pRates[i].mode;
1044 mode = pSize->pRates[0].mode;
H A Drandrstr.h299 RRScreenRatePtr pRates; member in struct:_rrScreenSize
H A Drrcrtc.c808 size.pRates = &rate;

Completed in 15 milliseconds