HomeSort by: relevance | last modified time | path
    Searched defs:ConfigNotify (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/dri3/
dri3_priv.h 46 ConfigNotifyProcPtr ConfigNotify;
  /xsrc/external/mit/xorg-server/dist/composite/
compint.h 140 ConfigNotifyProcPtr ConfigNotify;
  /xsrc/external/mit/xorg-server.old/dist/composite/
compint.h 134 ConfigNotifyProcPtr ConfigNotify;
  /xsrc/external/mit/xorg-server/dist/present/
present_priv.h 151 ConfigNotifyProcPtr ConfigNotify;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
dri2.c 107 ConfigNotifyProcPtr ConfigNotify;
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/include/
scrnintstr.h 613 ConfigNotifyProcPtr ConfigNotify;
  /xsrc/external/mit/xorg-server.old/dist/include/
scrnintstr.h 527 ConfigNotifyProcPtr ConfigNotify;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/
dri2.c 129 ConfigNotifyProcPtr ConfigNotify;
1405 if (ds->ConfigNotify) {
1406 pScreen->ConfigNotify = ds->ConfigNotify;
1408 ret = (*pScreen->ConfigNotify) (pWin, x, y, w, h, bw, pSib);
1410 ds->ConfigNotify = pScreen->ConfigNotify;
1411 pScreen->ConfigNotify = DRI2ConfigNotify;
1645 ds->ConfigNotify = pScreen->ConfigNotify;
    [all...]

Completed in 10 milliseconds