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.12/src/video/wincommon/
SDL_wingl_c.h 35 HGLRC GL_hrc;
61 #define GL_hrc (this->gl_data->GL_hrc)
SDL_wingl.c 323 GL_hrc = this->gl_data->wglCreateContext(GL_hdc);
324 if ( GL_hrc == NULL ) {
380 if ( GL_hrc ) {
382 this->gl_data->wglDeleteContext(GL_hrc);
383 GL_hrc = NULL;
403 if ( ! this->gl_data->wglMakeCurrent(GL_hdc, GL_hrc) ) {
SDL_syswm.c 310 info->hglrc = GL_hrc;

Completed in 23 milliseconds