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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dswapchain.c587 const RECT *dst_rect_in, const RGNDATA *dirty_region, DWORD flags)
687 if (dst_rect_in)
688 dst_rect = *dst_rect_in;
906 const RECT *dst_rect_in, const RGNDATA *dirty_region, DWORD flags)
586 swapchain_gl_present(struct wined3d_swapchain *swapchain, const RECT *src_rect_in, const RECT *dst_rect_in, const RGNDATA *dirty_region, DWORD flags) argument
905 swapchain_gdi_present(struct wined3d_swapchain *swapchain, const RECT *src_rect_in, const RECT *dst_rect_in, const RGNDATA *dirty_region, DWORD flags) argument
H A Dsurface.c1297 struct wined3d_surface *dst_surface, DWORD dst_location, const RECT *dst_rect_in)
1309 dst_surface, debug_surflocation(dst_location), wine_dbgstr_rect(dst_rect_in));
1312 dst_rect = *dst_rect_in;
1593 HRESULT CDECL wined3d_surface_blt(struct wined3d_surface *dst_surface, const RECT *dst_rect_in, argument
1613 dst_surface, wine_dbgstr_rect(dst_rect_in), src_surface, wine_dbgstr_rect(src_rect_in),
1654 surface_get_rect(dst_surface, dst_rect_in, &dst_rect);
5166 const RECT *src_rect, const RECT *dst_rect_in, enum wined3d_texture_filter_type filter)
5173 RECT dst_rect = *dst_rect_in;
5281 const RECT *src_rect, const RECT *dst_rect_in, enum wined3d_texture_filter_type filter)
5295 RECT dst_rect = *dst_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
5165 fb_copy_to_texture_direct(struct wined3d_surface *dst_surface, struct wined3d_surface *src_surface, const RECT *src_rect, const RECT *dst_rect_in, enum wined3d_texture_filter_type filter) argument
5280 fb_copy_to_texture_hwstretch(struct wined3d_surface *dst_surface, struct wined3d_surface *src_surface, const RECT *src_rect, const RECT *dst_rect_in, 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
[all...]
H A Darb_program_shader.c7459 struct wined3d_surface *dst_surface, const RECT *dst_rect_in)
7463 RECT dst_rect = *dst_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 Dsurface.c3303 const RECT *src_rect, const RECT *dst_rect_in, WINED3DTEXTUREFILTERTYPE Filter, BOOL fFastOnly)
3313 RECT dst_rect = *dst_rect_in;
3442 const RECT *src_rect, const RECT *dst_rect_in, WINED3DTEXTUREFILTERTYPE Filter)
3457 RECT dst_rect = *dst_rect_in;
3302 fb_copy_to_texture_direct(IWineD3DSurfaceImpl *This, IWineD3DSurface *SrcSurface, const RECT *src_rect, const RECT *dst_rect_in, WINED3DTEXTUREFILTERTYPE Filter, BOOL fFastOnly) argument
3441 fb_copy_to_texture_hwstretch(IWineD3DSurfaceImpl *This, IWineD3DSurface *SrcSurface, const RECT *src_rect, const RECT *dst_rect_in, WINED3DTEXTUREFILTERTYPE Filter) argument
H A Darb_program_shader.c6945 IWineD3DSurfaceImpl *dst_surface, const RECT *dst_rect_in, enum blit_operation blit_op,
6950 RECT dst_rect = *dst_rect_in;
6944 arbfp_blit_surface(IWineD3DDeviceImpl *device, IWineD3DSurfaceImpl *src_surface, const RECT *src_rect, IWineD3DSurfaceImpl *dst_surface, const RECT *dst_rect_in, enum blit_operation blit_op, DWORD Filter) argument
H A Ddevice.c6020 IWineD3DSurface *dst_surface, const RECT *dst_rect_in, const WINED3DTEXTUREFILTERTYPE filter)
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);
6035 TRACE("dst_rect_in %s\n", wine_dbgstr_rect(dst_rect_in));
6038 dst_rect = *dst_rect_in;
6019 stretch_rect_fbo(IWineD3DDevice *iface, IWineD3DSurface *src_surface, const RECT *src_rect_in, IWineD3DSurface *dst_surface, const RECT *dst_rect_in, const WINED3DTEXTUREFILTERTYPE filter) argument

Completed in 122 milliseconds