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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c1002 static void surface_allocate_surface(IWineD3DSurfaceImpl *This, const struct wined3d_gl_info *gl_info, function
1774 surface_allocate_surface(This, gl_info, This->resource.format_desc, srgb);
1813 surface_allocate_surface(surface, gl_info, &desc, srgb);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c2934 static void surface_allocate_surface(struct wined3d_surface *surface, const struct wined3d_gl_info *gl_info, function
4739 surface_allocate_surface(surface, context->gl_info, &format, srgb);

Completed in 60 milliseconds