draw_vs_aos_machine.c File Reference

Include dependency graph for draw_vs_aos_machine.c:

Go to the source code of this file.

Functions

void draw_vs_aos_machine_viewport (struct aos_machine *machine, const struct pipe_viewport_state *viewport)
void draw_vs_aos_machine_constants (struct aos_machine *machine, const float(*constants)[4])
void draw_vs_aos_machine_destroy (struct aos_machine *machine)
struct aos_machine * draw_vs_aos_machine (void)


Function Documentation

struct aos_machine* draw_vs_aos_machine ( void   )  [read]

Definition at line 319 of file draw_vs_aos_machine.c.

00320 {
00321    return NULL;
00322 }

void draw_vs_aos_machine_constants ( struct aos_machine *  machine,
const float *  constants[4] 
)

Definition at line 310 of file draw_vs_aos_machine.c.

00312 {
00313 }

void draw_vs_aos_machine_destroy ( struct aos_machine *  machine  ) 

Definition at line 315 of file draw_vs_aos_machine.c.

00316 {
00317 }

void draw_vs_aos_machine_viewport ( struct aos_machine *  machine,
const struct pipe_viewport_state viewport 
)

Definition at line 305 of file draw_vs_aos_machine.c.

00307 {
00308 }


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