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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c649 static void surface_bind_and_dirtify(IWineD3DSurfaceImpl *This, BOOL srgb) { function
1740 surface_bind_and_dirtify(This, srgb);
1812 surface_bind_and_dirtify(surface, srgb);
2294 surface_bind_and_dirtify(This, FALSE);
2300 surface_bind_and_dirtify(This, TRUE);
3021 surface_bind_and_dirtify(This, FALSE);
4281 surface_bind_and_dirtify(This, srgb);
5077 surface_bind_and_dirtify(This, !(This->Flags & SFLAG_INTEXTURE));
5185 surface_bind_and_dirtify(This, srgb);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c790 static void surface_bind_and_dirtify(struct wined3d_surface *surface, function
833 surface_bind_and_dirtify(surface, context, FALSE);
839 surface_bind_and_dirtify(surface, context, TRUE);
4706 surface_bind_and_dirtify(surface, context, srgb);
4738 surface_bind_and_dirtify(surface, context, srgb);
6279 surface_bind_and_dirtify(surface, context, !(surface->flags & SFLAG_INTEXTURE));
6482 surface_bind_and_dirtify(surface, context, srgb);

Completed in 65 milliseconds