Searched refs:stw_make_current_by_handles (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_context.c | 584 stw_make_current_by_handles(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) in stw_make_current_by_handles() function 588 stw_make_current_by_handles(NULL, NULL, 0); in stw_make_current_by_handles() 594 stw_make_current_by_handles(NULL, NULL, 0); in stw_make_current_by_handles() 602 stw_make_current_by_handles(NULL, NULL, 0); in stw_make_current_by_handles() 996 if (!stw_make_current_by_handles(hdc, hdc, dhglrc)) in DrvSetContext()
|
D | stw_context.h | 74 BOOL stw_make_current_by_handles( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
|
D | stw_ext_context.c | 234 return stw_make_current_by_handles(hDrawDC, hReadDC, dhglrc); in wglMakeContextCurrentARB()
|