| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/ |
| H A D | xf86RamDacPriv.h | 12 void RamDacLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices,
|
| H A D | xf86RamDacCmap.c | 43 RamDacLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, LOCO *colors, argument 49 for (i = 0; i < numColors; i++) {
|
| H A D | xf86RamDac.h | 34 int numColors,
|
| H A D | TI.h | 14 extern _X_EXPORT void TIramdacLoadPalette( ScrnInfoPtr pScrn, int numColors, int *indices,
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_dac.h | 36 void XGILoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices,
|
| H A D | xgi_dac.c | 604 XGILoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, LOCO *colors, argument 619 PDEBUG(ErrorF("xgiLoadPalette(%d)\n", numColors)); 627 for(i=0; i<numColors; i++) { 647 for(i=0; i<numColors; i++) { 665 for(i=0; i<numColors; i++) { 684 for(i=0; i<numColors; i++) {
|
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| H A D | vramdac.h | 45 void verite_setpalette(ScrnInfoPtr pScreenInfo, int numColors, int *indices,
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | pm2ramdac.c | 103 int numColors, 116 for(i = 0; i < numColors; i++) { 136 int numColors, 144 for(i = 0; i < numColors; i++) { 101 Permedia2LoadPalette(ScrnInfoPtr pScrn,int numColors,int * indices,LOCO * colors,VisualPtr pVisual) argument 134 Permedia2LoadPalette16(ScrnInfoPtr pScrn,int numColors,int * indices,LOCO * colors,VisualPtr pVisual) argument
|
| H A D | glint.h | 320 void Permedia2LoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, 322 void Permedia2LoadPalette16(ScrnInfoPtr pScrn, int numColors, int *indices, 324 void Permedia3LoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, 326 void Permedia3LoadPalette16(ScrnInfoPtr pScrn, int numColors, int *indices,
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | g80_display.h | 25 void G80LoadPalette(ScrnInfoPtr, int numColors, int *indices, LOCO *, VisualPtr);
|
| H A D | riva_proto.h | 17 void RivaDACLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices,
|
| H A D | nv_proto.h | 16 void NVDACLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices,
|
| H A D | nv_dac.c | 324 NVDACLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, LOCO *colors, argument 335 for(i = 0; i < numColors; i++) { 343 for(i = 0; i < numColors; i++) { 353 for(i = 0; i < numColors; i++) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86RandR12.h | 43 extern void xf86RandR12LoadPalette(ScrnInfoPtr pScrn, int numColors,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86cmap.c | 99 int numColors; member in struct:__anon58e541140208 267 int numColors; local in function:CMapAllocateColormapPrivate 271 numColors = pmap->pVisual->ColormapEntries; 273 numColors = 1 << pmap->pVisual->nplanes; 275 if(!(colors = malloc(numColors * sizeof(LOCO)))) 285 pColPriv->numColors = numColors; 422 num = pColPriv->numColors; 423 for(i = 0; i < pColPriv->numColors; i++) 535 int i = cmapPriv->numColors; 567 int numColors, i; local in function:CMapRefreshColors [all...] |
| H A D | xf86sbusBus.c | 604 xf86SbusCmapLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, argument 610 unsigned char *data = malloc(numColors*3); 617 fbcmap.green = data + numColors; 618 fbcmap.blue = fbcmap.green + numColors; 619 for (i = 0; i < numColors; i++) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86cmap.c | 98 int numColors; member in struct:__anon5cef10e70208 269 int numColors; local in function:CMapAllocateColormapPrivate 273 numColors = pmap->pVisual->ColormapEntries; 275 numColors = 1 << pmap->pVisual->nplanes; 277 if (!(colors = xallocarray(numColors, sizeof(LOCO)))) 287 pColPriv->numColors = numColors; 423 num = pColPriv->numColors; 424 for (i = 0; i < pColPriv->numColors; i++) 533 int i = cmapPriv->numColors; 565 int numColors, i; local in function:CMapRefreshColors [all...] |
| H A D | xf86sbusBus.c | 638 xf86SbusCmapLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, argument 651 fbcmap.red = data = xallocarray(numColors, 3); 654 fbcmap.green = data + numColors; 655 fbcmap.blue = fbcmap.green + numColors; 656 for (i = 0; i < numColors; i++) {
|
| /xsrc/external/mit/xf86-video-newport/dist/src/ |
| H A D | newport_cmap.c | 22 void NewportLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, \ argument 28 for(i = 0; i < numColors; i++) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/fbdevhw/ |
| H A D | fbdevhwstub.c | 130 fbdevHWLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, argument
|
| H A D | fbdevhw.h | 43 extern _X_EXPORT void fbdevHWLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices,
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw/ |
| H A D | fbdevhwstub.c | 128 fbdevHWLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, argument
|
| H A D | fbdevhw.h | 43 extern _X_EXPORT void fbdevHWLoadPalette(ScrnInfoPtr pScrn, int numColors,
|
| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| H A D | s3.h | 182 void (*LoadPalette)(ScrnInfoPtr pScrn, int numColors, 251 void S3TiLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indicies, LOCO *colors,
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_dac.h | 34 void SISLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indicies,
|