OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hglrc
(Results
1 - 5
of
5
) sorted by 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
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
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
...]
/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
Completed in 63 milliseconds