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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c2619 static BOOL match_depth_stencil_format(const struct wined3d_format_desc *existing, function
2644 if (match_depth_stencil_format(swapchain->ds_format, depth_stencil->resource.format_desc)) return;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c2466 static BOOL match_depth_stencil_format(const struct wined3d_format *existing, function
2492 if (match_depth_stencil_format(swapchain->ds_format, depth_stencil->resource.format)) return;

Completed in 55 milliseconds