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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c142 UINT surface_calculate_size(const struct wined3d_format_desc *format_desc, UINT alignment, UINT width, UINT height) function
411 resource_size = surface_calculate_size(format_desc, alignment, width, height);

Completed in 50 milliseconds