Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_rendertexture.c169 retVal = stw_make_current(dc, curctx->dhglrc); in wglBindTexImageARB()
182 retVal = stw_make_current(prevDrawable, curctx->dhglrc); in wglBindTexImageARB()
Dstw_context.h61 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
Dstw_context.c355 if (stw_make_current( NULL, 0 ) == FALSE) in DrvReleaseContext()
389 stw_make_current(HDC hdc, DHGLRC dhglrc) in stw_make_current() function
475 stw_make_current(NULL, 0); in stw_make_current()
861 if (!stw_make_current(hdc, dhglrc)) in DrvSetContext()