Home | History | Annotate | Download | only in gl

Lines Matching refs:hwnd

1596             HWND hwnd = GetTopWindow(GetDesktopWindow());
1597 while(hwnd) {
1599 GetWindowThreadProcessId(hwnd, &wndProcID);
1601 SwapBuffers(GetDC(hwnd));
1603 hwnd = GetNextWindow(hwnd, GW_HWNDNEXT);