Lines Matching defs:GLWindow
212 struct GLWindow struct in __anon03569a740111::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 …bool HasGLXExtension( const char* name ) { return gluCheckExtension( (const GLubyte*) name, (const… in HasGLXExtension()
237 …bool HasGLExtension( const char* name ) { return gluCheckExtension( (const GLubyte*) name, GLExten… in HasGLExtension()