| /vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/ |
| H A D | directx.c | 225 static HRESULT WINAPI d3d8_CheckDeviceType(IDirect3D8 *iface, UINT adapter, D3DDEVTYPE device_type, argument 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); 235 hr = wined3d_check_device_type(d3d8->wined3d, adapter, device_type, wined3dformat_from_d3dformat(display_format), 242 static HRESULT WINAPI d3d8_CheckDeviceFormat(IDirect3D8 *iface, UINT adapter, D3DDEVTYPE device_type, argument 249 TRACE("iface %p, adapter %u, device_type %#x, adapter_format %#x, usage %#x, resource_type %#x, format %#x.\n", 250 iface, adapter, device_type, adapter_format, usage, resource_type, format); 265 hr = wined3d_check_device_format(d3d8->wined3d, adapter, device_type, wined3dformat_from_d3dformat(adapter_format), 272 static HRESULT WINAPI d3d8_CheckDeviceMultiSampleType(IDirect3D8 *iface, UINT adapter, D3DDEVTYPE device_type, argument 278 TRACE("iface %p, adapter %u, device_type 290 d3d8_CheckDepthStencilMatch(IDirect3D8 *iface, UINT adapter, D3DDEVTYPE device_type, D3DFORMAT adapter_format, D3DFORMAT rt_format, D3DFORMAT ds_format) argument 324 d3d8_GetDeviceCaps(IDirect3D8 *iface, UINT adapter, D3DDEVTYPE device_type, D3DCAPS8 *caps) argument 363 d3d8_CreateDevice(IDirect3D8 *iface, UINT adapter, D3DDEVTYPE device_type, HWND focus_window, DWORD flags, D3DPRESENT_PARAMETERS *parameters, IDirect3DDevice8 **device) argument [all...] |
| H A D | device.c | 3068 D3DDEVTYPE device_type, HWND focus_window, DWORD flags, D3DPRESENT_PARAMETERS *parameters) 3088 hr = wined3d_device_create(wined3d, adapter, device_type, focus_window, flags, 4, 3067 device_init(struct d3d8_device *device, struct d3d8 *parent, struct wined3d *wined3d, UINT adapter, D3DDEVTYPE device_type, HWND focus_window, DWORD flags, D3DPRESENT_PARAMETERS *parameters) argument
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/ |
| H A D | directx.c | 205 TRACE("iface %p, adapter %u, device_type %#x, display_format %#x, backbuffer_format %#x, windowed %#x.\n", 223 TRACE("iface %p, adapter %u, device_type %#x, adapter_format %#x, usage %#x, resource_type %#x, format %#x.\n", 259 TRACE("iface %p, adapter %u, device_type %#x, format %#x, windowed %#x, multisample_type %#x.\n", 276 TRACE("iface %p, adapter %u, device_type %#x, adapter_format %#x, rt_format %#x, ds_format %#x.\n", 307 TRACE("iface %p, adapter %u, device_type %#x, caps %p.\n", iface, Adapter, DeviceType, pCaps); 342 static HRESULT WINAPI IDirect3D8Impl_CreateDevice(IDirect3D8 *iface, UINT adapter, D3DDEVTYPE device_type, argument 349 TRACE("iface %p, adapter %u, device_type %#x, focus_window %p, flags %#x, parameters %p, device %p.\n", 350 iface, adapter, device_type, focus_window, flags, parameters, device); 359 hr = device_init(object, This->WineD3D, adapter, device_type, focus_window, flags, parameters);
|
| H A D | device.c | 2776 D3DDEVTYPE device_type, HWND focus_window, DWORD flags, D3DPRESENT_PARAMETERS *parameters) 2794 hr = IWineD3D_CreateDevice(wined3d, adapter, device_type, focus_window, flags, (IUnknown *)device, 2775 device_init(IDirect3DDevice8Impl *device, IWineD3D *wined3d, UINT adapter, D3DDEVTYPE device_type, HWND focus_window, DWORD flags, D3DPRESENT_PARAMETERS *parameters) argument
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/ |
| H A D | directx.c | 235 static HRESULT WINAPI d3d9_CheckDeviceType(IDirect3D9Ex *iface, UINT adapter, D3DDEVTYPE device_type, argument 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); 245 hr = wined3d_check_device_type(d3d9->wined3d, adapter, device_type, wined3dformat_from_d3dformat(display_format), 252 static HRESULT WINAPI d3d9_CheckDeviceFormat(IDirect3D9Ex *iface, UINT adapter, D3DDEVTYPE device_type, argument 259 TRACE("iface %p, adapter %u, device_type %#x, adapter_format %#x, usage %#x, resource_type %#x, format %#x.\n", 260 iface, adapter, device_type, adapter_format, usage, resource_type, format); 275 hr = wined3d_check_device_format(d3d9->wined3d, adapter, device_type, wined3dformat_from_d3dformat(adapter_format), 282 static HRESULT WINAPI d3d9_CheckDeviceMultiSampleType(IDirect3D9Ex *iface, UINT adapter, D3DDEVTYPE device_type, argument 288 TRACE("iface %p, adapter %u, device_type 299 d3d9_CheckDepthStencilMatch(IDirect3D9Ex *iface, UINT adapter, D3DDEVTYPE device_type, D3DFORMAT adapter_format, D3DFORMAT rt_format, D3DFORMAT ds_format) argument 317 d3d9_CheckDeviceFormatConversion(IDirect3D9Ex *iface, UINT adapter, D3DDEVTYPE device_type, D3DFORMAT src_format, D3DFORMAT dst_format) argument 411 d3d9_GetDeviceCaps(IDirect3D9Ex *iface, UINT adapter, D3DDEVTYPE device_type, D3DCAPS9 *caps) argument 455 d3d9_CreateDevice(IDirect3D9Ex *iface, UINT adapter, D3DDEVTYPE device_type, HWND focus_window, DWORD flags, D3DPRESENT_PARAMETERS *parameters, IDirect3DDevice9 **device) argument 567 d3d9_CreateDeviceEx(IDirect3D9Ex *iface, UINT adapter, D3DDEVTYPE device_type, HWND focus_window, DWORD flags, D3DPRESENT_PARAMETERS *parameters, D3DDISPLAYMODEEX *mode, IDirect3DDevice9Ex **device) argument [all...] |
| H A D | device.c | 3753 UINT adapter, D3DDEVTYPE device_type, HWND focus_window, DWORD flags 3775 hr = wined3d_device_create(wined3d, adapter, device_type, focus_window, flags, 4, 3788 wined3d_get_device_caps(wined3d, adapter, device_type, &caps); 3752 device_init(struct d3d9_device *device, struct d3d9 *parent, struct wined3d *wined3d, UINT adapter, D3DDEVTYPE device_type, HWND focus_window, DWORD flags , VBOXWINEEX_D3DPRESENT_PARAMETERS *parameters , D3DDISPLAYMODEEX *mode) argument
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/ |
| H A D | directx.c | 229 TRACE("iface %p, adapter %u, device_type %#x, display_format %#x, backbuffer_format %#x, windowed %#x.\n", 248 TRACE("iface %p, adapter %u, device_type %#x, adapter_format %#x, usage %#x, resource_type %#x, format %#x.\n", 291 TRACE("iface %p, adapter %u, device_type %#x, format %#x, windowed %#x, multisample_type %#x, levels %p.\n", 309 TRACE("iface %p, adapter %u, device_type %#x, adapter_format %#x, rt_format %#x, ds_format %#x.\n", 326 TRACE("iface %p, adapter %u, device_type %#x, src_format %#x, dst_format %#x.\n", 411 TRACE("iface %p, adapter %u, device_type %#x, caps %p.\n", iface, Adapter, DeviceType, pCaps); 507 D3DDEVTYPE device_type, HWND focus_window, DWORD flags, D3DPRESENT_PARAMETERS *parameters, 514 TRACE("iface %p, adapter %u, device_type %#x, focus_window %p, flags %#x, parameters %p, device %p.\n", 515 iface, adapter, device_type, focus_window, flags, parameters, device); 525 hr = device_init(object, This->WineD3D, adapter, device_type, focus_windo 506 IDirect3D9Impl_CreateDevice(IDirect3D9Ex *iface, UINT adapter, D3DDEVTYPE device_type, HWND focus_window, DWORD flags, D3DPRESENT_PARAMETERS *parameters, IDirect3DDevice9 **device) argument 618 IDirect3D9ExImpl_CreateDeviceEx(IDirect3D9Ex *iface, UINT adapter, D3DDEVTYPE device_type, HWND focus_window, DWORD flags, D3DPRESENT_PARAMETERS *parameters, D3DDISPLAYMODEEX *mode, IDirect3DDevice9Ex **device) argument [all...] |
| H A D | device.c | 3321 HRESULT device_init(IDirect3DDevice9Impl *device, IWineD3D *wined3d, UINT adapter, D3DDEVTYPE device_type, argument 3339 hr = IWineD3D_CreateDevice(wined3d, adapter, device_type, focus_window, flags, (IUnknown *)device, 3366 IWineD3D_GetDeviceCaps(wined3d, adapter, device_type, &caps);
|
| /vbox/src/VBox/RDP/client-1.8.3/ |
| H A D | types.h | 226 uint32 device_type; member in struct:rdpdr_device_info
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
| H A D | utils.c | 2163 const char *debug_d3ddevicetype(enum wined3d_device_type device_type) argument 2165 switch (device_type) 2173 FIXME("Unrecognized device type %#x.\n", device_type);
|
| H A D | device.c | 3892 device->create_parms.device_type, caps); 5518 UINT adapter_idx, enum wined3d_device_type device_type, HWND focus_window, DWORD flags, 5538 device->create_parms.device_type = device_type; 5517 device_init(struct wined3d_device *device, struct wined3d *wined3d, UINT adapter_idx, enum wined3d_device_type device_type, HWND focus_window, DWORD flags, BYTE surface_alignment, struct wined3d_device_parent *device_parent) argument
|
| H A D | directx.c | 3784 UINT adapter_idx, enum wined3d_device_type device_type, enum wined3d_format_id adapter_format_id, 3791 TRACE("wined3d %p, adapter_idx %u, device_type %s,\n" 3793 wined3d, adapter_idx, debug_d3ddevicetype(device_type), debug_d3dformat(adapter_format_id), 3838 enum wined3d_device_type device_type, enum wined3d_format_id surface_format_id, BOOL windowed, 3843 TRACE("wined3d %p, adapter_idx %u, device_type %s, surface_format %s,\n" 3845 wined3d, adapter_idx, debug_d3ddevicetype(device_type), debug_d3dformat(surface_format_id), 4028 enum wined3d_device_type device_type, enum wined3d_format_id adapter_format_id, DWORD usage, 4038 TRACE("wined3d %p, adapter_idx %u, device_type %s, adapter_format %s, usage %s, %s,\n" 4040 wined3d, adapter_idx, debug_d3ddevicetype(device_type), debug_d3dformat(adapter_format_id), 4221 enum wined3d_device_type device_type, enu 3783 wined3d_check_depth_stencil_match(const struct wined3d *wined3d, UINT adapter_idx, enum wined3d_device_type device_type, enum wined3d_format_id adapter_format_id, enum wined3d_format_id render_target_format_id, enum wined3d_format_id depth_stencil_format_id) argument 3837 wined3d_check_device_multisample_type(const struct wined3d *wined3d, UINT adapter_idx, enum wined3d_device_type device_type, enum wined3d_format_id surface_format_id, BOOL windowed, enum wined3d_multisample_type multisample_type, DWORD *quality_levels) argument 4027 wined3d_check_device_format(const struct wined3d *wined3d, UINT adapter_idx, enum wined3d_device_type device_type, enum wined3d_format_id adapter_format_id, DWORD usage, enum wined3d_resource_type resource_type, enum wined3d_format_id check_format_id) argument 4220 wined3d_check_device_format_conversion(const struct wined3d *wined3d, UINT adapter_idx, enum wined3d_device_type device_type, enum wined3d_format_id src_format, enum wined3d_format_id dst_format) argument 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 4331 wined3d_get_device_caps(const struct wined3d *wined3d, UINT adapter_idx, enum wined3d_device_type device_type, WINED3DCAPS *caps) argument 4912 wined3d_device_create(struct wined3d *wined3d, UINT adapter_idx, enum wined3d_device_type device_type, HWND focus_window, DWORD flags, BYTE surface_alignment, struct wined3d_device_parent *device_parent, struct wined3d_device **device) argument [all...] |
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
| H A D | directx.c | 3379 TRACE("iface %p, adapter_idx %u, device_type %s, display_format %s, backbuffer_format %s, windowed %#x.\n", 4471 WINED3DDEVTYPE device_type, WINED3DFORMAT src_format, WINED3DFORMAT dst_format) 4473 FIXME("iface %p, adapter_idx %u, device_type %s, src_format %s, dst_format %s stub!\n", 4474 iface, adapter_idx, debug_d3ddevicetype(device_type), debug_d3dformat(src_format), 5075 WINED3DDEVTYPE device_type, HWND focus_window, DWORD flags, IUnknown *parent, 5082 TRACE("iface %p, adapter_idx %u, device_type %#x, focus_window %p, flags %#x.\n" 5084 iface, adapter_idx, device_type, focus_window, flags, 5101 hr = device_init(object, This, adapter_idx, device_type, focus_window, flags, parent, device_parent); 4470 IWineD3DImpl_CheckDeviceFormatConversion(IWineD3D *iface, UINT adapter_idx, WINED3DDEVTYPE device_type, WINED3DFORMAT src_format, WINED3DFORMAT dst_format) argument 5074 IWineD3DImpl_CreateDevice(IWineD3D *iface, UINT adapter_idx, WINED3DDEVTYPE device_type, HWND focus_window, DWORD flags, IUnknown *parent, IWineD3DDeviceParent *device_parent, IWineD3DDevice **device) argument
|
| H A D | device.c | 7532 UINT adapter_idx, WINED3DDEVTYPE device_type, HWND focus_window, DWORD flags, 7570 device->createParms.DeviceType = device_type; 7578 device->devType = device_type; 7531 device_init(IWineD3DDeviceImpl *device, IWineD3DImpl *wined3d, UINT adapter_idx, WINED3DDEVTYPE device_type, HWND focus_window, DWORD flags, IUnknown *parent, IWineD3DDeviceParent *device_parent) argument
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/ |
| H A D | wined3d.h | 1708 enum wined3d_device_type device_type; member in struct:wined3d_device_creation_parameters 2036 enum wined3d_device_type device_type, enum wined3d_format_id adapter_format_id, 2039 enum wined3d_device_type device_type, enum wined3d_format_id adapter_format_id, DWORD usage, 2042 enum wined3d_device_type device_type, enum wined3d_format_id source_format_id, 2045 enum wined3d_device_type device_type, enum wined3d_format_id surface_format_id, BOOL windowed, 2048 enum wined3d_device_type device_type, enum wined3d_format_id display_format_id, 2066 enum wined3d_device_type device_type, WINED3DCAPS *caps); 2100 enum wined3d_device_type device_type, HWND focus_window, DWORD behaviour_flags, BYTE surface_alignment,
|