HomeSort by relevance Sort by last modified time
    Searched refs:GL_hrc (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl_c.h 35 HGLRC GL_hrc;
61 #define GL_hrc (this->gl_data->GL_hrc)
SDL_wingl.c 335 GL_hrc = this->gl_data->wglCreateContext(GL_hdc);
336 if ( GL_hrc == NULL ) {
392 if ( GL_hrc ) {
394 this->gl_data->wglDeleteContext(GL_hrc);
395 GL_hrc = NULL;
415 if ( ! this->gl_data->wglMakeCurrent(GL_hdc, GL_hrc) ) {
SDL_syswm.c 286 info->hglrc = GL_hrc;

Completed in 72 milliseconds