Home
last modified time | relevance | path

Searched refs:IntMakeCurrent (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/opengl/opengl32/
H A Dwgl.c712 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 Dopengl32.h131 IntMakeCurrent(HGLRC hglrc, HDC hdc, struct wgl_dc_data* dc_data) in IntMakeCurrent() function