Home
last modified time | relevance | path

Searched refs:ChangeWindowAttributes (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c65 pScreen->ChangeWindowAttributes = cs->ChangeWindowAttributes; in compCloseScreen()
130 pScreen->ChangeWindowAttributes = cs->ChangeWindowAttributes; in compChangeWindowAttributes()
131 ret = pScreen->ChangeWindowAttributes(pWin, mask); in compChangeWindowAttributes()
137 pScreen->ChangeWindowAttributes = compChangeWindowAttributes; in compChangeWindowAttributes()
444 cs->ChangeWindowAttributes = pScreen->ChangeWindowAttributes; in compScreenInit()
445 pScreen->ChangeWindowAttributes = compChangeWindowAttributes; in compScreenInit()
H A Dcompint.h157 ChangeWindowAttributesProcPtr ChangeWindowAttributes; member
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwindow.c146 WIN_UNWRAP(ChangeWindowAttributes); in winChangeWindowAttributesRootless()
147 fResult = (*pScreen->ChangeWindowAttributes) (pWin, mask); in winChangeWindowAttributesRootless()
148 WIN_WRAP(ChangeWindowAttributes, winChangeWindowAttributesRootless); in winChangeWindowAttributesRootless()
H A Dwinscrinit.c440 WRAP(ChangeWindowAttributes); in winFinishScreenInitFB()
473 WRAP(ChangeWindowAttributes); in winFinishScreenInitFB()
H A Dwinmultiwindowwindow.c294 WIN_UNWRAP(ChangeWindowAttributes); in winChangeWindowAttributesMultiWindow()
295 fResult = (*pScreen->ChangeWindowAttributes) (pWin, mask); in winChangeWindowAttributesMultiWindow()
296 WIN_WRAP(ChangeWindowAttributes, winChangeWindowAttributesMultiWindow); in winChangeWindowAttributesMultiWindow()
H A Dwin.h511 ChangeWindowAttributesProcPtr ChangeWindowAttributes; member
/OK3568_Linux_fs/external/xserver/include/
H A Dwindow.h126 #define ChangeWindowAttributes Darwin_X_ChangeWindowAttributes macro
128 extern _X_EXPORT int ChangeWindowAttributes(WindowPtr /*pWin */ ,
H A Dscrnintstr.h537 ChangeWindowAttributesProcPtr ChangeWindowAttributes; member
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa.c629 swap(pExaScr, pScreen, ChangeWindowAttributes); in exaChangeWindowAttributes()
630 ret = pScreen->ChangeWindowAttributes(pWin, mask); in exaChangeWindowAttributes()
631 swap(pExaScr, pScreen, ChangeWindowAttributes); in exaChangeWindowAttributes()
763 unwrap(pExaScr, pScreen, ChangeWindowAttributes); in exaCloseScreen()
919 wrap(pExaScr, pScreen, ChangeWindowAttributes, exaChangeWindowAttributes); in exaDriverInit()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessWindow.c297 SCREEN_UNWRAP(pScreen, ChangeWindowAttributes); in RootlessChangeWindowAttributes()
298 result = pScreen->ChangeWindowAttributes(pWin, vmask); in RootlessChangeWindowAttributes()
299 SCREEN_WRAP(pScreen, ChangeWindowAttributes); in RootlessChangeWindowAttributes()
306 ChangeWindowAttributes(pWin, CWBackPixel, &pixel, serverClient); in RootlessChangeWindowAttributes()
462 ChangeWindowAttributes(pWin, CWBackPixel, &pixel, serverClient); in RootlessRealizeWindow()
1651 ChangeWindowAttributes(pWin, CWBackPixel, &pixel, serverClient); in RootlessSetPixmapOfAncestors()
H A DrootlessCommon.h96 ChangeWindowAttributesProcPtr ChangeWindowAttributes; member
H A DrootlessScreen.c687 WRAP(ChangeWindowAttributes); in RootlessWrap()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxscrinit.c289 DMX_WRAP(ChangeWindowAttributes, dmxChangeWindowAttributes, dmxScreen, in dmxScreenInit()
411 DMX_UNWRAP(ChangeWindowAttributes, dmxScreen, pScreen); in dmxCloseScreen()
H A Ddmxwindow.c584 DMX_UNWRAP(ChangeWindowAttributes, dmxScreen, pScreen); in dmxChangeWindowAttributes()
586 if (pScreen->ChangeWindowAttributes) in dmxChangeWindowAttributes()
587 ret = pScreen->ChangeWindowAttributes(pWindow, mask); in dmxChangeWindowAttributes()
602 DMX_WRAP(ChangeWindowAttributes, dmxChangeWindowAttributes, dmxScreen, in dmxChangeWindowAttributes()
H A Ddmx.h205 ChangeWindowAttributesProcPtr ChangeWindowAttributes; member
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor.c872 screen->ChangeWindowAttributes; in glamor_init()
873 screen->ChangeWindowAttributes = glamor_change_window_attributes; in glamor_init()
948 screen->ChangeWindowAttributes = in glamor_close_screen()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbscreen.c138 pScreen->ChangeWindowAttributes = fbChangeWindowAttributes; in fbSetupScreen()
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c699 (*pScreen->ChangeWindowAttributes) (pWin, backFlag); in InitRootWindow()
938 *error = ChangeWindowAttributes(pWin, vmask, vlist, wClient(pWin)); in CreateWindow()
949 (void) ChangeWindowAttributes(pWin, CWBackingStore, &value, in CreateWindow()
1170 ChangeWindowAttributes(WindowPtr pWin, Mask vmask, XID *vlist, ClientPtr client) in ChangeWindowAttributes() function
1582 (*pScreen->ChangeWindowAttributes) (pWin, vmaskCopy); in ChangeWindowAttributes()
3318 (*pWin->drawable.pScreen->ChangeWindowAttributes) (pWin, CWBackPixmap); in TileScreenSaver()
3551 (*pScreen->ChangeWindowAttributes) (pWin, CWCursor); in ChangeWindowDeviceCursor()
H A Dprotocol.txt431 R002 X11:ChangeWindowAttributes
H A Ddispatch.c725 return ChangeWindowAttributes(pWin, in ProcChangeWindowAttributes()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c272 pScreen->ChangeWindowAttributes = xnestChangeWindowAttributes; in xnestOpenScreen()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsaver.c533 (*pScreen->ChangeWindowAttributes) (pWin, mask); in CreateSaverWindow()
536 (void) ChangeWindowAttributes(pWin, CWColormap, &pAttr->colormap, in CreateSaverWindow()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog1461 12 0x00005610b291102d in ChangeWindowAttributes (pWin=0x5610b4b2e0c0,
34195 ChangeWindowAttributes goes to some effort to make sure it repaints
41500 among them with just ChangeWindowAttributes.
142394 defined, since the screen's ChangeWindowAttributes hook would run after
143559 EXA: Inline Prepare/FinishAccessWindow into only caller, ChangeWindowAttributes.
160308 xace: modifications to ChangeWindowAttributes special case: separate
161496 of the other. Composite now wraps ChangeWindowAttributes and activates
185393 Do not wrap ChangeWindowAttributes. All functions are noops currently