Searched defs:restore_gl_ctx (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c233 HGLRC restore_gl_ctx; member in struct:wined3d_fake_gl_ctx
254 if (ctx->restore_gl_ctx && !pwglMakeCurrent(ctx->restore_dc, ctx->restore_gl_ctx))
268 ctx->restore_gl_ctx = pwglGetCurrentContext();
334 if (ctx->restore_gl_ctx && !pwglMakeCurrent(ctx->restore_dc, ctx->restore_gl_ctx))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c295 HGLRC restore_gl_ctx; member in struct:wined3d_fake_gl_ctx
314 if (ctx->restore_gl_ctx && !wglMakeCurrent(ctx->restore_dc, ctx->restore_gl_ctx))
360 ctx->restore_gl_ctx = wglGetCurrentContext();
427 if (ctx->restore_gl_ctx && !wglMakeCurrent(ctx->restore_dc, ctx->restore_gl_ctx))

Completed in 78 milliseconds