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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c62 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_surfac
6571 HRESULT surface_load_location(struct wined3d_surface *surface, DWORD location, const RECT *rect) function
[all...]

Completed in 56 milliseconds