Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_rendertexture.c176 retVal = stw_make_current(dc, dc, curctx->dhglrc); in wglBindTexImageARB()
189 retVal = stw_make_current(prevDrawable, prevReadable, curctx->dhglrc); in wglBindTexImageARB()
Dstw_context.c386 if (stw_make_current( NULL, NULL, 0 ) == FALSE) in DrvReleaseContext()
431 stw_make_current(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) in stw_make_current() function
563 stw_make_current(NULL, NULL, 0); in stw_make_current()
949 if (!stw_make_current(hdc, hdc, dhglrc)) in DrvSetContext()
Dstw_context.h65 BOOL stw_make_current( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
Dstw_ext_context.c211 return stw_make_current(hDrawDC, hReadDC, dhglrc); in wglMakeContextCurrentARB()