| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compext.c | 606 if ((rc = dixLookupResourceByType((void **) &win, stuff->window, XRT_WINDOW, in PanoramiXCompositeRedirectWindow() 632 if ((rc = dixLookupResourceByType((void **) &win, stuff->window, XRT_WINDOW, in PanoramiXCompositeRedirectSubwindows() 658 if ((rc = dixLookupResourceByType((void **) &win, stuff->window, XRT_WINDOW, in PanoramiXCompositeUnredirectWindow() 684 if ((rc = dixLookupResourceByType((void **) &win, stuff->window, XRT_WINDOW, in PanoramiXCompositeUnredirectSubwindows() 714 if ((rc = dixLookupResourceByType((void **) &win, stuff->window, XRT_WINDOW, in PanoramiXCompositeNameWindowPixmap() 782 if ((rc = dixLookupResourceByType((void **) &win, stuff->window, XRT_WINDOW, in PanoramiXCompositeGetOverlayWindow() 793 overlayWin->type = XRT_WINDOW; in PanoramiXCompositeGetOverlayWindow() 845 AddResource(overlayWin->info[0].id, XRT_WINDOW, overlayWin); in PanoramiXCompositeGetOverlayWindow() 878 if ((rc = dixLookupResourceByType((void **) &win, stuff->window, XRT_WINDOW, in PanoramiXCompositeReleaseOverlayWindow() 886 XRT_WINDOW, client, in PanoramiXCompositeReleaseOverlayWindow()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiXprocs.c | 76 XRT_WINDOW, client, DixWriteAccess); in PanoramiXCreateWindow() 121 newWin->type = XRT_WINDOW; in PanoramiXCreateWindow() 155 AddResource(newWin->info[0].id, XRT_WINDOW, newWin); in PanoramiXCreateWindow() 182 XRT_WINDOW, client, DixWriteAccess); in PanoramiXChangeWindowAttributes() 246 result = dixLookupResourceByType((void **) &win, stuff->id, XRT_WINDOW, in PanoramiXDestroyWindow() 274 result = dixLookupResourceByType((void **) &win, stuff->id, XRT_WINDOW, in PanoramiXDestroySubwindows() 303 XRT_WINDOW, client, DixReadAccess); in PanoramiXChangeSaveSet() 330 XRT_WINDOW, client, DixWriteAccess); in PanoramiXReparentWindow() 335 XRT_WINDOW, client, DixWriteAccess); in PanoramiXReparentWindow() 369 XRT_WINDOW, client, DixReadAccess); in PanoramiXMapWindow() [all …]
|
| H A D | panoramiX.c | 85 RESTYPE XRT_WINDOW; variable 495 XRT_WINDOW = CreateNewResourceType(XineramaDeleteResource, in PanoramiXExtensionInit() 497 if (XRT_WINDOW) in PanoramiXExtensionInit() 498 XRT_WINDOW |= XRC_DRAWABLE; in PanoramiXExtensionInit() 507 if (XRT_WINDOW && XRT_PIXMAP && XRT_GC && XRT_COLORMAP) { in PanoramiXExtensionInit() 511 SetResourceTypeErrorValue(XRT_WINDOW, BadWindow); in PanoramiXExtensionInit() 824 root->type = XRT_WINDOW; in PanoramiXConsolidate() 828 saver->type = XRT_WINDOW; in PanoramiXConsolidate() 842 AddResource(root->info[0].id, XRT_WINDOW, root); in PanoramiXConsolidate() 843 AddResource(saver->info[0].id, XRT_WINDOW, saver); in PanoramiXConsolidate()
|
| H A D | panoramiX.h | 78 #define IS_ROOT_DRAWABLE(d) (((d)->type == XRT_WINDOW) && (d)->u.win.root)
|
| H A D | panoramiXsrv.h | 27 extern _X_EXPORT RESTYPE XRT_WINDOW;
|
| H A D | shape.c | 309 result = dixLookupResourceByType((void **) &win, stuff->dest, XRT_WINDOW, in ProcPanoramiXShapeRectangles() 407 result = dixLookupResourceByType((void **) &win, stuff->dest, XRT_WINDOW, in ProcPanoramiXShapeMask() 535 result = dixLookupResourceByType((void **) &win, stuff->dest, XRT_WINDOW, in ProcPanoramiXShapeCombine() 540 result = dixLookupResourceByType((void **) &win2, stuff->src, XRT_WINDOW, in ProcPanoramiXShapeCombine() 606 result = dixLookupResourceByType((void **) &win, stuff->dest, XRT_WINDOW, in ProcPanoramiXShapeOffset()
|
| H A D | xvdisp.c | 1519 isRoot = (draw->type == XRT_WINDOW) && draw->u.win.root; in XineramaXvShmPutImage() 1571 isRoot = (draw->type == XRT_WINDOW) && draw->u.win.root; in XineramaXvPutImage() 1619 isRoot = (draw->type == XRT_WINDOW) && draw->u.win.root; in XineramaXvPutVideo() 1667 isRoot = (draw->type == XRT_WINDOW) && draw->u.win.root; in XineramaXvPutStill()
|
| H A D | shm.c | 759 isRoot = (draw->type == XRT_WINDOW) && draw->u.win.root; in ProcPanoramiXShmPutImage() 824 isRoot = (draw->type == XRT_WINDOW) && draw->u.win.root; in ProcPanoramiXShmGetImage()
|
| /OK3568_Linux_fs/external/xserver/damageext/ |
| H A D | damageext.c | 333 dixLookupResourceByType((void **)&res, win->drawable.id, XRT_WINDOW, in DamageExtSubtractWindowClip() 657 if (rc == Success && draw->type == XRT_WINDOW) { in PanoramiXDamageCreate()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmx.c | 271 stuff->window, XRT_WINDOW, in ProcDMXForceWindowCreation() 559 window, XRT_WINDOW, in dmxPopulatePanoramiX()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miexpose.c | 348 win = PanoramiXFindIDByScrnum(XRT_WINDOW, in miSendExposures()
|
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | region.c | 859 XRT_WINDOW, client, in PanoramiXFixesSetWindowShapeRegion()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | window.c | 2809 XRT_WINDOW, in UnrealizeTree() 3046 win = PanoramiXFindIDByScrnum(XRT_WINDOW, pWin->drawable.id, Scrnum); in SendVisibilityNotify()
|
| H A D | events.c | 578 XRT_WINDOW, serverClient, DixReadAccess); in XineramaSetWindowPntrs()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | render.c | 2602 if (refDraw->type == XRT_WINDOW && in PanoramiXRenderCreatePicture()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 15484 dmx: Fix decl mismatch for XRT_WINDOW 15488 ../hw/dmx/dmx.c:66:22: warning: type of ‘XRT_WINDOW’ does not match 15490 extern unsigned long XRT_WINDOW; 15496 ../Xext/panoramiX.c:85:9: note: ‘XRT_WINDOW’ was previously declared here 15497 RESTYPE XRT_WINDOW;
|