Searched defs:backbuffer_format (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddirectx.c226 D3DFORMAT display_format, D3DFORMAT backbuffer_format, BOOL windowed)
231 TRACE("iface %p, adapter %u, device_type %#x, display_format %#x, backbuffer_format %#x, windowed %#x.\n",
232 iface, adapter, device_type, display_format, backbuffer_format, windowed);
236 wined3dformat_from_d3dformat(backbuffer_format), windowed);
225 d3d8_CheckDeviceType(IDirect3D8 *iface, UINT adapter, D3DDEVTYPE device_type, D3DFORMAT display_format, D3DFORMAT backbuffer_format, BOOL windowed) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddirectx.c236 D3DFORMAT display_format, D3DFORMAT backbuffer_format, BOOL windowed)
241 TRACE("iface %p, adapter %u, device_type %#x, display_format %#x, backbuffer_format %#x, windowed %#x.\n",
242 iface, adapter, device_type, display_format, backbuffer_format, windowed);
246 wined3dformat_from_d3dformat(backbuffer_format), windowed);
235 d3d9_CheckDeviceType(IDirect3D9Ex *iface, UINT adapter, D3DDEVTYPE device_type, D3DFORMAT display_format, D3DFORMAT backbuffer_format, BOOL windowed) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c4232 enum wined3d_format_id backbuffer_format, BOOL windowed)
4237 TRACE("wined3d %p, adapter_idx %u, device_type %s, display_format %s, backbuffer_format %s, windowed %#x.\n",
4239 debug_d3dformat(backbuffer_format), windowed);
4274 if (!windowed && backbuffer_format == WINED3DFMT_UNKNOWN)
4276 TRACE("backbuffer_format WINED3FMT_UNKNOWN only available in windowed mode.\n");
4282 if (display_format == WINED3DFMT_B5G6R5_UNORM && backbuffer_format != WINED3DFMT_B5G6R5_UNORM)
4285 debug_d3dformat(display_format), debug_d3dformat(backbuffer_format));
4293 && !(backbuffer_format == WINED3DFMT_B5G5R5X1_UNORM || backbuffer_format == WINED3DFMT_B5G5R5A1_UNORM))
4296 debug_d3dformat(display_format), debug_d3dformat(backbuffer_format));
4230 wined3d_check_device_type(const struct wined3d *wined3d, UINT adapter_idx, enum wined3d_device_type device_type, enum wined3d_format_id display_format, enum wined3d_format_id backbuffer_format, BOOL windowed) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwined3d.h1656 enum wined3d_format_id backbuffer_format; member in struct:wined3d_swapchain_desc

Completed in 1425 milliseconds