| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86cmap.c | 98 int numColors; member 269 int numColors; in CMapAllocateColormapPrivate() local 273 numColors = pmap->pVisual->ColormapEntries; in CMapAllocateColormapPrivate() 275 numColors = 1 << pmap->pVisual->nplanes; in CMapAllocateColormapPrivate() 277 if (!(colors = xallocarray(numColors, sizeof(LOCO)))) in CMapAllocateColormapPrivate() 287 pColPriv->numColors = numColors; in CMapAllocateColormapPrivate() 423 num = pColPriv->numColors; in CMapStoreColors() 424 for (i = 0; i < pColPriv->numColors; i++) in CMapStoreColors() 533 int i = cmapPriv->numColors; in CMapReinstallMap() 540 CMapRefreshColors(pmap, cmapPriv->numColors, indices); in CMapReinstallMap() [all …]
|
| H A D | xf86sbusBus.c | 638 xf86SbusCmapLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, in xf86SbusCmapLoadPalette() argument 651 fbcmap.red = data = xallocarray(numColors, 3); in xf86SbusCmapLoadPalette() 654 fbcmap.green = data + numColors; in xf86SbusCmapLoadPalette() 655 fbcmap.blue = fbcmap.green + numColors; in xf86SbusCmapLoadPalette() 656 for (i = 0; i < numColors; i++) { in xf86SbusCmapLoadPalette()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/ |
| H A D | xf86RamDacCmap.c | 42 RamDacLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, LOCO * colors, in RamDacLoadPalette() argument 48 for (i = 0; i < numColors; i++) { in RamDacLoadPalette()
|
| H A D | xf86RamDacPriv.h | 12 void RamDacLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices,
|
| H A D | TI.h | 28 extern _X_EXPORT void TIramdacLoadPalette(ScrnInfoPtr pScrn, int numColors,
|
| H A D | xf86RamDac.h | 33 int numColors,
|
| H A D | TI.c | 687 int numColors, in TIramdacLoadPalette() argument 694 for (i = 0; i < numColors; i++) { in TIramdacLoadPalette() 712 for (i = 0; i < numColors; i++) { in TIramdacLoadPalette()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/shaders/ |
| H A D | posterize.fsh | 38 uniform float numColors; 51 x = x * numColors; 53 x = x / numColors;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86RandR12.h | 43 extern void xf86RandR12LoadPalette(ScrnInfoPtr pScrn, int numColors,
|
| H A D | xf86RandR12.c | 1949 xf86RandR12LoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, in xf86RandR12LoadPalette() argument 1984 for (i = 0; i < numColors; i++) { in xf86RandR12LoadPalette()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/ |
| H A D | fbdevhwstub.c | 128 fbdevHWLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, in fbdevHWLoadPalette() argument
|
| H A D | fbdevhw.h | 43 extern _X_EXPORT void fbdevHWLoadPalette(ScrnInfoPtr pScrn, int numColors,
|
| H A D | fbdevhw.c | 771 fbdevHWLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, in fbdevHWLoadPalette() argument 784 for (i = 0; i < numColors; i++) { in fbdevHWLoadPalette()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/ |
| H A D | EffectPosterize.qml | 53 property real numColors: 8.0
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/ |
| H A D | vgaHW.c | 1823 vgaHWLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, LOCO * colors, in vgaHWLoadPalette() argument 1829 for (i = 0; i < numColors; i++) { in vgaHWLoadPalette()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.c | 4062 drmmode_load_palette(ScrnInfoPtr pScrn, int numColors, in drmmode_load_palette() argument 4082 for (i = 0; i < numColors; i++) { in drmmode_load_palette() 4092 for (i = 0; i < numColors; i++) { in drmmode_load_palette() 4108 for (i = 0; i < numColors; i++) { in drmmode_load_palette()
|