Searched refs:src_rect_in (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dswapchain.c586 static void swapchain_gl_present(struct wined3d_swapchain *swapchain, const RECT *src_rect_in, argument
669 if (src_rect_in)
671 src_rect = *src_rect_in;
905 static void swapchain_gdi_present(struct wined3d_swapchain *swapchain, const RECT *src_rect_in, argument
H A Dsurface.c1296 struct wined3d_surface *src_surface, DWORD src_location, const RECT *src_rect_in,
1307 src_surface, debug_surflocation(src_location), wine_dbgstr_rect(src_rect_in));
1311 src_rect = *src_rect_in;
1594 struct wined3d_surface *src_surface, const RECT *src_rect_in, DWORD flags,
1613 dst_surface, wine_dbgstr_rect(dst_rect_in), src_surface, wine_dbgstr_rect(src_rect_in),
1668 surface_get_rect(src_surface, src_rect_in, &src_rect);
5590 struct wined3d_surface *src_surface, const RECT *src_rect_in,
5597 src_rect = *src_rect_in;
1295 surface_blt_fbo(const struct wined3d_device *device, enum wined3d_texture_filter_type filter, struct wined3d_surface *src_surface, DWORD src_location, const RECT *src_rect_in, struct wined3d_surface *dst_surface, DWORD dst_location, const RECT *dst_rect_in) argument
1593 wined3d_surface_blt(struct wined3d_surface *dst_surface, const RECT *dst_rect_in, struct wined3d_surface *src_surface, const RECT *src_rect_in, DWORD flags, const WINEDDBLTFX *fx, enum wined3d_texture_filter_type filter) argument
5588 surface_blt_to_drawable(const struct wined3d_device *device, enum wined3d_texture_filter_type filter, BOOL color_key, struct wined3d_surface *src_surface, const RECT *src_rect_in, struct wined3d_surface *dst_surface, const RECT *dst_rect_in) argument
H A Darb_program_shader.c7458 struct wined3d_surface *src_surface, const RECT *src_rect_in,
7462 RECT src_rect = *src_rect_in;
7457 arbfp_blit_surface(struct wined3d_device *device, DWORD filter, struct wined3d_surface *src_surface, const RECT *src_rect_in, struct wined3d_surface *dst_surface, const RECT *dst_rect_in) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c6019 void stretch_rect_fbo(IWineD3DDevice *iface, IWineD3DSurface *src_surface, const RECT *src_rect_in, argument
6032 TRACE("(%p) : src_surface %p, src_rect_in %p, dst_surface %p, dst_rect_in %p, filter %s (0x%08x)\n",
6033 This, src_surface, src_rect_in, dst_surface, dst_rect_in, debug_d3dtexturefiltertype(filter), filter);
6034 TRACE("src_rect_in %s\n", wine_dbgstr_rect(src_rect_in));
6037 src_rect = *src_rect_in;

Completed in 114 milliseconds