Searched refs:ConfigNotify (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_screen.c137 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 Dpresent_priv.h151 ConfigNotifyProcPtr ConfigNotify; member in struct:present_screen_priv
/xsrc/external/mit/xorg-server/dist/dri3/
H A Ddri3_priv.h46 ConfigNotifyProcPtr ConfigNotify; member in struct:dri3_screen_priv
/xsrc/external/mit/xorg-server.old/dist/composite/
H A Dcompinit.c67 pScreen->ConfigNotify = cs->ConfigNotify;
378 cs->ConfigNotify = pScreen->ConfigNotify;
379 pScreen->ConfigNotify = compConfigNotify;
H A Dcompwindow.c801 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 Dcompint.h134 ConfigNotifyProcPtr ConfigNotify; member in struct:_CompScreen
/xsrc/external/mit/xorg-server/dist/composite/
H A Dcompinit.c67 pScreen->ConfigNotify = cs->ConfigNotify;
388 cs->ConfigNotify = pScreen->ConfigNotify;
389 pScreen->ConfigNotify = compConfigNotify;
H A Dcompwindow.c805 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 Dcompint.h140 ConfigNotifyProcPtr ConfigNotify; member in struct:_CompScreen
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
H A Ddri2.c107 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 Ddri2.c129 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 Dscrnintstr.h527 ConfigNotifyProcPtr ConfigNotify; member in struct:_Screen
/xsrc/external/mit/xorg-server/dist/include/
H A Dscrnintstr.h613 ConfigNotifyProcPtr ConfigNotify; member in struct:_Screen
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c2308 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 Dwindow.c2360 if (pWin->drawable.pScreen->ConfigNotify) {
2364 (*pWin->drawable.pScreen->ConfigNotify) (pWin, x, y, w, h, bw,

Completed in 29 milliseconds