Searched defs:swapchain_desc (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c177 const struct wined3d_swapchain_desc *swapchain_desc)
179 present_parameters->BackBufferWidth = swapchain_desc->backbuffer_width;
180 present_parameters->BackBufferHeight = swapchain_desc->backbuffer_height;
181 present_parameters->BackBufferFormat = d3dformat_from_wined3dformat(swapchain_desc->backbuffer_format);
182 present_parameters->BackBufferCount = swapchain_desc->backbuffer_count;
183 present_parameters->MultiSampleType = swapchain_desc->multisample_type;
184 present_parameters->SwapEffect = swapchain_desc->swap_effect;
185 present_parameters->hDeviceWindow = swapchain_desc->device_window;
186 present_parameters->Windowed = swapchain_desc->windowed;
187 present_parameters->EnableAutoDepthStencil = swapchain_desc
176 present_parameters_from_wined3d_swapchain_desc(D3DPRESENT_PARAMETERS *present_parameters, const struct wined3d_swapchain_desc *swapchain_desc) argument
195 wined3d_swapchain_desc_from_present_parameters(struct wined3d_swapchain_desc *swapchain_desc, const D3DPRESENT_PARAMETERS *present_parameters) argument
621 struct wined3d_swapchain_desc swapchain_desc; local
3070 struct wined3d_swapchain_desc swapchain_desc; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c199 const struct wined3d_swapchain_desc *swapchain_desc)
201 present_parameters->BackBufferWidth = swapchain_desc->backbuffer_width;
202 present_parameters->BackBufferHeight = swapchain_desc->backbuffer_height;
203 present_parameters->BackBufferFormat = d3dformat_from_wined3dformat(swapchain_desc->backbuffer_format);
204 present_parameters->BackBufferCount = swapchain_desc->backbuffer_count;
205 present_parameters->MultiSampleType = swapchain_desc->multisample_type;
206 present_parameters->MultiSampleQuality = swapchain_desc->multisample_quality;
207 present_parameters->SwapEffect = swapchain_desc->swap_effect;
208 present_parameters->hDeviceWindow = swapchain_desc->device_window;
209 present_parameters->Windowed = swapchain_desc
198 present_parameters_from_wined3d_swapchain_desc(D3DPRESENT_PARAMETERS *present_parameters, const struct wined3d_swapchain_desc *swapchain_desc) argument
218 wined3d_swapchain_desc_from_present_parameters(struct wined3d_swapchain_desc *swapchain_desc, const D3DPRESENT_PARAMETERS *present_parameters) argument
655 struct wined3d_swapchain_desc swapchain_desc; local
3329 struct wined3d_swapchain_desc swapchain_desc; local
3761 struct wined3d_swapchain_desc *swapchain_desc; local
3852 HeapFree(GetProcessHeap(), 0, swapchain_desc); local
3868 HeapFree(GetProcessHeap(), 0, swapchain_desc); local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c1130 struct wined3d_swapchain_desc *swapchain_desc)
1139 TRACE("device %p, swapchain_desc %p.\n", device, swapchain_desc);
1147 if (!swapchain_desc->pHgsmi)
1152 device->pHgsmi = swapchain_desc->pHgsmi;
1188 swapchain_desc, &swapchain);
1259 | (swapchain_desc->enable_auto_depth_stencil ? WINED3DCLEAR_ZBUFFER | WINED3DCLEAR_STENCIL : 0),
1285 struct wined3d_swapchain_desc *swapchain_desc)
1290 TRACE("device %p, swapchain_desc %p.\n", device, swapchain_desc);
1129 wined3d_device_init_3d(struct wined3d_device *device, struct wined3d_swapchain_desc *swapchain_desc) argument
1284 wined3d_device_init_gdi(struct wined3d_device *device, struct wined3d_swapchain_desc *swapchain_desc) argument
4988 wined3d_device_reset(struct wined3d_device *device, const struct wined3d_swapchain_desc *swapchain_desc, const struct wined3d_display_mode *mode, wined3d_device_reset_cb callback, BOOL reset_state) argument
[all...]

Completed in 307 milliseconds