Lines Matching defs:surface_load_location

62     surface_load_location(surf, SFLAG_INTEXTURE, NULL);
976 surface_load_location(surface, SFLAG_INTEXTURE, NULL);
987 surface_load_location(surface, SFLAG_INSYSMEM, NULL);
1012 surface_load_location(surface, surface->draw_binding, NULL);
1055 /* surface_load_location() does not check if the rectangle specifies
1061 surface_load_location(surface, SFLAG_INSYSMEM, pass_rect);
1161 surface_load_location(surface, surface->draw_binding, fullsurface ? NULL : &surface->dirtyRect);
1165 * surface_load_location() where to read the rectangle from.
1242 surface_load_location(src_surface, src_location, NULL);
1244 surface_load_location(dst_surface, dst_location, NULL);
1337 * in fact harmful if we're being called by surface_load_location() with
1339 surface_load_location(src_surface, src_location, NULL);
1341 surface_load_location(dst_surface, dst_location, NULL);
1893 surface_load_location(dst_surface, dst_surface->draw_binding, NULL);
2127 surface_load_location(surface, SFLAG_INSYSMEM, NULL);
2914 surface_load_location(dst_surface, SFLAG_INTEXTURE, NULL);
3131 surface_load_location(surface, SFLAG_INSYSMEM, NULL);
3182 surface_load_location(surface, SFLAG_INSYSMEM, NULL);
3202 surface_load_location(surface, flag, NULL);
4270 surface_load_location(surface, SFLAG_INSYSMEM, NULL);
5601 * surface_load_location() and worry about the destination surface too,
6218 surface_load_location(surface, SFLAG_INTEXTURE, NULL);
6227 surface_load_location(surface, SFLAG_INSYSMEM, NULL);
6268 surface_load_location(surface, SFLAG_INTEXTURE, NULL);
6314 surface_load_location(surface, SFLAG_INTEXTURE, NULL);
6330 surface_load_location(surface, SFLAG_INSYSMEM, rect);
6458 surface_load_location(surface, SFLAG_INSYSMEM, rect);
6467 surface_load_location(surface, SFLAG_INSYSMEM, rect);
6475 surface_load_location(surface, SFLAG_INSYSMEM, rect);
6571 HRESULT surface_load_location(struct wined3d_surface *surface, DWORD location, const RECT *rect)
7817 HRESULT hr = surface_load_location(surface, SFLAG_INTEXTURE, NULL);
7820 ERR("surface_load_location failed hr 0x%x", hr);