Searched refs:currentSwapchain (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c785 context, context->currentSwapchain, swapchain);
794 context->currentSwapchain = swapchain;
863 swapchain = context->currentSwapchain;
878 if (swapchain == context->currentSwapchain)
880 context->valid = swapchain_validate(context->currentSwapchain);
953 if (context->valid && restore_ctx != context->glCtx) pwglMakeCurrent(context->currentSwapchain->hDC, context->glCtx);
1162 TRACE("Switching to D3D context %p, GL context %p, device context %p.\n", ctx, ctx->glCtx, ctx->currentSwapchain->hDC);
1163 if (!pwglMakeCurrent(ctx->currentSwapchain->hDC, ctx->glCtx))
1167 ctx->glCtx, ctx->currentSwapchain->hDC, err);
1703 ret->currentSwapchain
[all...]
H A Dswapchain.c110 if (context->currentSwapchain == pSwapchain)
112 context->currentSwapchain = NULL;
428 TRACE("Presenting HDC %p.\n", context->currentSwapchain->hDC);
516 HWND wnd = WindowFromDC(context->currentSwapchain->hDC);
517 Assert(wnd == context->currentSwapchain->win_handle);
522 SwapBuffers(context->currentSwapchain->hDC);
H A Dwined3d_private.h1107 IWineD3DSwapChainImpl *currentSwapchain; member in struct:wined3d_context
H A Dsurface.c4036 HWND hWnd = context->currentSwapchain->win_handle;
H A Darb_program_shader.c6971 HWND hWnd = context->currentSwapchain->win_handle;
H A Ddevice.c7644 IWineD3DSwapChainImpl *swapchain = context->currentSwapchain;
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1128 IWineD3DSwapChainImpl *currentSwapchain; member in struct:wined3d_context

Completed in 121 milliseconds