Searched refs:VisualInfo (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/HostServices/SharedOpenGL/render/ |
H A D | renderspu.h | 88 } VisualInfo; typedef in typeref:struct:__anon16465 99 VisualInfo *visual; 158 VisualInfo *visual; 272 VisualInfo visuals[MAX_VISUALS]; 314 VisualInfo WinCmdVisual; 401 extern VisualInfo *renderspuFindVisual(const char *displayName, GLbitfield visAttribs ); 402 extern GLboolean renderspu_SystemInitVisual( VisualInfo *visual ); 403 extern GLboolean renderspu_SystemCreateContext( VisualInfo *visual, ContextInfo *context, ContextInfo *sharedContext ); 405 extern GLboolean renderspu_SystemCreateWindow( VisualInfo *visual, GLboolean showIt, WindowInfo *window ); 406 extern GLboolean renderspu_SystemVBoxCreateWindow( VisualInfo *visua [all...] |
H A D | renderspu_cocoa.c | 27 GLboolean renderspu_SystemInitVisual(VisualInfo *pVisInfo) 36 GLboolean renderspu_SystemCreateContext(VisualInfo *pVisInfo, ContextInfo *pCtxInfo, ContextInfo *pSharedCtxInfo) 65 GLboolean renderspu_SystemVBoxCreateWindow(VisualInfo *pVisInfo, GLboolean fShowIt, WindowInfo *pWinInfo)
|
H A D | renderspu_agl.c | 214 renderspu_SystemInitVisual(VisualInfo *visual) 288 renderspu_SystemCreateContext(VisualInfo *visual, ContextInfo *context, ContextInfo *sharedContext) 427 renderspu_SystemCreateWindow(VisualInfo *visual, GLboolean showIt, 827 renderspu_SystemVBoxCreateWindow(VisualInfo *visual, GLboolean showIt,
|
H A D | renderspu_glx.c | 196 Attrib( const VisualInfo *visual, int attrib ) 672 renderspu_SystemInitVisual( VisualInfo *visual ) 853 createWindow( VisualInfo *visual, GLboolean showIt, WindowInfo *window ) 1122 createPBuffer( VisualInfo *visual, WindowInfo *window ) 1162 renderspu_SystemCreateWindow( VisualInfo *visual, GLboolean showIt, WindowInfo *window ) 1175 renderspu_SystemVBoxCreateWindow( VisualInfo *visual, GLboolean showIt, WindowInfo *window ) 1223 renderspu_SystemCreateContext( VisualInfo *visual, ContextInfo *context, ContextInfo *sharedContext )
|
H A D | renderspu_wgl.c | 381 GLboolean renderspu_SystemInitVisual( VisualInfo *visual ) 733 GLboolean renderspu_SystemCreateWindow( VisualInfo *visual, GLboolean showIt, WindowInfo *window ) 946 GLboolean renderspu_SystemVBoxCreateWindow( VisualInfo *visual, GLboolean showIt, WindowInfo *window ) 1316 GLboolean renderspu_SystemCreateContext( VisualInfo *visual, ContextInfo *context, ContextInfo *sharedContext )
|
H A D | renderspu.c | 86 GLboolean renderspuInitVisual(VisualInfo *pVisInfo, const char *displayName, GLbitfield visAttribs) 94 * Find a VisualInfo which matches the given display name and attribute 97 VisualInfo * 142 VisualInfo *visual; 533 GLboolean renderspuWinInitWithVisual( WindowInfo *window, VisualInfo *visual, GLboolean showIt, GLint id ) 591 VisualInfo *visual;
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | glx.c | 49 struct VisualInfo { struct 54 struct VisualInfo *next; 57 static struct VisualInfo *VisualInfoList = NULL; 65 struct VisualInfo *v; 72 v = (struct VisualInfo *) crAlloc(sizeof(struct VisualInfo)); 81 static struct VisualInfo * 84 struct VisualInfo *v; 575 struct VisualInfo *v = FindVisualInfo(dpy, DefaultScreen(dpy), 737 struct VisualInfo * [all...] |
Completed in 180 milliseconds