Searched refs:fb_copy_to_texture_direct (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c3302 static inline BOOL fb_copy_to_texture_direct(IWineD3DSurfaceImpl *This, IWineD3DSurface *SrcSurface, function
3939 * check if we can use fb_copy_to_texture_direct and try if it can do it quickly */
3941 || !fb_copy_to_texture_direct(This, SrcSurface, &src_rect, &dst_rect, Filter, TRUE /* fast only */))
3943 TRACE("fb_copy_to_texture_direct can not do it fast, use stretch_rect_fbo\n");
3950 fb_copy_to_texture_direct(This, SrcSurface, &src_rect, &dst_rect, Filter, FALSE /* do it always */);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c5165 static void fb_copy_to_texture_direct(struct wined3d_surface *dst_surface, struct wined3d_surface *src_surface, function
5793 fb_copy_to_texture_direct(dst_surface, src_surface, src_rect, dst_rect, filter);

Completed in 4647 milliseconds