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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c1105 struct wined3d_surface *original_ds = NULL; local
1143 original_ds = wined3d_device_get_depth_stencil(device->wined3d_device);
1149 wined3d_device_set_depth_stencil(device->wined3d_device, original_ds);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c973 IWineD3DSurface *original_ds = NULL; local
980 hr = IWineD3DDevice_GetDepthStencilSurface(This->WineD3DDevice, &original_ds);
986 if (FAILED(hr)) IWineD3DDevice_SetDepthStencilSurface(This->WineD3DDevice, original_ds);
988 if (original_ds) IWineD3DSurface_Release(original_ds);

Completed in 60 milliseconds