Home
last modified time | relevance | path

Searched refs:stw_make_current_by_handles (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c584 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()
Dstw_context.h74 BOOL stw_make_current_by_handles( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
Dstw_ext_context.c234 return stw_make_current_by_handles(hDrawDC, hReadDC, dhglrc); in wglMakeContextCurrentARB()