Searched refs:WinThreads (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglthreads.c77 static struct winthread WinThreads[MAX_WINTHREADS]; variable in typeref:struct:winthread[]
385 struct winthread *wt = &WinThreads[i];
395 struct winthread *wt = &WinThreads[i];
421 struct winthread *wt = &WinThreads[w];
541 pthread_join(WinThreads[i].Thread, NULL);
545 glXDestroyContext(WinThreads[i].Dpy, WinThreads[i].Context);
546 XDestroyWindow(WinThreads[i].Dpy, WinThreads[i].Win);
658 WinThreads[
[all...]
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Dxeglthreads.c85 static struct winthread WinThreads[MAX_WINTHREADS]; variable in typeref:struct:winthread[]
400 struct winthread *wt = &WinThreads[i];
410 struct winthread *wt = &WinThreads[i];
436 struct winthread *wt = &WinThreads[w];
582 pthread_join(WinThreads[i].Thread, NULL);
586 eglDestroyContext(WinThreads[i].Display, WinThreads[i].Context);
587 XDestroyWindow(WinThreads[i].Dpy, WinThreads[i].Win);
713 WinThreads[
[all...]
/xsrc/external/mit/mesa-demos/dist/src/wgl/
H A Dwglthreads.c80 static struct winthread WinThreads[MAX_WINTHREADS]; variable in typeref:struct:winthread[]
107 SetEvent(WinThreads[i].hEventRedraw);
500 WaitForSingleObject(WinThreads[wt->Index - 1].hEventInitialised, INFINITE);
501 share = WinThreads[0].Context;
506 share = (Texture && wt->Index > 0) ? WinThreads[0].Context : 0;
512 WaitForSingleObject(WinThreads[NumWinThreads - 1].hEventInitialised, INFINITE);
586 WinThreads[0].Index = 0;
587 WinThreads[0].hEventInitialised = CreateEvent(NULL, TRUE, FALSE, NULL);
588 WinThreads[0].hEventRedraw = CreateEvent(NULL, FALSE, FALSE, NULL);
590 ThreadProc((void*) &WinThreads[
[all...]

Completed in 4 milliseconds