Go to the source code of this file.
Functions | |
| void | tentacle_new (void) |
| void | tentacle_update (int *buf, int *back, int W, int H, short[2][512], float, int drawit) |
| void | tentacle_free (void) |
| void tentacle_new | ( | void | ) |
Definition at line 31 of file mythtv/libs/libmythtv/visualisations/goom/tentacle3d.c.
Referenced by goom_init().
| void tentacle_update | ( | int * | buf, | |
| int * | back, | |||
| int | W, | |||
| int | H, | |||
| short | [2][512], | |||
| float | , | |||
| int | drawit | |||
| ) |
Definition at line 154 of file mythtv/libs/libmythtv/visualisations/goom/tentacle3d.c.
Referenced by goom_update().
| void tentacle_free | ( | void | ) |
Definition at line 23 of file mythtv/libs/libmythtv/visualisations/goom/tentacle3d.c.
Referenced by goom_close().
1.6.3