Searched refs:winGetWindowInfo (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dwinpriv.h10 HWND winGetWindowInfo(WindowPtr pWin);
H A Ddri_helpers.c50 HWND h = winGetWindowInfo((WindowPtr)(pDrawable->base.pDraw));
90 h = winGetWindowInfo((WindowPtr)(pDraw));
H A Dwinpriv.c22 winGetWindowInfo(WindowPtr pWin) function in typeref:typename:HWND
35 ErrorF("winGetWindowInfo: screen has no privates\n");
47 ErrorF("winGetWindowInfo: window has no privates\n");
53 winDebug("winGetWindowInfo: forcing window to exist\n");
72 ErrorF("winGetWindowInfo: screen has no privates\n");
76 ErrorF("winGetWindowInfo: returning root window\n");
H A Dindirect.c931 if (winGetWindowInfo(pWin) == NULL) {
1263 *hwnd = winGetWindowInfo(pWin);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dwinpriv.h10 HWND winGetWindowInfo(WindowPtr pWin);
H A Dwinpriv.c20 HWND winGetWindowInfo(WindowPtr pWin) function in typeref:typename:HWND
35 ErrorF("winGetWindowInfo: screen has no privates\n");
50 ErrorF("winGetWindowInfo: window has no privates\n");
57 ErrorF("winGetWindowInfo: forcing window to exist...\n");
77 ErrorF("winGetWindowInfo: window has no privates\n");
97 ErrorF("winGetWindowInfo: screen has no privates\n");
101 ErrorF("winGetWindowInfo: returning root window\n");
H A Dindirect.c1099 *hwnd = winGetWindowInfo(pWin);
1217 if (winGetWindowInfo(pWin) == NULL)

Completed in 12 milliseconds