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 | 588 stw_make_current_by_handles(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) in stw_make_current_by_handles() function 592 stw_make_current_by_handles(NULL, NULL, 0); in stw_make_current_by_handles() 598 stw_make_current_by_handles(NULL, NULL, 0); in stw_make_current_by_handles() 606 stw_make_current_by_handles(NULL, NULL, 0); in stw_make_current_by_handles() 1000 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 | 246 return stw_make_current_by_handles(hDrawDC, hReadDC, dhglrc); in wglMakeContextCurrentARB()
|