Lines Matching refs:hdc
41 HDC hdc = wglGetCurrentDC();
43 if (!hdc)
46 return epoxy_has_wgl_extension(hdc, ext);
50 epoxy_has_wgl_extension(HDC hdc, const char *ext)
62 return epoxy_extension_in_string(getext(hdc), ext);
145 WRAPPER(epoxy_wglMakeCurrent)(HDC hdc, HGLRC hglrc)
147 BOOL ret = epoxy_wglMakeCurrent_unwrapped(hdc, hglrc);
156 WRAPPER(epoxy_wglMakeContextCurrentARB)(HDC hDrawDC,
157 HDC hReadDC,
170 WRAPPER(epoxy_wglMakeContextCurrentEXT)(HDC hDrawDC,
171 HDC hReadDC,