Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_ext_rendertexture.c168 * Before we can call stw_make_current() we have to temporarily in wglBindTexImageARB()
170 * an error condition. After the stw_make_current() we restore the in wglBindTexImageARB()
175 retVal = stw_make_current(fb, fb, curctx); in wglBindTexImageARB()
178 debug_printf("stw_make_current(#1) failed in wglBindTexImageARB()\n"); in wglBindTexImageARB()
187 retVal = stw_make_current(old_fb, old_fbRead, curctx); in wglBindTexImageARB()
189 debug_printf("stw_make_current(#2) failed in wglBindTexImageARB()\n"); in wglBindTexImageARB()
H A Dstw_context.h72 BOOL stw_make_current( struct stw_framebuffer *fb, struct stw_framebuffer *fbRead, struct stw_context *ctx );
H A Dstw_context.c384 if (stw_make_current( NULL, NULL, NULL ) == FALSE) in stw_unbind_context()
462 stw_make_current(struct stw_framebuffer *fb, struct stw_framebuffer *fbRead, struct stw_context *ctx) in stw_make_current() function
544 stw_make_current(NULL, NULL, NULL); in stw_make_current()
610 BOOL success = stw_make_current(fb, fbRead, ctx); in stw_make_current_by_handles()
/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c545 if (!stw_make_current(ddraw, rdraw, cctx)) { in wgl_make_current()
548 /* stw_make_current failed. We cannot tell for sure why, but in wgl_make_current()
573 if (stw_make_current(ddraw, rdraw, cctx)) { in wgl_make_current()

Completed in 3 milliseconds