Home
last modified time | relevance | path

Searched refs:XRT_PIXMAP (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiXprocs.c91 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 DpanoramiX.h76 #define IS_SHARED_PIXMAP(r) (((r)->type == XRT_PIXMAP) && (r)->u.pix.shared)
H A DpanoramiX.c86 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 DpanoramiXsrv.h28 extern _X_EXPORT RESTYPE XRT_PIXMAP;
H A Dshm.c808 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 Dsaver.c1125 XRT_PIXMAP, client, in ProcScreenSaverSetAttributes()
1137 XRT_PIXMAP, client, in ProcScreenSaverSetAttributes()
H A Dshape.c414 XRT_PIXMAP, client, DixReadAccess); in ProcPanoramiXShapeMask()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompext.c725 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 Ddmxgcops.c555 pDrawable->id, XRT_PIXMAP, in dmxFindAlternatePixmap()
H A Ddmxextension.c733 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 Dpicture.c1025 int err = dixLookupResourceByType((void **)&res, id, XRT_PIXMAP, in cpClipMask()