Searched refs:AllocPrivate (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Dcolormap.h62 #define AllocPrivate (-1) macro
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dcolormap.h63 #define AllocPrivate (-1) macro
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcolormap.c243 * refcnt == AllocPrivate means entry owned by one client only
244 * fShared should only be set if refcnt == AllocPrivate, and only in red map
321 pent->refcnt = AllocPrivate;
367 pent->refcnt = AllocPrivate;
383 pent->refcnt = AllocPrivate;
1909 * All cells allocated will have refcnt set to AllocPrivate and shared to FALSE
1940 ent->refcnt = AllocPrivate;
1987 ent[pixel].refcnt = AllocPrivate;
2069 ent[pixel + maxp].refcnt = AllocPrivate;
2463 else if (pmap->red[pix].refcnt != AllocPrivate)
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcolormap.c227 * refcnt == AllocPrivate means entry owned by one client only
228 * fShared should only be set if refcnt == AllocPrivate, and only in red map
300 pent->refcnt = AllocPrivate;
341 pent->refcnt = AllocPrivate;
356 pent->refcnt = AllocPrivate;
1793 * All cells allocated will have refcnt set to AllocPrivate and shared to FALSE
1821 ent->refcnt = AllocPrivate;
1860 ent[pixel].refcnt = AllocPrivate;
1937 ent[pixel + maxp].refcnt = AllocPrivate;
2282 else if (pmap->red[pix].refcnt != AllocPrivate) {
[all...]

Completed in 125 milliseconds