Searched refs:color_fill (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c4142 return ffp_blit.color_fill(myDevice, This, &dst_rect, color);
4148 return cpu_blit.color_fill(myDevice, This, &dst_rect, color);
H A Dwined3d_private.h1252 HRESULT (*color_fill)(IWineD3DDeviceImpl *device, IWineD3DSurfaceImpl *dst_surface, const RECT *dst_rect, DWORD fill_color); member in struct:blit_shader
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1280 HRESULT (*color_fill)(IWineD3DDeviceImpl *device, IWineD3DSurfaceImpl *dst_surface, const RECT *dst_rect, DWORD fill_color); member in struct:blit_shader
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_private.h1320 HRESULT (*color_fill)(struct wined3d_device *device, struct wined3d_surface *dst_surface, member in struct:blit_shader
H A Dsurface.c5673 return blitter->color_fill(device, s, rect, color);

Completed in 134 milliseconds