| /xsrc/external/mit/xorg-server/dist/present/ |
| H A D | present_screen.c | 137 unwrap(screen_priv, screen, ConfigNotify); 138 if (screen->ConfigNotify) 139 ret = screen->ConfigNotify (window, x, y, w, h, bw, sibling); 142 wrap(screen_priv, screen, ConfigNotify, present_config_notify); 186 wrap(screen_priv, screen, ConfigNotify, present_config_notify);
|
| H A D | present_priv.h | 151 ConfigNotifyProcPtr ConfigNotify; member in struct:present_screen_priv
|
| /xsrc/external/mit/xorg-server/dist/dri3/ |
| H A D | dri3_priv.h | 46 ConfigNotifyProcPtr ConfigNotify; member in struct:dri3_screen_priv
|
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| H A D | compinit.c | 67 pScreen->ConfigNotify = cs->ConfigNotify; 378 cs->ConfigNotify = pScreen->ConfigNotify; 379 pScreen->ConfigNotify = compConfigNotify;
|
| H A D | compwindow.c | 801 if (cs->ConfigNotify) 803 pScreen->ConfigNotify = cs->ConfigNotify; 804 ret = (*pScreen->ConfigNotify)(pWin, x, y, w, h, bw, pSib); 805 cs->ConfigNotify = pScreen->ConfigNotify; 806 pScreen->ConfigNotify = compConfigNotify;
|
| H A D | compint.h | 134 ConfigNotifyProcPtr ConfigNotify; member in struct:_CompScreen
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compinit.c | 67 pScreen->ConfigNotify = cs->ConfigNotify; 388 cs->ConfigNotify = pScreen->ConfigNotify; 389 pScreen->ConfigNotify = compConfigNotify;
|
| H A D | compwindow.c | 805 if (cs->ConfigNotify) { 806 pScreen->ConfigNotify = cs->ConfigNotify; 807 ret = (*pScreen->ConfigNotify) (pWin, x, y, w, h, bw, pSib); 808 cs->ConfigNotify = pScreen->ConfigNotify; 809 pScreen->ConfigNotify = compConfigNotify;
|
| H A D | compint.h | 140 ConfigNotifyProcPtr ConfigNotify; member in struct:_CompScreen
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/ |
| H A D | dri2.c | 107 ConfigNotifyProcPtr ConfigNotify; member in struct:_DRI2Screen 1050 if (ds->ConfigNotify) { 1051 pScreen->ConfigNotify = ds->ConfigNotify; 1053 ret = (*pScreen->ConfigNotify)(pWin, x, y, w, h, bw, pSib); 1055 ds->ConfigNotify = pScreen->ConfigNotify; 1056 pScreen->ConfigNotify = DRI2ConfigNotify; 1156 ds->ConfigNotify = pScreen->ConfigNotify; [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/ |
| H A D | dri2.c | 129 ConfigNotifyProcPtr ConfigNotify; member in struct:_DRI2Screen 1398 if (ds->ConfigNotify) { 1399 pScreen->ConfigNotify = ds->ConfigNotify; 1401 ret = (*pScreen->ConfigNotify) (pWin, x, y, w, h, bw, pSib); 1403 ds->ConfigNotify = pScreen->ConfigNotify; 1404 pScreen->ConfigNotify = DRI2ConfigNotify; 1638 ds->ConfigNotify = pScreen->ConfigNotify; [all...] |
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | scrnintstr.h | 527 ConfigNotifyProcPtr ConfigNotify; member in struct:_Screen
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | scrnintstr.h | 613 ConfigNotifyProcPtr ConfigNotify; member in struct:_Screen
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | window.c | 2308 if (pWin->drawable.pScreen->ConfigNotify) 2311 ret = (*pWin->drawable.pScreen->ConfigNotify)(pWin, x, y, w, h, bw, pSib);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | window.c | 2360 if (pWin->drawable.pScreen->ConfigNotify) { 2364 (*pWin->drawable.pScreen->ConfigNotify) (pWin, x, y, w, h, bw,
|