| /xsrc/external/mit/xorg-server/dist/dri3/ |
| H A D | dri3_request.c | 217 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pixmap, RT_PIXMAP, 224 if (!AddResource(stuff->pixmap, RT_PIXMAP, (void *) pixmap)) 245 rc = dixLookupResourceByType((void **) &pixmap, stuff->pixmap, RT_PIXMAP, 481 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pixmap, RT_PIXMAP, 488 if (!AddResource(stuff->pixmap, RT_PIXMAP, (void *) pixmap)) 511 rc = dixLookupResourceByType((void **) &pixmap, stuff->pixmap, RT_PIXMAP,
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | resource.c | 299 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); 348 func(window->background.pixmap, pixmap->drawable.id, RT_PIXMAP, cdata); 353 func(window->background.pixmap, pixmap->drawable.id, RT_PIXMAP, cdata); 372 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); 420 func(pixmap, pixmap->drawable.id, RT_PIXMAP, cdata); 425 func(pixmap, pixmap->drawable.id, RT_PIXMAP, cdata); 444 [RT_PIXMAP & (RC_LASTPREDEF - 1)] = { 552 * RT_PIXMAP.
|
| H A D | registry.c | 366 RegisterResourceName(RT_PIXMAP, "PIXMAP");
|
| H A D | gc.c | 424 {GCTile, RT_PIXMAP, DixReadAccess}, 425 {GCStipple, RT_PIXMAP, DixReadAccess}, 427 {GCClipMask, RT_PIXMAP, DixReadAccess},
|
| H A D | privates.c | 569 offsetof(PixmapRec, devPrivates), /* RT_PIXMAP */ 587 return offsets[RT_PIXMAP & TypeMask];
|
| H A D | dispatch.c | 1515 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pid, RT_PIXMAP, 1521 if (AddResource(stuff->pid, RT_PIXMAP, (void *) pMap)) 1536 rc = dixLookupResourceByType((void **) &pMap, stuff->id, RT_PIXMAP, 2995 rc = dixLookupResourceByType((void **) &src, stuff->source, RT_PIXMAP, 3007 rc = dixLookupResourceByType((void **) &msk, stuff->mask, RT_PIXMAP,
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | resource.h | 75 #define RT_PIXMAP ((RESTYPE)2|RC_DRAWABLE) macro
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | resource.h | 76 #define RT_PIXMAP ((RESTYPE)2|RC_DRAWABLE) macro
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowicons.c | 458 dixLookupResourceByType((pointer) &iconPtr, hints.icon_pixmap, RT_PIXMAP, 481 dixLookupResourceByType((pointer) &maskPtr, hints.icon_mask, RT_PIXMAP,
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | registry.c | 321 RegisterResourceName(RT_PIXMAP, "PIXMAP");
|
| H A D | gc.c | 427 { GCTile, RT_PIXMAP, DixReadAccess }, 428 { GCStipple, RT_PIXMAP, DixReadAccess }, 430 { GCClipMask, RT_PIXMAP, DixReadAccess },
|
| H A D | privates.c | 394 offsetof(PixmapRec, devPrivates), /* RT_PIXMAP */ 414 return offsets[RT_PIXMAP & TypeMask];
|
| H A D | dispatch.c | 1413 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pid, RT_PIXMAP, 1419 if (AddResource(stuff->pid, RT_PIXMAP, (pointer)pMap)) 1433 rc = dixLookupResourceByType((pointer *)&pMap, stuff->id, RT_PIXMAP, client, 2914 rc = dixLookupResourceByType((pointer *)&src, stuff->source, RT_PIXMAP, client, 2921 rc = dixLookupResourceByType((pointer *)&msk, stuff->mask, RT_PIXMAP, client,
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compext.c | 255 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pixmap, RT_PIXMAP, 262 if (!AddResource(stuff->pixmap, RT_PIXMAP, (void *) pPixmap)) 518 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); 755 if (!AddResource(newPix->info[i].id, RT_PIXMAP, (void *) pPixmap))
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxextension.c | 703 RT_PIXMAP, NullClient, DixUnknownAccess); 713 RT_PIXMAP, NullClient, DixUnknownAccess); 863 } else if ((type & TypeMask) == (RT_PIXMAP & TypeMask)) { 1322 * RT_PIXMAP 1372 RT_PIXMAP, NullClient, DixUnknownAccess); 1382 RT_PIXMAP, NullClient, DixUnknownAccess); 1463 } else if ((type & TypeMask) == (RT_PIXMAP & TypeMask)) {
|
| H A D | dmxgcops.c | 539 RT_PIXMAP, NullClient, DixUnknownAccess);
|
| /xsrc/external/mit/xorg-server/dist/present/ |
| H A D | present_request.c | 100 ret = dixLookupResourceByType((void **) &pixmap, stuff->pixmap, RT_PIXMAP, client, DixReadAccess);
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xres.c | 259 FindClientResourcesByType(clients[clientID], RT_PIXMAP, ResFindPixmaps,
|
| H A D | shm.c | 995 if (!AddResource(newPix->info[j].id, RT_PIXMAP, (pointer)pMap)) { 1098 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pid, RT_PIXMAP, 1108 if (AddResource(stuff->pid, RT_PIXMAP, (pointer)pMap))
|
| H A D | saver.c | 979 ret = dixLookupResourceByType((pointer *)&pPixmap, pixID, RT_PIXMAP, 1016 ret = dixLookupResourceByType((pointer *)&pPixmap, pixID, RT_PIXMAP,
|
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| H A D | compext.c | 255 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pixmap, RT_PIXMAP, 262 if (!AddResource (stuff->pixmap, RT_PIXMAP, (pointer) pPixmap)) 741 if (!AddResource (newPix->info[i].id, RT_PIXMAP,
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | glxext.c | 312 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP);
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | shm.c | 1000 RT_PIXMAP, pMap, RT_NONE, NULL, DixCreateAccess); 1009 if (!AddResource(newPix->info[j].id, RT_PIXMAP, (void *) pMap)) { 1114 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pid, RT_PIXMAP, 1124 if (AddResource(stuff->pid, RT_PIXMAP, (void *) pMap)) {
|
| H A D | saver.c | 902 RT_PIXMAP, client, DixReadAccess); 934 RT_PIXMAP, client, DixReadAccess);
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | picture.c | 595 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); 766 RT_PIXMAP, pDrawable, DixCreateAccess | DixSetAttrAccess); 1033 return dixLookupResourceByType(result, id, RT_PIXMAP, client, mode);
|