Lines Matching defs:GLWindow
212 struct GLWindow struct in __anon02294e1b0111::OGLTransitionerImpl
215 HWND hWnd;
216 HDC hDC;
217 HGLRC hRC;
230 unsigned int bpp;
231 unsigned int Width;
232 unsigned int Height;
233 const char* GLXExtensions;
234 const GLubyte* GLExtensions;
236 …char* name ) { return gluCheckExtension( (const GLubyte*) name, (const GLubyte*) GLXExtensions ); } in HasGLXExtension()
237 …LExtension( const char* name ) { return gluCheckExtension( (const GLubyte*) name, GLExtensions ); } in HasGLExtension()