Home
last modified time | relevance | path

Searched refs:CreateColormap (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcmap.c105 DMX_UNWRAP(CreateColormap, dmxScreen, pScreen); in dmxCreateColormap()
106 if (pScreen->CreateColormap) in dmxCreateColormap()
107 ret = pScreen->CreateColormap(pColormap); in dmxCreateColormap()
108 DMX_WRAP(CreateColormap, dmxCreateColormap, dmxScreen, pScreen); in dmxCreateColormap()
H A Ddmxscrinit.c316 DMX_WRAP(CreateColormap, dmxCreateColormap, dmxScreen, pScreen); in dmxScreenInit()
433 DMX_UNWRAP(CreateColormap, dmxScreen, pScreen); in dmxCloseScreen()
H A Ddmx.h227 CreateColormapProcPtr CreateColormap; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86cmap.c79 CreateColormapProcPtr CreateColormap; member
181 pScreenPriv->CreateColormap = pScreen->CreateColormap; in xf86HandleColormaps()
186 pScreen->CreateColormap = CMapCreateColormap; in xf86HandleColormaps()
311 pScreen->CreateColormap = pScreenPriv->CreateColormap; in CMapCreateColormap()
312 if ((*pScreen->CreateColormap) (pmap)) { in CMapCreateColormap()
316 pScreen->CreateColormap = CMapCreateColormap; in CMapCreateColormap()
839 pScreen->CreateColormap = pScreenPriv->CreateColormap; in CMapUnwrapScreen()
H A Dxf86DGA.c742 return CreateColormap(id, pScreen, pVisual, &pmap, alloc, client->index); in DGACreateColormap()
/OK3568_Linux_fs/external/xserver/include/
H A Dcolormap.h78 extern _X_EXPORT int CreateColormap(Colormap /*mid */ ,
H A Dscrnintstr.h578 CreateColormapProcPtr CreateColormap; member
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincmap.c80 pScreen->CreateColormap = winCreateColormap; in winSetColormapFunctions()
522 if (CreateColormap(pScreen->defColormap, in winCreateDefColormap()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbscreen.c147 pScreen->CreateColormap = fbInitializeColormap; in fbSetupScreen()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c297 pScreen->CreateColormap = xnestCreateColormap; in xnestOpenScreen()
H A DColor.c471 if (CreateColormap(pScreen->defColormap, pScreen, pVisual, &pCmap, in xnestCreateDefaultColormap()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicmap.c255 if (CreateColormap(pScreen->defColormap, pScreen, pVisual, &cmap, in miCreateDefColormap()
/OK3568_Linux_fs/external/xserver/dix/
H A Dprotocol.txt507 R078 X11:CreateColormap
677 R026 XFree86-DGA:CreateColormap
H A Dcolormap.c238 CreateColormap(Colormap mid, ScreenPtr pScreen, VisualPtr pVisual, in CreateColormap() function
389 if (!(*pScreen->CreateColormap) (pmap)) { in CreateColormap()
545 result = CreateColormap(mid, pScreen, pVisual, &pmap, alloc, client); in CopyColormapAndFree()
H A Ddispatch.c2386 return CreateColormap(mid, pScreen, pVisual, &pmap, in ProcCreateColormap()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr.c663 pScreen->CreateColormap = ephyrCreateColormap; in ephyrInitScreen()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c434 if (CreateColormap(FakeClientID(0), pScreen, pVisual, in PictureInitIndexedFormat()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog146576 CreateColormap returns Success on success, not TRUE.
152138 on CreateColormap and your app wouldn't start.
170861 CreateColormap: fix return value (bug #7083)