Searched refs:EnableAutoDepthStencil (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dswapchain.c200 pPresentationParameters->EnableAutoDepthStencil = winePresentParameters.EnableAutoDepthStencil;
242 wined3d_parameters.EnableAutoDepthStencil = present_parameters->EnableAutoDepthStencil;
263 present_parameters->EnableAutoDepthStencil = wined3d_parameters.EnableAutoDepthStencil;
H A Ddevice.c654 localParameters.EnableAutoDepthStencil = pPresentationParameters->EnableAutoDepthStencil;
674 pPresentationParameters->EnableAutoDepthStencil = localParameters.EnableAutoDepthStencil;
3262 local_parameters.EnableAutoDepthStencil = present_parameters->EnableAutoDepthStencil;
3292 present_parameters->EnableAutoDepthStencil = local_parameters.EnableAutoDepthStencil;
3392 wined3d_parameters[i].EnableAutoDepthStencil =PP_BASE(&parameters[i])->EnableAutoDepthStencil;
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dswapchain.c141 wined3d_parameters.EnableAutoDepthStencil = present_parameters->EnableAutoDepthStencil;
161 present_parameters->EnableAutoDepthStencil = wined3d_parameters.EnableAutoDepthStencil;
H A Ddevice.c555 localParameters.EnableAutoDepthStencil = pPresentationParameters->EnableAutoDepthStencil;
577 pPresentationParameters->EnableAutoDepthStencil = localParameters.EnableAutoDepthStencil;
2723 local_parameters.EnableAutoDepthStencil = present_parameters->EnableAutoDepthStencil;
2751 present_parameters->EnableAutoDepthStencil = local_parameters.EnableAutoDepthStencil;
2828 wined3d_parameters.EnableAutoDepthStencil = parameters->EnableAutoDepthStencil;
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain.c1106 if (!present_parameters->EnableAutoDepthStencil
1170 if (present_parameters->EnableAutoDepthStencil && surface_type == SURFACE_OPENGL)
H A Ddevice.c1782 WINED3DCLEAR_TARGET | pPresentationParameters->EnableAutoDepthStencil ? WINED3DCLEAR_ZBUFFER | WINED3DCLEAR_STENCIL : 0,
6773 TRACE("EnableAutoDepthStencil = %s\n", pPresentationParameters->EnableAutoDepthStencil ? "true" : "false");
6797 if (pPresentationParameters->EnableAutoDepthStencil && !This->auto_depth_stencil_buffer) {
6820 if (pPresentationParameters->EnableAutoDepthStencil)
H A Dcontext.c1613 if (swapchain->presentParms.EnableAutoDepthStencil)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8types.h1137 BOOL EnableAutoDepthStencil; member in struct:_D3DPRESENT_PARAMETERS_
H A Dd3d9types.h1443 BOOL EnableAutoDepthStencil; member in struct:_D3DPRESENT_PARAMETERS_
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d8types.h1134 BOOL EnableAutoDepthStencil; member in struct:_D3DPRESENT_PARAMETERS_
H A Dd3d9types.h1439 BOOL EnableAutoDepthStencil; member in struct:_D3DPRESENT_PARAMETERS_
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c187 present_parameters->EnableAutoDepthStencil = swapchain_desc->enable_auto_depth_stencil;
207 swapchain_desc->enable_auto_depth_stencil = present_parameters->EnableAutoDepthStencil;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c210 present_parameters->EnableAutoDepthStencil = swapchain_desc->enable_auto_depth_stencil;
230 swapchain_desc->enable_auto_depth_stencil = present_parameters->EnableAutoDepthStencil;
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp3005 PresParam.EnableAutoDepthStencil = FALSE;
3341 PresParam.EnableAutoDepthStencil = FALSE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.idl1691 BOOL EnableAutoDepthStencil;
H A Dwined3d.h2256 BOOL EnableAutoDepthStencil; member in struct:_WINED3DPRESENT_PARAMETERS
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h2258 BOOL EnableAutoDepthStencil; member in struct:_WINED3DPRESENT_PARAMETERS
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h2259 BOOL EnableAutoDepthStencil; member in struct:_WINED3DPRESENT_PARAMETERS
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2258 BOOL EnableAutoDepthStencil; member in struct:_WINED3DPRESENT_PARAMETERS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2258 BOOL EnableAutoDepthStencil; member in struct:_WINED3DPRESENT_PARAMETERS

Completed in 395 milliseconds