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

  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl_c.h 35 HGLRC GL_hrc;
41 HGLRC (WINAPI *wglCreateContext)(HDC hdc);
43 BOOL (WINAPI *wglDeleteContext)(HGLRC hglrc);
45 BOOL (WINAPI *wglMakeCurrent)(HDC hdc, HGLRC hglrc);
SDL_wingl.c 118 HGLRC hglrc; local
133 hglrc = this->gl_data->wglCreateContext(hdc);
134 if ( hglrc ) {
135 this->gl_data->wglMakeCurrent(hdc, hglrc);
159 if ( hglrc ) {
161 this->gl_data->wglDeleteContext(hglrc);
608 this->gl_data->wglCreateContext = (HGLRC (WINAPI *)(HDC))
610 this->gl_data->wglDeleteContext = (BOOL (WINAPI *)(HGLRC))
612 this->gl_data->wglMakeCurrent = (BOOL (WINAPI *)(HDC, HGLRC))
    [all...]
SDL_syswm.c 310 info->hglrc = GL_hrc;
312 info->hglrc = NULL;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_syswm.h 139 HGLRC hglrc; /* The OpenGL context, if any */ member in struct:SDL_SysWMinfo
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_syswm.h 139 HGLRC hglrc; /* The OpenGL context, if any */ member in struct:SDL_SysWMinfo
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_syswm.h 139 HGLRC hglrc; /* The OpenGL context, if any */ member in struct:SDL_SysWMinfo
  /prebuilt/windows/sdl/host/include/SDL/
SDL_syswm.h 131 HGLRC hglrc; /* The OpenGL context, if any */ member in struct:SDL_SysWMinfo
  /prebuilt/windows/sdl/include/SDL/
SDL_syswm.h 139 HGLRC hglrc; /* The OpenGL context, if any */ member in struct:SDL_SysWMinfo

Completed in 91 milliseconds