Home | History | Annotate | Download | only in wincommon

Lines Matching defs:hglrc

118 	HGLRC hglrc;
133 hglrc = this->gl_data->wglCreateContext(hdc);
134 if ( hglrc ) {
135 this->gl_data->wglMakeCurrent(hdc, hglrc);
159 if ( hglrc ) {
161 this->gl_data->wglDeleteContext(hglrc);
620 this->gl_data->wglCreateContext = (HGLRC (WINAPI *)(HDC))
622 this->gl_data->wglDeleteContext = (BOOL (WINAPI *)(HGLRC))
624 this->gl_data->wglMakeCurrent = (BOOL (WINAPI *)(HDC, HGLRC))