Searched refs:GL_hrc (Results 1 – 3 of 3) sorted by relevance
35 HGLRC GL_hrc; member61 #define GL_hrc (this->gl_data->GL_hrc) macro
335 GL_hrc = this->gl_data->wglCreateContext(GL_hdc); in WIN_GL_SetupWindow()336 if ( GL_hrc == NULL ) { in WIN_GL_SetupWindow()392 if ( GL_hrc ) { in WIN_GL_ShutDown()394 this->gl_data->wglDeleteContext(GL_hrc); in WIN_GL_ShutDown()395 GL_hrc = NULL; in WIN_GL_ShutDown()415 if ( ! this->gl_data->wglMakeCurrent(GL_hdc, GL_hrc) ) { in WIN_GL_MakeCurrent()
286 info->hglrc = GL_hrc; in WIN_GetWMInfo()