Searched refs:stw_make_current (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_rendertexture.c | 176 retVal = stw_make_current(dc, dc, curctx->dhglrc); in wglBindTexImageARB() 189 retVal = stw_make_current(prevDrawable, prevReadable, curctx->dhglrc); in wglBindTexImageARB()
|
D | stw_context.c | 386 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()
|
D | stw_context.h | 65 BOOL stw_make_current( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
|
D | stw_ext_context.c | 211 return stw_make_current(hDrawDC, hReadDC, dhglrc); in wglMakeContextCurrentARB()
|