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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c1202 struct wined3d_surface *src_surface, DWORD src_location, const RECT *src_rect,
1211 TRACE("src_surface %p, src_location %s, src_rect %s,\n",
1212 src_surface, debug_surflocation(src_location), wine_dbgstr_rect(src_rect));
1242 surface_load_location(src_surface, src_location, NULL);
1256 context_apply_fbo_state_blit(context, GL_READ_FRAMEBUFFER, NULL, src_surface, src_location);
1296 struct wined3d_surface *src_surface, DWORD src_location, const RECT *src_rect_in,
1306 TRACE("src_surface %p, src_location %s, src_rect %s,\n",
1307 src_surface, debug_surflocation(src_location), wine_dbgstr_rect(src_rect_in));
1329 if (src_location == SFLAG_INRB_MULTISAMPLE
1333 src_location
1201 surface_depth_blt_fbo(const struct wined3d_device *device, struct wined3d_surface *src_surface, DWORD src_location, const RECT *src_rect, struct wined3d_surface *dst_surface, DWORD dst_location, const RECT *dst_rect) argument
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
1574 wined3d_surface_depth_blt(struct wined3d_surface *src_surface, DWORD src_location, const RECT *src_rect, struct wined3d_surface *dst_surface, DWORD dst_location, const RECT *dst_rect) argument
6437 DWORD src_location = surface->flags & SFLAG_INRB_RESOLVED ? SFLAG_INRB_RESOLVED : SFLAG_INRB_MULTISAMPLE; local
[all...]

Completed in 57 milliseconds