Lines Matching refs:winthread
63 struct winthread {
80 static struct winthread WinThreads[MAX_WINTHREADS];
113 MakeNewTexture(struct winthread *wt)
225 resize(struct winthread *wt, int w, int h)
239 draw_loop(struct winthread *wt)
344 keypress(WPARAM keySym, struct winthread *wt)
383 struct winthread *wt = (struct winthread *)(INT_PTR)GetWindowLongPtr(hWnd, GWLP_USERDATA);
410 create_window(struct winthread *wt, HGLRC shareCtx)
495 struct winthread *wt = (struct winthread *) p;