Searched refs:BackBufferWidth (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dswapchain.c191 pPresentationParameters->BackBufferWidth = winePresentParameters.BackBufferWidth;
233 wined3d_parameters.BackBufferWidth = present_parameters->BackBufferWidth;
254 present_parameters->BackBufferWidth = wined3d_parameters.BackBufferWidth;
H A Ddevice.c645 localParameters.BackBufferWidth = pPresentationParameters->BackBufferWidth;
665 pPresentationParameters->BackBufferWidth = localParameters.BackBufferWidth;
3253 local_parameters.BackBufferWidth = present_parameters->BackBufferWidth;
3283 present_parameters->BackBufferWidth = local_parameters.BackBufferWidth;
3383 wined3d_parameters[i].BackBufferWidth = PP_BASE(&parameters[i])->BackBufferWidth;
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dswapchain.c132 wined3d_parameters.BackBufferWidth = present_parameters->BackBufferWidth;
153 present_parameters->BackBufferWidth = wined3d_parameters.BackBufferWidth;
H A Ddevice.c546 localParameters.BackBufferWidth = pPresentationParameters->BackBufferWidth;
569 pPresentationParameters->BackBufferWidth = localParameters.BackBufferWidth;
2715 local_parameters.BackBufferWidth = present_parameters->BackBufferWidth;
2743 present_parameters->BackBufferWidth = local_parameters.BackBufferWidth;
2819 wined3d_parameters.BackBufferWidth = parameters->BackBufferWidth;
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain.c439 || src_rect.right != This->presentParms.BackBufferWidth
449 src_rect.right = This->presentParms.BackBufferWidth;
459 || dst_rect.right != This->presentParms.BackBufferWidth
469 dst_rect.right = This->presentParms.BackBufferWidth;
953 hr = VBoxExtWndCreate(present_parameters->BackBufferWidth, present_parameters->BackBufferHeight, &window, &hDC);
981 swapchain_setup_fullscreen_window(swapchain, present_parameters->BackBufferWidth,
996 client_rect.right = present_parameters->BackBufferWidth;
1000 && (!present_parameters->BackBufferWidth || !present_parameters->BackBufferHeight
1004 if (!present_parameters->BackBufferWidth)
1006 present_parameters->BackBufferWidth
[all...]
H A Ddevice.c5985 swapchain->presentParms.BackBufferWidth = back_impl->currentDesc.Width;
6521 surface->currentDesc.Width = pPresentationParameters->BackBufferWidth;
6526 surface->pow2Width = pPresentationParameters->BackBufferWidth;
6530 while (surface->pow2Width < pPresentationParameters->BackBufferWidth) surface->pow2Width <<= 1;
6545 if(surface->pow2Width != pPresentationParameters->BackBufferWidth ||
6580 if(!pp->BackBufferWidth) return TRUE;
6590 if(m.Width == pp->BackBufferWidth && m.Height == pp->BackBufferHeight) {
6750 WARN("Requested mode: %d, %d\n", pPresentationParameters->BackBufferWidth,
6764 TRACE("BackBufferWidth = %d\n", pPresentationParameters->BackBufferWidth);
[all...]
H A Dstateblock.c1306 vp.Width = ((IWineD3DSwapChainImpl *)swapchain)->presentParms.BackBufferWidth;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8types.h1127 UINT BackBufferWidth; member in struct:_D3DPRESENT_PARAMETERS_
H A Dd3d9types.h1432 UINT BackBufferWidth; member in struct:_D3DPRESENT_PARAMETERS_
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxD3DIf.cpp798 pParams->BackBufferWidth = pRc->aAllocations[0].SurfDesc.width;
H A DVBoxDispD3D.cpp1303 Params.BackBufferWidth, Params.BackBufferHeight,
1576 Params.BackBufferWidth, Params.BackBufferHeight,
6197 // params.BackBufferWidth = 640;
6199 params.BackBufferWidth = 0x400;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d8types.h1124 UINT BackBufferWidth; member in struct:_D3DPRESENT_PARAMETERS_
H A Dd3d9types.h1428 UINT BackBufferWidth; member in struct:_D3DPRESENT_PARAMETERS_
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c179 present_parameters->BackBufferWidth = swapchain_desc->backbuffer_width;
198 swapchain_desc->backbuffer_width = present_parameters->BackBufferWidth;
3116 parameters->BackBufferWidth,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c201 present_parameters->BackBufferWidth = swapchain_desc->backbuffer_width;
221 swapchain_desc->backbuffer_width = present_parameters->BackBufferWidth;
3814 parameters[i].BackBufferWidth,
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp2995 PresParam.BackBufferWidth = 0;
3030 Log(("vmsvga3dContextDefine: Backbuffer (%d,%d) count=%d format=%x\n", PresParam.BackBufferWidth, PresParam.BackBufferHeight, PresParam.BackBufferCount, PresParam.BackBufferFormat));
3331 PresParam.BackBufferWidth = 0;
3356 Log(("vmsvga3dChangeMode: Backbuffer (%d,%d) count=%d format=%x\n", PresParam.BackBufferWidth, PresParam.BackBufferHeight, PresParam.BackBufferCount, PresParam.BackBufferFormat));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.idl1682 UINT BackBufferWidth;
H A Dwined3d.h2247 UINT BackBufferWidth; member in struct:_WINED3DPRESENT_PARAMETERS
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h2249 UINT BackBufferWidth; member in struct:_WINED3DPRESENT_PARAMETERS
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h2250 UINT BackBufferWidth; member in struct:_WINED3DPRESENT_PARAMETERS
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2249 UINT BackBufferWidth; member in struct:_WINED3DPRESENT_PARAMETERS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2249 UINT BackBufferWidth; member in struct:_WINED3DPRESENT_PARAMETERS

Completed in 424 milliseconds