/external/qemu/distrib/sdl-1.2.15/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); 620 this->gl_data->wglCreateContext = (HGLRC (WINAPI *)(HDC)) 622 this->gl_data->wglDeleteContext = (BOOL (WINAPI *)(HGLRC)) 624 this->gl_data->wglMakeCurrent = (BOOL (WINAPI *)(HDC, HGLRC)) [all...] |
SDL_syswm.c | 286 info->hglrc = GL_hrc; 288 info->hglrc = NULL;
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_syswm.h | 148 HGLRC hglrc; /**< The OpenGL context, if any */ member in struct:SDL_SysWMinfo
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_syswm.h | 148 HGLRC hglrc; /**< The OpenGL context, if any */ member in struct:SDL_SysWMinfo
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_syswm.h | 148 HGLRC hglrc; /**< The OpenGL context, if any */ member in struct:SDL_SysWMinfo
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_syswm.h | 148 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...] |