Searched refs:winthread (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glthreads.c | 62 struct winthread { struct 77 static struct winthread WinThreads[MAX_WINTHREADS]; 110 MakeNewTexture(struct winthread *wt) 222 resize(struct winthread *wt, int w, int h) 236 draw_loop(struct winthread *wt) 307 keypress(XEvent *event, struct winthread *wt) 383 /* Find winthread for this event's window */ 385 struct winthread *wt = &WinThreads[i]; 395 struct winthread *wt = &WinThreads[i]; 421 struct winthread *w [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/wgl/ |
| H A D | wglthreads.c | 63 struct winthread { struct 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 *w [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | xeglthreads.c | 68 struct winthread { struct 85 static struct winthread WinThreads[MAX_WINTHREADS]; 118 MakeNewTexture(struct winthread *wt) 230 resize(struct winthread *wt, int w, int h) 244 draw_loop(struct winthread *wt) 322 keypress(XEvent *event, struct winthread *wt) 398 /* Find winthread for this event's window */ 400 struct winthread *wt = &WinThreads[i]; 410 struct winthread *wt = &WinThreads[i]; 436 struct winthread *w [all...] |
Completed in 4 milliseconds