Lines Matching refs:VisualInfo
88 } VisualInfo;
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 *visual, GLboolean showIt, WindowInfo *window );
445 GLboolean renderspuWinInitWithVisual( WindowInfo *window, VisualInfo *visual, GLboolean showIt, GLint id );
469 extern GLboolean renderspuInitVisual(VisualInfo *pVisInfo, const char *displayName, GLbitfield visAttribs);