Searched refs:numColors (Results 1 - 25 of 88) sorted by relevance

1234

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/
H A Dxf86RamDacPriv.h12 void RamDacLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices,
H A Dxf86RamDacCmap.c43 RamDacLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, LOCO *colors, argument
49 for (i = 0; i < numColors; i++) {
H A Dxf86RamDac.h34 int numColors,
H A DTI.h14 extern _X_EXPORT void TIramdacLoadPalette( ScrnInfoPtr pScrn, int numColors, int *indices,
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dac.h36 void XGILoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices,
H A Dxgi_dac.c604 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 Dvramdac.h45 void verite_setpalette(ScrnInfoPtr pScreenInfo, int numColors, int *indices,
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2ramdac.c103 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 Dglint.h320 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 Dg80_display.h25 void G80LoadPalette(ScrnInfoPtr, int numColors, int *indices, LOCO *, VisualPtr);
H A Driva_proto.h17 void RivaDACLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices,
H A Dnv_proto.h16 void NVDACLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices,
H A Dnv_dac.c324 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 Dxf86RandR12.h43 extern void xf86RandR12LoadPalette(ScrnInfoPtr pScrn, int numColors,
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86cmap.c99 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 Dxf86sbusBus.c604 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 Dxf86cmap.c98 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 Dxf86sbusBus.c638 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 Dnewport_cmap.c22 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 Dfbdevhwstub.c130 fbdevHWLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, argument
H A Dfbdevhw.h43 extern _X_EXPORT void fbdevHWLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw/
H A Dfbdevhwstub.c128 fbdevHWLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, argument
H A Dfbdevhw.h43 extern _X_EXPORT void fbdevHWLoadPalette(ScrnInfoPtr pScrn, int numColors,
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3.h182 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 Dsis_dac.h34 void SISLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indicies,

Completed in 24 milliseconds

1234