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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c4029 enum wined3d_resource_type resource_type, enum wined3d_format_id check_format_id)
4034 const struct wined3d_format *format = wined3d_get_format(gl_info, check_format_id);
4042 debug_d3dformat(check_format_id));
4131 switch (check_format_id)
4185 format_flags, debug_d3dformat(check_format_id), format->flags);
4199 debug_d3dformat(check_format_id));
4207 debug_d3dformat(check_format_id));
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

Completed in 45 milliseconds