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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c3785 enum wined3d_format_id render_target_format_id, enum wined3d_format_id depth_stencil_format_id)
3794 debug_d3dformat(render_target_format_id), debug_d3dformat(depth_stencil_format_id));
3800 rt_format = wined3d_get_format(&adapter->gl_info, render_target_format_id);
3831 debug_d3dformat(render_target_format_id),
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

Completed in 59 milliseconds