Searched refs:stw_make_current (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_context.h | 65 BOOL stw_make_current( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
|
| H A D | stw_ext_rendertexture.c | 168 * Before we can call stw_make_current() we have to temporarily 170 * an error condition. After the stw_make_current() we restore the 176 retVal = stw_make_current(dc, dc, curctx->dhglrc); 179 debug_printf("stw_make_current(#1) failed in wglBindTexImageARB()\n"); 189 retVal = stw_make_current(prevDrawable, prevReadable, curctx->dhglrc); 191 debug_printf("stw_make_current(#2) failed in wglBindTexImageARB()\n");
|
| H A D | stw_ext_context.c | 211 return stw_make_current(hDrawDC, hReadDC, dhglrc);
|
| H A D | stw_context.c | 386 if (stw_make_current( NULL, NULL, 0 ) == FALSE) 431 stw_make_current(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) function in typeref:typename:BOOL 563 stw_make_current(NULL, NULL, 0); 949 if (!stw_make_current(hdc, hdc, dhglrc))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_context.h | 72 BOOL stw_make_current( struct stw_framebuffer *fb, struct stw_framebuffer *fbRead, struct stw_context *ctx );
|
| H A D | stw_ext_rendertexture.c | 168 * Before we can call stw_make_current() we have to temporarily 170 * an error condition. After the stw_make_current() we restore the 175 retVal = stw_make_current(fb, fb, curctx); 178 debug_printf("stw_make_current(#1) failed in wglBindTexImageARB()\n"); 187 retVal = stw_make_current(old_fb, old_fbRead, curctx); 189 debug_printf("stw_make_current(#2) failed in wglBindTexImageARB()\n");
|
| H A D | stw_context.c | 380 if (stw_make_current( NULL, NULL, NULL ) == FALSE) 458 stw_make_current(struct stw_framebuffer *fb, struct stw_framebuffer *fbRead, struct stw_context *ctx) function in typeref:typename:BOOL 540 stw_make_current(NULL, NULL, NULL); 606 BOOL success = stw_make_current(fb, fbRead, ctx);
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/ |
| H A D | egl_wgl.c | 568 if (!stw_make_current(ddraw, rdraw, cctx)) { 571 /* stw_make_current failed. We cannot tell for sure why, but 596 if (stw_make_current(ddraw, rdraw, cctx)) {
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.0.0.rst | 1995 - wgl: Don't crash in stw_make_current if current framebuffer is NULL
|
Completed in 10 milliseconds