Home
last modified time | relevance | path

Searched refs:GlCtx (Results 1 – 4 of 4) sorted by relevance

/dports/cad/netgen/netgen-6.2.2105/ng/Togl-1.7/
H A Dtogl.c502 if (t->GlCtx == togl->GlCtx) in FindToglWithSameContext()
1042 if (!togl->GlCtx) in Togl_MakeCurrent()
1264 togl->GlCtx in Togl_Configure()
1453 togl->GlCtx = NULL; in Togl_Cmd()
1570 togl->GlCtx in Togl_Cmd()
1821 assert(shareWith->GlCtx != NULL); in Togl_CreateWindow()
1822 togl->GlCtx = shareWith->GlCtx; in Togl_CreateWindow()
1947 togl->GlCtx = in Togl_CreateWindow()
1954 if (togl->GlCtx == NULL) { in Togl_CreateWindow()
2466 if (togl->GlCtx) { in ToglCmdDeletedProc()
[all …]
/dports/graphics/togl/Togl2.0/
H A Dtogl.c582 if (t->GlCtx == togl->GlCtx) in FindToglWithSameContext()
1390 togl->GlCtx in Togl_ObjConfigure()
1429 togl->GlCtx in Togl_ObjConfigure()
1481 if (togl->GlCtx) in Togl_ObjConfigure()
2090 togl->GlCtx = NULL; in Togl_ObjCmd()
2220 togl->GlCtx in Togl_ObjCmd()
2530 assert(shareWith->GlCtx != NULL); in Togl_CreateWindow()
2531 togl->GlCtx = shareWith->GlCtx; in Togl_CreateWindow()
2669 if (togl->GlCtx == NULL) { in Togl_CreateWindow()
3282 if (togl->GlCtx) { in ToglCmdDeletedProc()
[all …]
/dports/science/xcrysden/xcrysden-1.6.2/C/
H A Dtogl_struct.h12 GLXContext GlCtx; /* Normal planes GLX context */ member
H A DxcFont.c636 GLXContext GlCtx; /* Normal planes GLX context */ member