Home
last modified time | relevance | path

Searched refs:hglrc (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_wingl.c118 HGLRC hglrc; in ChoosePixelFormatARB() local
133 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()
DSDL_wingl_c.h43 BOOL (WINAPI *wglDeleteContext)(HGLRC hglrc);
45 BOOL (WINAPI *wglMakeCurrent)(HDC hdc, HGLRC hglrc);
DSDL_syswm.c310 info->hglrc = GL_hrc; in WIN_GetWMInfo()
312 info->hglrc = NULL; in WIN_GetWMInfo()
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_syswm.h139 HGLRC hglrc; /* The OpenGL context, if any */