Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.c253 RT_COLORMAP, serverClient, in xnestSetInstalledColormapWindows()
257 pScreen->defColormap, RT_COLORMAP, in xnestSetInstalledColormapWindows()
309 dixLookupResourceByType((void **) &pCmap, pCmapIDs[i], RT_COLORMAP, in xnestDirectInstallColormaps()
330 dixLookupResourceByType((void **) &pCmap, pCmapIDs[i], RT_COLORMAP, in xnestDirectUninstallColormaps()
366 RT_COLORMAP, in xnestUninstallColormap()
H A DWindow.c100 RT_COLORMAP, serverClient, in xnestCreateWindow()
113 RT_COLORMAP, serverClient, DixUseAccess); in xnestCreateWindow()
335 RT_COLORMAP, serverClient, DixUseAccess); in xnestChangeWindowAttributes()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c2402 rc = dixLookupResourceByType((void **) &pmap, stuff->id, RT_COLORMAP, in ProcFreeColormap()
2429 RT_COLORMAP, client, in ProcCopyColormapAndFree()
2446 rc = dixLookupResourceByType((void **) &pcmp, stuff->id, RT_COLORMAP, in ProcInstallColormap()
2475 rc = dixLookupResourceByType((void **) &pcmp, stuff->id, RT_COLORMAP, in ProcUninstallColormap()
2543 rc = dixLookupResourceByType((void **) &pmap, stuff->cmap, RT_COLORMAP, in ProcAllocColor()
2580 rc = dixLookupResourceByType((void **) &pcmp, stuff->cmap, RT_COLORMAP, in ProcAllocNamedColor()
2625 rc = dixLookupResourceByType((void **) &pcmp, stuff->cmap, RT_COLORMAP, in ProcAllocColorCells()
2686 rc = dixLookupResourceByType((void **) &pcmp, stuff->cmap, RT_COLORMAP, in ProcAllocColorPlanes()
2748 rc = dixLookupResourceByType((void **) &pcmp, stuff->cmap, RT_COLORMAP, in ProcFreeColors()
2774 rc = dixLookupResourceByType((void **) &pcmp, stuff->cmap, RT_COLORMAP, in ProcStoreColors()
[all …]
H A Dregistry.c370 RegisterResourceName(RT_COLORMAP, "COLORMAP"); in dixResetRegistry()
H A Dcolormap.c373 if (!AddResource(mid, RT_COLORMAP, (void *) pmap)) in CreateColormap()
379 i = XaceHook(XACE_RESOURCE_ACCESS, clients[client], mid, RT_COLORMAP, in CreateColormap()
1019 pmap->pScreen->defColormap, RT_COLORMAP, in AllocColor()
1037 pmap->pScreen->defColormap, RT_COLORMAP, in AllocColor()
1475 rc = dixLookupResourceByType(&pmap, pcr->mid, RT_COLORMAP, serverClient, in FreeClientPixels()
2542 FindClientResourcesByType(serverClient, RT_COLORMAP, in ResizeVisualArray()
H A Dprivates.c262 screenInfo.screens[s]->defColormap, RT_COLORMAP, in fixupDefaultColormaps()
H A Dresource.c468 [RT_COLORMAP & (RC_LASTPREDEF - 1)] = {
H A Dwindow.c1432 rc = dixLookupResourceByType((void **) &pCmap, cmap, RT_COLORMAP, in ChangeWindowAttributes()
/OK3568_Linux_fs/external/xserver/include/
H A Dresource.h81 #define RT_COLORMAP ((RESTYPE)6) macro
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkcmap.c172 dixLookupResourceByType((void **) &defMap, defMapID, RT_COLORMAP, in KdUninstallColormap()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxwindow.c90 RT_COLORMAP, NullClient, DixUnknownAccess); in dmxCreateRootWindow()
196 RT_COLORMAP, NullClient, DixUnknownAccess); in dmxGetDefaultWindowAttributes()
565 RT_COLORMAP, NullClient, DixUnknownAccess); in dmxDoChangeWindowAttributes()
H A Ddmxextension.c942 else if ((type & TypeMask) == (RT_COLORMAP & TypeMask)) { in dmxBECreateResources()
1553 else if ((type & TypeMask) == (RT_COLORMAP & TypeMask)) { in dmxBEDestroyResources()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_label.c331 else if (type == RT_COLORMAP) in SELinuxTypeToClass()
H A Dsaver.c453 RT_COLORMAP, serverClient, in UninstallSaverColormap()
549 result = dixLookupResourceByType((void **) &pCmap, wantMap, RT_COLORMAP, in CreateSaverWindow()
1017 ret = dixLookupResourceByType((void **) &pCmap, cmap, RT_COLORMAP, in ScreenSaverSetAttributes()
H A Dsecurity.c764 else if (rec->rtype == RT_COLORMAP) in SecurityResource()
H A Dxselinux_hooks.c202 RT_COLORMAP, serverClient, DixCreateAccess); in SELinuxLabelInitial()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincmap.c181 RT_COLORMAP, NullClient, DixUnknownAccess); in winUninstallColormap()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicmap.c80 RT_COLORMAP, serverClient, DixUseAccess); in miUninstallColormap()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86DGA.c1568 rc = dixLookupResourceByType((void **) &cmap, stuff->cmap, RT_COLORMAP, in ProcXDGAInstallColormap()
2004 rc = dixLookupResourceByType((void **) &pcmp, stuff->id, RT_COLORMAP, in ProcXF86DGAInstallColormap()
H A Dxf86cmap.c221 RT_COLORMAP, serverClient, DixInstallAccess); in xf86HandleColormaps()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c428 pScreen->defColormap, RT_COLORMAP, in PictureInitIndexedFormat()