Searched refs:hglrc (Results 1 – 4 of 4) sorted by relevance
118 HGLRC hglrc; in ChoosePixelFormatARB() local133 hglrc = this->gl_data->wglCreateContext(hdc); in ChoosePixelFormatARB()134 if ( hglrc ) { in ChoosePixelFormatARB()135 this->gl_data->wglMakeCurrent(hdc, hglrc); in ChoosePixelFormatARB()159 if ( hglrc ) { in ChoosePixelFormatARB()161 this->gl_data->wglDeleteContext(hglrc); in ChoosePixelFormatARB()
43 BOOL (WINAPI *wglDeleteContext)(HGLRC hglrc);45 BOOL (WINAPI *wglMakeCurrent)(HDC hdc, HGLRC hglrc);
310 info->hglrc = GL_hrc; in WIN_GetWMInfo()312 info->hglrc = NULL; in WIN_GetWMInfo()
139 HGLRC hglrc; /* The OpenGL context, if any */