Searched defs:context_setup_target (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | context.c | 1888 static void context_setup_target(IWineD3DDeviceImpl *device, struct wined3d_context *context, IWineD3DSurface *target); 1910 context_setup_target(device, context, target); 2771 static void context_setup_target(IWineD3DDeviceImpl *device, struct wined3d_context *context, IWineD3DSurface *target) function 2815 ERR("context_setup_target: Should not be here!!"); 2869 context_setup_target(device, context, target);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | context.c | 2815 static void context_setup_target(struct wined3d_context *context, struct wined3d_surface *target) function 2955 context_setup_target(context, target);
|
Completed in 43 milliseconds