HomeSort by relevance Sort by last modified time
    Searched refs:hglrc (Results 1 - 9 of 9) 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
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_syswm.h 139 HGLRC hglrc; /* The OpenGL context, if any */ member in struct:SDL_SysWMinfo
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_syswm.h 139 HGLRC hglrc; /* The OpenGL context, if any */ member in struct:SDL_SysWMinfo
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_syswm.h 131 HGLRC hglrc; /* The OpenGL context, if any */ member in struct:SDL_SysWMinfo
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_syswm.h 139 HGLRC hglrc; /* The OpenGL context, if any */ member in struct:SDL_SysWMinfo
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 491 extern BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
494 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
537 extern HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
539 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList);
575 extern BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
    [all...]

Completed in 117 milliseconds