Searched refs:XRT_PIXMAP (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiXprocs.c | 91 XRT_PIXMAP, client, DixReadAccess); in PanoramiXCreateWindow() 101 XRT_PIXMAP, client, DixReadAccess); in PanoramiXCreateWindow() 195 XRT_PIXMAP, client, DixReadAccess); in PanoramiXChangeWindowAttributes() 205 XRT_PIXMAP, client, DixReadAccess); in PanoramiXChangeWindowAttributes() 698 newPix->type = XRT_PIXMAP; in PanoramiXCreatePixmap() 711 AddResource(newPix->info[0].id, XRT_PIXMAP, newPix); in PanoramiXCreatePixmap() 730 result = dixLookupResourceByType((void **) &pix, stuff->id, XRT_PIXMAP, in PanoramiXFreePixmap() 777 result = dixLookupResourceByType((void **) &tile, tmp, XRT_PIXMAP, in PanoramiXCreateGC() 786 result = dixLookupResourceByType((void **) &stip, tmp, XRT_PIXMAP, in PanoramiXCreateGC() 795 result = dixLookupResourceByType((void **) &clip, tmp, XRT_PIXMAP, in PanoramiXCreateGC() [all …]
|
| H A D | panoramiX.h | 76 #define IS_SHARED_PIXMAP(r) (((r)->type == XRT_PIXMAP) && (r)->u.pix.shared)
|
| H A D | panoramiX.c | 86 RESTYPE XRT_PIXMAP; variable 499 XRT_PIXMAP = CreateNewResourceType(XineramaDeleteResource, in PanoramiXExtensionInit() 501 if (XRT_PIXMAP) in PanoramiXExtensionInit() 502 XRT_PIXMAP |= XRC_DRAWABLE; in PanoramiXExtensionInit() 507 if (XRT_WINDOW && XRT_PIXMAP && XRT_GC && XRT_COLORMAP) { in PanoramiXExtensionInit() 512 SetResourceTypeErrorValue(XRT_PIXMAP, BadPixmap); in PanoramiXExtensionInit()
|
| H A D | panoramiXsrv.h | 28 extern _X_EXPORT RESTYPE XRT_PIXMAP;
|
| H A D | shm.c | 808 if (draw->type == XRT_PIXMAP) in ProcPanoramiXShmGetImage() 983 newPix->type = XRT_PIXMAP; in ProcPanoramiXShmCreatePixmap() 1030 AddResource(stuff->pid, XRT_PIXMAP, newPix); in ProcPanoramiXShmCreatePixmap()
|
| H A D | saver.c | 1125 XRT_PIXMAP, client, in ProcScreenSaverSetAttributes() 1137 XRT_PIXMAP, client, in ProcScreenSaverSetAttributes()
|
| H A D | shape.c | 414 XRT_PIXMAP, client, DixReadAccess); in ProcPanoramiXShapeMask()
|
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compext.c | 725 newPix->type = XRT_PIXMAP; in PanoramiXCompositeNameWindowPixmap() 761 if (!AddResource(stuff->pixmap, XRT_PIXMAP, (void *) newPix)) in PanoramiXCompositeNameWindowPixmap()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxgcops.c | 555 pDrawable->id, XRT_PIXMAP, in dmxFindAlternatePixmap()
|
| H A D | dmxextension.c | 733 if ((type & TypeMask) == (XRT_PIXMAP & TypeMask)) { in dmxBERestorePixmapImage() 1430 if ((type & TypeMask) == (XRT_PIXMAP & TypeMask)) { in dmxBEFindPixmapImage()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | picture.c | 1025 int err = dixLookupResourceByType((void **)&res, id, XRT_PIXMAP, in cpClipMask()
|