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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c400 unsigned int resource_size; local
411 resource_size = surface_calculate_size(format_desc, alignment, width, height);
432 device, resource_size, usage, format_desc, pool, parent, parent_ops
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c3746 UINT resource_size = wined3d_format_calculate_size(format, device->surface_alignment, width, height); local
3751 if (!resource_size)
3795 surface->resource.size = resource_size;
7576 unsigned int resource_size; local
7625 resource_size = wined3d_format_calculate_size(format, alignment, width, height);
7626 if (!resource_size)
7636 resource_size, parent, parent_ops, &surface_resource_ops

Completed in 60 milliseconds