Home
last modified time | relevance | path

Searched refs:XRT_GC (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiXprocs.c805 newGC->type = XRT_GC; in PanoramiXCreateGC()
823 AddResource(newGC->info[0].id, XRT_GC, newGC); in PanoramiXCreateGC()
849 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXChangeGC()
908 result = dixLookupResourceByType((void **) &srcGC, stuff->srcGC, XRT_GC, in PanoramiXCopyGC()
913 result = dixLookupResourceByType((void **) &dstGC, stuff->dstGC, XRT_GC, in PanoramiXCopyGC()
939 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXSetDashes()
964 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXSetClipRectangles()
989 result = dixLookupResourceByType((void **) &gc, stuff->id, XRT_GC, in PanoramiXFreeGC()
1080 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXCopyArea()
1292 rc = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXCopyPlane()
[all …]
H A DpanoramiXsrv.h29 extern _X_EXPORT RESTYPE XRT_GC;
H A DpanoramiX.c87 RESTYPE XRT_GC; variable
503 XRT_GC = CreateNewResourceType(XineramaDeleteResource, "XineramaGC"); in PanoramiXExtensionInit()
507 if (XRT_WINDOW && XRT_PIXMAP && XRT_GC && XRT_COLORMAP) { in PanoramiXExtensionInit()
513 SetResourceTypeErrorValue(XRT_GC, BadGC); in PanoramiXExtensionInit()
H A Dxvdisp.c1510 XRT_GC, client, DixReadAccess); in XineramaXvShmPutImage()
1562 XRT_GC, client, DixReadAccess); in XineramaXvPutImage()
1610 XRT_GC, client, DixReadAccess); in XineramaXvPutVideo()
1658 XRT_GC, client, DixReadAccess); in XineramaXvPutStill()
H A Dshm.c755 XRT_GC, client, DixReadAccess); in ProcPanoramiXShmPutImage()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c831 if ((result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXFixesSetGCClipRegion()