HomeSort by relevance Sort by last modified time
    Searched refs:stw_make_current (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.h 61 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
stw_ext_rendertexture.c 161 * Before we can call stw_make_current() we have to temporarily
163 * an error condition. After the stw_make_current() we restore the
169 retVal = stw_make_current(dc, curctx->dhglrc);
172 debug_printf("stw_make_current(#1) failed in wglBindTexImageARB()\n");
182 retVal = stw_make_current(prevDrawable, curctx->dhglrc);
184 debug_printf("stw_make_current(#2) failed in wglBindTexImageARB()\n");
stw_context.c 355 if (stw_make_current( NULL, 0 ) == FALSE)
389 stw_make_current(HDC hdc, DHGLRC dhglrc) function
475 stw_make_current(NULL, 0);
861 if (!stw_make_current(hdc, dhglrc))

Completed in 52 milliseconds