Home
last modified time | relevance | path

Searched refs:DepthStencil (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/directx/wine/d3dx9_36/
H A Drender.c275 if (render->desc.DepthStencil) in D3DXRenderToSurface_BeginScene()
401 render->desc.DepthStencil = depth_stencil; in D3DXCreateRenderToSurface()
577 if (render->desc.DepthStencil) in D3DXRenderToEnvMap_BeginCube()
778 render->desc.DepthStencil = depth_stencil; in D3DXCreateRenderToEnvMap()
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dcore.c1213 …ateRenderToSurface(device, tests[i].Width, tests[i].Height, tests[i].Format, tests[i].DepthStencil, in test_D3DXCreateRenderToSurface()
1225 … ok(desc.DepthStencil == tests[i].DepthStencil, "%d: Got depth stencil %d, expected %d\n", in test_D3DXCreateRenderToSurface()
1226 i, desc.DepthStencil, tests[i].DepthStencil); in test_D3DXCreateRenderToSurface()
1620 …ce(device, tests[i].Width, tests[i].Height, tests[i].Format, tests[i].DepthStencil, tests[i].Depth… in test_ID3DXRenderToSurface()
1621 …ce(device, tests[i].Width, tests[i].Height, tests[i].Format, tests[i].DepthStencil, tests[i].Depth… in test_ID3DXRenderToSurface()
1651 parameters->DepthStencil, parameters->DepthStencilFormat, &render); in test_D3DXCreateRenderToEnvMap()
1662 … ok(desc.DepthStencil == expected->DepthStencil, "%d: Got depth stencil %d, expected %d\n", in test_D3DXCreateRenderToEnvMap()
1663 i, expected->DepthStencil, expected->DepthStencil); in test_D3DXCreateRenderToEnvMap()
/reactos/sdk/include/dxsdk/
H A Dd3dx9core.h295 BOOL DepthStencil; member
363 BOOL DepthStencil; member