cell_surface.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void cell_init_surface_functions (struct cell_context *cell)


Function Documentation

void cell_init_surface_functions ( struct cell_context cell  ) 

Definition at line 33 of file cell_surface.c.

References cell_context::pipe, pipe_context::surface_copy, pipe_context::surface_fill, util_surface_copy(), and util_surface_fill().

00034 {
00035    cell->pipe.surface_copy = util_surface_copy;
00036    cell->pipe.surface_fill = util_surface_fill;
00037 }


Generated on Tue Sep 29 06:25:31 2009 for Gallium3D by  doxygen 1.5.4