Searched refs:IntMakeCurrent (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/opengl/opengl32/ |
H A D | wgl.c | 712 IntMakeCurrent(hglrc, hdc, dc_data); in wglMakeCurrent() 717 IntMakeCurrent(hglrc, hdc, dc_data); in wglMakeCurrent() 722 IntMakeCurrent(NULL, NULL, NULL); in wglMakeCurrent() 737 IntMakeCurrent(NULL, NULL, NULL); in wglMakeCurrent()
|
H A D | opengl32.h | 131 IntMakeCurrent(HGLRC hglrc, HDC hdc, struct wgl_dc_data* dc_data) in IntMakeCurrent() function
|