Searched refs:UpdateColormap (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunCfb24.c119 pPrivate->UpdateColormap = CG24UpdateColormap;
H A DsunCfb.c196 (*pPrivate->UpdateColormap) (cmap->pScreen, 0, 256, rmap, gmap, bmap);
246 (*pPrivate->UpdateColormap) (pmap->pScreen, i, 1, rmap, gmap, bmap);
277 (*pPrivate->UpdateColormap)(pScreen, 0, NCMAP, rmap, gmap, bmap);
301 pPrivate->UpdateColormap = CGUpdateColormap;
439 pPrivate->UpdateColormap = CG2UpdateColormap;
H A Dsun.h260 void (*UpdateColormap)(ScreenPtr, int, int, u_char *, u_char *, u_char *); member in struct:__anon6d0477380608
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunCfb24.c119 pPrivate->UpdateColormap = CG24UpdateColormap;
H A DsunCfb.c196 (*pPrivate->UpdateColormap) (cmap->pScreen, 0, 256, rmap, gmap, bmap);
247 (*pPrivate->UpdateColormap) (pmap->pScreen, i, 1, rmap, gmap, bmap);
278 (*pPrivate->UpdateColormap)(pScreen, 0, NCMAP, rmap, gmap, bmap);
302 pPrivate->UpdateColormap = CGUpdateColormap;
442 pPrivate->UpdateColormap = CG2UpdateColormap;
H A Dsun.h237 void (*UpdateColormap)(ScreenPtr, int, int, u_char *, u_char *, u_char *); member in struct:__anon0987010b0408
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A Drootless.h313 RootlessUpdateColormapProc UpdateColormap; member in struct:_RootlessFrameProcs
H A DrootlessWindow.c1422 if (SCREENREC(pScreen)->imp->UpdateColormap)
1423 SCREENREC(pScreen)->imp->UpdateColormap(winRec->wid, pScreen);
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A Drootless.h309 RootlessUpdateColormapProc UpdateColormap; member in struct:_RootlessFrameProcs
H A DrootlessWindow.c1443 if (SCREENREC(pScreen)->imp->UpdateColormap)
1444 SCREENREC(pScreen)->imp->UpdateColormap(winRec->wid, pScreen);

Completed in 15 milliseconds