| /OK3568_Linux_fs/external/xserver/dri3/ |
| H A D | dri3_request.c | 221 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pixmap, RT_PIXMAP, in proc_dri3_pixmap_from_buffer() 228 if (!AddResource(stuff->pixmap, RT_PIXMAP, (void *) pixmap)) in proc_dri3_pixmap_from_buffer() 249 rc = dixLookupResourceByType((void **) &pixmap, stuff->pixmap, RT_PIXMAP, in proc_dri3_buffer_from_pixmap() 485 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pixmap, RT_PIXMAP, in proc_dri3_pixmap_from_buffers() 492 if (!AddResource(stuff->pixmap, RT_PIXMAP, (void *) pixmap)) in proc_dri3_pixmap_from_buffers() 515 rc = dixLookupResourceByType((void **) &pixmap, stuff->pixmap, RT_PIXMAP, in proc_dri3_buffers_from_pixmap()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | resource.c | 299 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); in GetWindowBytes() 348 func(window->background.pixmap, pixmap->drawable.id, RT_PIXMAP, cdata); in FindWindowSubRes() 353 func(window->background.pixmap, pixmap->drawable.id, RT_PIXMAP, cdata); in FindWindowSubRes() 372 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); in GetGcBytes() 420 func(pixmap, pixmap->drawable.id, RT_PIXMAP, cdata); in FindGCSubRes() 425 func(pixmap, pixmap->drawable.id, RT_PIXMAP, cdata); in FindGCSubRes() 444 [RT_PIXMAP & (RC_LASTPREDEF - 1)] = {
|
| H A D | gc.c | 424 {GCTile, RT_PIXMAP, DixReadAccess}, 425 {GCStipple, RT_PIXMAP, DixReadAccess}, 427 {GCClipMask, RT_PIXMAP, DixReadAccess},
|
| H A D | registry.c | 366 RegisterResourceName(RT_PIXMAP, "PIXMAP"); in dixResetRegistry()
|
| H A D | privates.c | 585 return offsets[RT_PIXMAP & TypeMask]; in dixLookupPrivateOffset()
|
| H A D | dispatch.c | 1446 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pid, RT_PIXMAP, in ProcCreatePixmap() 1452 if (AddResource(stuff->pid, RT_PIXMAP, (void *) pMap)) in ProcCreatePixmap() 1467 rc = dixLookupResourceByType((void **) &pMap, stuff->id, RT_PIXMAP, in ProcFreePixmap() 2926 rc = dixLookupResourceByType((void **) &src, stuff->source, RT_PIXMAP, in ProcCreateCursor() 2938 rc = dixLookupResourceByType((void **) &msk, stuff->mask, RT_PIXMAP, in ProcCreateCursor()
|
| H A D | window.c | 1232 RT_PIXMAP, client, DixReadAccess); in ChangeWindowAttributes() 1285 rc = dixLookupResourceByType((void **) &pPixmap, pixID, RT_PIXMAP, in ChangeWindowAttributes()
|
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compext.c | 255 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pixmap, RT_PIXMAP, in ProcCompositeNameWindowPixmap() 262 if (!AddResource(stuff->pixmap, RT_PIXMAP, (void *) pPixmap)) in ProcCompositeNameWindowPixmap() 518 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); in GetCompositeWindowBytes() 755 if (!AddResource(newPix->info[i].id, RT_PIXMAP, (void *) pPixmap)) in PanoramiXCompositeNameWindowPixmap()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxextension.c | 741 RT_PIXMAP, NullClient, DixUnknownAccess); in dmxBERestorePixmapImage() 753 RT_PIXMAP, NullClient, DixUnknownAccess); in dmxBERestorePixmapImage() 906 else if ((type & TypeMask) == (RT_PIXMAP & TypeMask)) { in dmxBECreateResources() 1438 RT_PIXMAP, NullClient, DixUnknownAccess); in dmxBEFindPixmapImage() 1450 RT_PIXMAP, NullClient, DixUnknownAccess); in dmxBEFindPixmapImage() 1533 else if ((type & TypeMask) == (RT_PIXMAP & TypeMask)) { in dmxBEDestroyResources()
|
| H A D | dmxgcops.c | 566 RT_PIXMAP, NullClient, DixUnknownAccess); in dmxFindAlternatePixmap()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | resource.h | 75 #define RT_PIXMAP ((RESTYPE)2|RC_DRAWABLE) macro
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | shm.c | 1004 RT_PIXMAP, pMap, RT_NONE, NULL, DixCreateAccess); in ProcPanoramiXShmCreatePixmap() 1013 if (!AddResource(newPix->info[j].id, RT_PIXMAP, (void *) pMap)) { in ProcPanoramiXShmCreatePixmap() 1118 rc = XaceHook(XACE_RESOURCE_ACCESS, client, stuff->pid, RT_PIXMAP, in ProcShmCreatePixmap() 1128 if (AddResource(stuff->pid, RT_PIXMAP, (void *) pMap)) { in ProcShmCreatePixmap()
|
| H A D | saver.c | 902 RT_PIXMAP, client, DixReadAccess); in ScreenSaverSetAttributes() 934 RT_PIXMAP, client, DixReadAccess); in ScreenSaverSetAttributes()
|
| H A D | shape.c | 365 RT_PIXMAP, client, DixReadAccess); in ProcShapeMask()
|
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present_request.c | 104 … ret = dixLookupResourceByType((void **) &pixmap, stuff->pixmap, RT_PIXMAP, client, DixReadAccess); in proc_present_pixmap()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | picture.c | 596 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); in GetPictureBytes() 767 RT_PIXMAP, pDrawable, DixCreateAccess | DixSetAttrAccess); in CreatePicture() 1032 return dixLookupResourceByType(result, id, RT_PIXMAP, client, mode); in cpClipMask()
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxext.c | 312 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); in GetGLXDrawableBytes()
|
| H A D | glxcmds.c | 1378 if (!AddResource(pPixmap->drawable.id, RT_PIXMAP, pPixmap)) in DoCreatePbuffer()
|
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | region.c | 118 rc = dixLookupResourceByType((void **) &pPixmap, stuff->bitmap, RT_PIXMAP, in ProcXFixesCreateRegionFromBitmap()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86DGA.c | 1490 if (AddResource(stuff->pid, RT_PIXMAP, (void *) (pPix))) { in ProcXDGASetMode()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 109564 RT_PIXMAP.
|