| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compext.c | 133 RT_WINDOW, client, mode); \ 256 pPixmap, RT_WINDOW, pWin, DixCreateAccess); in ProcCompositeNameWindowPixmap() 310 RT_WINDOW, cs->pOverlayWin, RT_NONE, NULL, DixGetAttrAccess); in ProcCompositeGetOverlayWindow() 559 coreGetWindowBytes = GetResourceTypeSizeFunc(RT_WINDOW); in CompositeExtensionInit() 560 SetResourceTypeSizeFunc(RT_WINDOW, GetCompositeWindowBytes); in CompositeExtensionInit() 731 RT_WINDOW, client, DixGetAttrAccess); in PanoramiXCompositeNameWindowPixmap() 799 RT_WINDOW, client, DixGetAttrAccess); in PanoramiXCompositeGetOverlayWindow() 830 RT_WINDOW, cs->pOverlayWin, RT_NONE, NULL, in PanoramiXCompositeGetOverlayWindow()
|
| H A D | compoverlay.c | 155 if (!AddResource(pWin->drawable.id, RT_WINDOW, (void *) pWin)) in compCreateOverlayWindow()
|
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | cursor.c | 598 RT_WINDOW, RT_PASSIVEGRAB, RT_CURSOR 611 case RT_WINDOW: in ReplaceCursorLookup() 857 ret = dixLookupResourceByType((void **) &pWin, stuff->window, RT_WINDOW, in ProcXFixesHideCursor() 921 rc = dixLookupResourceByType((void **) &pWin, stuff->window, RT_WINDOW, in ProcXFixesShowCursor()
|
| H A D | region.c | 162 rc = dixLookupResourceByType((void **) &pWin, stuff->window, RT_WINDOW, in ProcXFixesCreateRegionFromWindow() 653 rc = dixLookupResourceByType((void **) &pWin, stuff->dest, RT_WINDOW, in ProcXFixesSetWindowShapeRegion()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | resource.h | 74 #define RT_WINDOW ((RESTYPE)1|RC_DRAWABLE) macro
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | privates.c | 582 if (type == RT_WINDOW) in dixLookupPrivateOffset() 583 return offsets[RT_WINDOW & TypeMask]; in dixLookupPrivateOffset()
|
| H A D | registry.c | 365 RegisterResourceName(RT_WINDOW, "WINDOW"); in dixResetRegistry()
|
| H A D | window.c | 645 RT_WINDOW, pWin, RT_NONE, NULL, DixCreateAccess)) in CreateRootWindow() 648 if (!AddResource(pWin->drawable.id, RT_WINDOW, (void *) pWin)) in CreateRootWindow() 874 *error = XaceHook(XACE_RESOURCE_ACCESS, client, wid, RT_WINDOW, pWin, in CreateWindow() 875 RT_WINDOW, pWin->parent, in CreateWindow() 1056 FreeResource(pChild->drawable.id, RT_WINDOW); in CrushTree() 1130 pWin->lastChild->drawable.id, RT_WINDOW, in DestroySubwindows() 1407 RT_WINDOW, pWin, RT_NONE, NULL, DixGrabAccess); in ChangeWindowAttributes() 2676 if (XaceHook(XACE_RESOURCE_ACCESS, client, pWin->drawable.id, RT_WINDOW, in MapWindow() 3312 if (!AddResource(pWin->drawable.id, RT_WINDOW, in TileScreenSaver()
|
| H A D | touch.c | 837 TouchAddListener(ti, win->drawable.id, RT_WINDOW, CORE, in TouchAddRegularListener()
|
| H A D | resource.c | 438 [RT_WINDOW & (RC_LASTPREDEF - 1)] = {
|
| H A D | dispatch.c | 700 if (!AddResource(stuff->wid, RT_WINDOW, (void *) pWin)) in ProcCreateWindow()
|
| H A D | events.c | 4424 RT_WINDOW, pWin, RT_NONE, NULL, DixManageAccess); in EventSelectForWindow()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxext.c | 186 pWindow->drawable.id, RT_WINDOW, in __glXFreeGLXWindow()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | security.c | 750 if ((requested & DixCreateAccess) && (rec->rtype == RT_WINDOW)) in SecurityResource() 755 if (rec->rtype == RT_WINDOW) in SecurityResource()
|
| H A D | xselinux_hooks.c | 665 if (access_mode & DixCreateAccess && rec->rtype == RT_WINDOW) { in SELinuxResource() 767 if (rec->type != RT_WINDOW) in SELinuxResourceState()
|
| H A D | saver.c | 501 if (!AddResource(pWin->drawable.id, RT_WINDOW, pWin)) in CreateSaverWindow()
|
| H A D | panoramiXprocs.c | 478 RT_WINDOW, client, DixWriteAccess); in PanoramiXConfigureWindow()
|
| /OK3568_Linux_fs/external/xserver/dbe/ |
| H A D | midbe.c | 174 RT_WINDOW, pWin, DixCreateAccess); in miDbeAllocBackBufferName()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxextension.c | 903 if ((type & TypeMask) == (RT_WINDOW & TypeMask)) { in dmxBECreateResources() 1530 if ((type & TypeMask) == (RT_WINDOW & TypeMask)) { in dmxBEDestroyResources()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winmultiwindowwindow.c | 720 FindClientResourcesByType(c, RT_WINDOW, winFindWindow, &wi); in winGetWindowID()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 110980 BadWindow with a resource type like RT_WINDOW, and return the
|