Home
last modified time | relevance | path

Searched refs:StoreColors (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcmap.c211 DMX_UNWRAP(StoreColors, dmxScreen, pScreen); in dmxStoreColors()
212 if (pScreen->StoreColors) in dmxStoreColors()
213 pScreen->StoreColors(pColormap, ndef, pdef); in dmxStoreColors()
214 DMX_WRAP(StoreColors, dmxStoreColors, dmxScreen, pScreen); in dmxStoreColors()
H A Ddmxscrinit.c319 DMX_WRAP(StoreColors, dmxStoreColors, dmxScreen, pScreen); in dmxScreenInit()
436 DMX_UNWRAP(StoreColors, dmxScreen, pScreen); in dmxCloseScreen()
H A Ddmx.h230 StoreColorsProcPtr StoreColors; member
/OK3568_Linux_fs/external/xserver/mi/
H A Dmisprite.c82 StoreColorsProcPtr StoreColors; member
325 pScreenPriv->StoreColors = pScreen->StoreColors; in miSpriteInitialize()
349 pScreen->StoreColors = miSpriteStoreColors; in miSpriteInitialize()
373 pScreen->StoreColors = pScreenPriv->StoreColors; in miSpriteCloseScreen()
598 SCREEN_PROLOGUE(pPriv, pScreen, StoreColors); in miSpriteStoreColors()
600 (*pScreen->StoreColors) (pMap, ndef, pdef); in miSpriteStoreColors()
602 SCREEN_EPILOGUE(pPriv, pScreen, StoreColors); in miSpriteStoreColors()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86cmap.c82 StoreColorsProcPtr StoreColors; member
184 pScreenPriv->StoreColors = pScreen->StoreColors; in xf86HandleColormaps()
189 pScreen->StoreColors = CMapStoreColors; in xf86HandleColormaps()
368 pScreen->StoreColors = pScreenPriv->StoreColors; in CMapStoreColors()
369 (*pScreen->StoreColors) (pmap, ndef, pdefs); in CMapStoreColors()
370 pScreen->StoreColors = CMapStoreColors; in CMapStoreColors()
842 pScreen->StoreColors = pScreenPriv->StoreColors; in CMapUnwrapScreen()
H A Dxf86VGAarbiter.c202 WRAP_SCREEN(StoreColors, VGAarbiterStoreColors); in xf86VGAarbiterWrapFunctions()
244 UNWRAP_SCREEN(StoreColors); in VGAarbiterCloseScreen()
390 SCREEN_PROLOG(StoreColors); in VGAarbiterStoreColors()
392 (*pScreen->StoreColors) (pmap, ndef, pdefs); in VGAarbiterStoreColors()
394 SCREEN_EPILOG(StoreColors, VGAarbiterStoreColors); in VGAarbiterStoreColors()
H A Dxf86VGAarbiterPriv.h131 StoreColorsProcPtr StoreColors; member
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c544 SCREEN_UNWRAP(pScreen, StoreColors); in RootlessStoreColors()
551 pScreen->StoreColors(pMap, ndef, pdef); in RootlessStoreColors()
553 SCREEN_WRAP(pScreen, StoreColors); in RootlessStoreColors()
690 WRAP(StoreColors); in RootlessWrap()
H A DrootlessCommon.h114 StoreColorsProcPtr StoreColors; member
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c111 pScreen->StoreColors = ps->StoreColors; in PictureStoreColors()
112 (*pScreen->StoreColors) (pColormap, ndef, pdef); in PictureStoreColors()
113 ps->StoreColors = pScreen->StoreColors; in PictureStoreColors()
114 pScreen->StoreColors = PictureStoreColors; in PictureStoreColors()
696 ps->StoreColors = pScreen->StoreColors; in PictureInit()
699 pScreen->StoreColors = PictureStoreColors; in PictureInit()
H A Dpicturestr.h303 StoreColorsProcPtr StoreColors; member
/OK3568_Linux_fs/external/xserver/include/
H A Dcolormap.h146 extern _X_EXPORT int StoreColors(ColormapPtr /*pmap */ ,
H A Dscrnintstr.h583 StoreColorsProcPtr StoreColors; member
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbscreen.c152 pScreen->StoreColors = (void (*)(ColormapPtr, int, xColorItem *)) NoopDDA; in fbSetupScreen()
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c436 (*pmap->pScreen->StoreColors) (pmap, entries, defs); in vfbInstallColormap()
949 pScreen->StoreColors = vfbStoreColors; in vfbScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincmap.c85 pScreen->StoreColors = winStoreColors; in winSetColormapFunctions()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c302 pScreen->StoreColors = xnestStoreColors; in xnestOpenScreen()
/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c750 (*pmap->pScreen->StoreColors) (pmap, n, defs); in UpdateColors()
870 (*pmap->pScreen->StoreColors) (pmap, 1, &def); in FindColor()
2240 StoreColors(ColormapPtr pmap, int count, xColorItem * defs, ClientPtr client) in StoreColors() function
2453 (*pmap->pScreen->StoreColors) (pmap, 1, &defChg); in StoreColors()
2464 (*pmap->pScreen->StoreColors) (pmap, idef, defs); in StoreColors()
H A Dprotocol.txt413 R002 TOG-CUP:StoreColors
518 R089 X11:StoreColors
H A Ddispatch.c2783 return StoreColors(pcmp, count, (xColorItem *) &stuff[1], client); in ProcStoreColors()
2809 return StoreColors(pcmp, 1, &def, client); in ProcStoreNamedColor()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c748 pScreen->StoreColors = KdStoreColors; in KdScreenInit()