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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c5419 struct wined3d_fake_gl_ctx fake_gl_ctx = {0}; local
5441 if (!WineD3D_CreateFakeGLContext(&fake_gl_ctx, pHgsmi))
5450 WineD3D_ReleaseFakeGLContext(&fake_gl_ctx);
5456 WineD3D_ReleaseFakeGLContext(&fake_gl_ctx);
5460 hdc = fake_gl_ctx.dc;
5596 WineD3D_ReleaseFakeGLContext(&fake_gl_ctx);
5621 WineD3D_ReleaseFakeGLContext(&fake_gl_ctx);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c318 static void wined3d_create_fake_gl_context_attribs(struct wined3d_fake_gl_ctx *fake_gl_ctx, argument
326 if (!(new_ctx = gl_info->p_wglCreateContextAttribsARB(fake_gl_ctx->dc, NULL, ctx_attribs)))
333 if (!wglMakeCurrent(fake_gl_ctx->dc, new_ctx))
342 if (!wglDeleteContext(fake_gl_ctx->gl_ctx))
344 fake_gl_ctx->gl_ctx = new_ctx;
5294 struct wined3d_fake_gl_ctx fake_gl_ctx = {0}; local
5379 if (!WineD3D_CreateFakeGLContext(&fake_gl_ctx
5398 wined3d_create_fake_gl_context_attribs(&fake_gl_ctx, gl_info, ctx_attribs);
5403 WineD3D_ReleaseFakeGLContext(&fake_gl_ctx);
5410 wined3d_adapter_init_fb_cfgs(adapter, fake_gl_ctx
[all...]

Completed in 56 milliseconds