Searched refs:gCtx (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/wgl/ |
| H A D | sharedtex_mt.c | 59 static HGLRC gCtx = NULL; variable in typeref:typename:HGLRC 163 gCtx = wglCreateContext(gHDC); 164 if (!gCtx) { 520 AddWindow( 10, 10, gCtx); 521 AddWindow(330, 10, gCtx); 522 AddWindow( 10, 350, gCtx); 523 AddWindow(330, 350, gCtx); 538 if (!wglMakeCurrent(gHDC, gCtx)) {
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | sharedtex_mt.c | 62 static GLXContext gCtx; variable in typeref:typename:GLXContext 95 gCtx = glXCreateContext(dpy, visinfo, NULL, True); 96 if (!gCtx) { 475 h0 = AddWindow(gDpy, dpyName, 10, 10, gCtx); 476 (void) AddWindow(gDpy, dpyName, 330, 10, gCtx); 477 (void) AddWindow(gDpy, dpyName, 10, 350, gCtx); 478 (void) AddWindow(gDpy, dpyName, 330, 350, gCtx); 480 if (!glXMakeCurrent(gDpy, h0->Win, gCtx)) {
|
Completed in 20 milliseconds