st_cb_drawpixels.h File Reference

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

Go to the source code of this file.

Functions

void st_init_drawpixels_functions (struct dd_function_table *functions)
void st_destroy_drawpix (struct st_context *st)


Function Documentation

void st_destroy_drawpix ( struct st_context st  ) 

Definition at line 1096 of file st_cb_drawpixels.c.

References st_context::combined_prog, st_context::drawpix, st_context::pixel_xfer, st_reference_fragprog(), st_reference_vertprog(), st_context::vert_shaders, and st_context::z_shader.

01097 {
01098    st_reference_fragprog(st, &st->drawpix.z_shader, NULL);
01099    st_reference_fragprog(st, &st->pixel_xfer.combined_prog, NULL);
01100    st_reference_vertprog(st, &st->drawpix.vert_shaders[0], NULL);
01101    st_reference_vertprog(st, &st->drawpix.vert_shaders[1], NULL);
01102 }

void st_init_drawpixels_functions ( struct dd_function_table *  functions  ) 

Definition at line 1088 of file st_cb_drawpixels.c.

References st_CopyPixels(), and st_DrawPixels().

01089 {
01090    functions->DrawPixels = st_DrawPixels;
01091    functions->CopyPixels = st_CopyPixels;
01092 }


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