Go to the source code of this file.
Functions | |
void | sp_init_surface_functions (struct softpipe_context *sp) |
void sp_init_surface_functions | ( | struct softpipe_context * | sp | ) |
Definition at line 34 of file sp_surface.c.
References softpipe_context::pipe, pipe_context::surface_copy, pipe_context::surface_fill, util_surface_copy(), and util_surface_fill().
00035 { 00036 sp->pipe.surface_copy = util_surface_copy; 00037 sp->pipe.surface_fill = util_surface_fill; 00038 }