Searched refs:gammaSize (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86RandR12.h46 extern Bool xf86RandR12InitGamma(ScrnInfoPtr pScrn, unsigned gammaSize);
H A Dxf86RandR12.c1380 randr_crtc->gammaSize);
1382 if (max_size > randr_crtc->gammaSize)
1383 max_size = randr_crtc->gammaSize;
1421 unsigned size = crtc->randr_crtc->gammaSize;
1486 xf86RandR12InitGamma(ScrnInfoPtr pScrn, unsigned gammaSize) { argument
1499 if (!RRCrtcGammaSetSize(crtc->randr_crtc, gammaSize) ||
2009 randr_crtc->gammaSize);
2034 size = max(0, randr_crtc->gammaSize);
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrcrtc.c87 crtc->gammaSize = 0;
464 memcpy (crtc->gammaRed, red, crtc->gammaSize * sizeof (CARD16));
465 memcpy (crtc->gammaGreen, green, crtc->gammaSize * sizeof (CARD16));
466 memcpy (crtc->gammaBlue, blue, crtc->gammaSize * sizeof (CARD16));
554 if (size == crtc->gammaSize)
568 crtc->gammaSize = size;
1133 reply.size = crtc->gammaSize;
1160 len = crtc->gammaSize * 3 * 2;
1162 if (crtc->gammaSize) {
1171 reply.size = crtc->gammaSize;
[all...]
H A Drandrstr.h117 int gammaSize; member in struct:_rrCrtc
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrcrtc.c87 crtc->gammaSize = 0;
927 memcpy(crtc->gammaRed, red, crtc->gammaSize * sizeof(CARD16));
928 memcpy(crtc->gammaGreen, green, crtc->gammaSize * sizeof(CARD16));
929 memcpy(crtc->gammaBlue, blue, crtc->gammaSize * sizeof(CARD16));
1056 if (size == crtc->gammaSize)
1069 crtc->gammaSize = size;
1650 .size = crtc->gammaSize
1677 len = crtc->gammaSize * 3 * 2;
1679 if (crtc->gammaSize) {
1689 .size = crtc->gammaSize
[all...]
H A Drandrstr.h126 int gammaSize; member in struct:_rrCrtc
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinrandr.c288 for (i = 0; i < crtc->gammaSize; i++) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86RandR12.c1247 if (randr_crtc->gammaSize != crtc->gamma_size) {
1257 crtc->gamma_size = randr_crtc->gammaSize;
1285 if (randr_crtc->gammaSize != crtc->gamma_size) {
1294 randr_crtc->gammaSize = crtc->gamma_size;
1705 size = max(0, crtc->gammaSize);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86cmap.c1023 if (crtc->gammaSize != size)
1097 return crtc->gammaSize;
1126 if (crtc->gammaSize < size)

Completed in 16 milliseconds