Searched refs:overlay_entry (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_gdi.c62 if (This->overlay_dest) list_remove(&This->overlay_entry);
H A Dsurface_base.c458 list_remove(&This->overlay_entry);
464 list_add_tail(&Dst->overlays, &This->overlay_entry);
H A Dsurface.c133 if (This->overlay_dest) list_remove(&This->overlay_entry);
4910 LIST_FOR_EACH_ENTRY(overlay, &This->overlays, IWineD3DSurfaceImpl, overlay_entry) {
H A Dwined3d_private.h2419 struct list overlay_entry; member in struct:IWineD3DSurfaceImpl
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c154 list_remove(&surface->overlay_entry);
156 LIST_FOR_EACH_ENTRY_SAFE(overlay, cur, &surface->overlays, struct wined3d_surface, overlay_entry)
158 list_remove(&overlay->overlay_entry);
3713 list_remove(&surface->overlay_entry);
3721 list_add_tail(&dst_surface->overlays, &surface->overlay_entry);
6192 LIST_FOR_EACH_ENTRY(overlay, &surface->overlays, struct wined3d_surface, overlay_entry)
H A Dwined3d_private.h2307 struct list overlay_entry; member in struct:wined3d_surface
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2454 struct list overlay_entry; member in struct:IWineD3DSurfaceImpl

Completed in 150 milliseconds