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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c321 HGLRC new_ctx; local
326 if (!(new_ctx = gl_info->p_wglCreateContextAttribsARB(fake_gl_ctx->dc, NULL, ctx_attribs)))
333 if (!wglMakeCurrent(fake_gl_ctx->dc, new_ctx))
336 if (!wglDeleteContext(new_ctx))
344 fake_gl_ctx->gl_ctx = new_ctx;

Completed in 77 milliseconds