Home
last modified time | relevance | path

Searched refs:GL_hrc (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_wingl_c.h35 HGLRC GL_hrc; member
61 #define GL_hrc (this->gl_data->GL_hrc) macro
DSDL_wingl.c335 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()
DSDL_syswm.c286 info->hglrc = GL_hrc; in WIN_GetWMInfo()