MythTV  master
Functions
tentacle3d.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void tentacle_new (void)
 
void tentacle_update (int *buf, int *back, int W, int H, GoomDualData &, float, int drawit)
 
void tentacle_free (void)
 

Function Documentation

◆ tentacle_new()

void tentacle_new ( void  )

Definition at line 27 of file tentacle3d.cpp.

Referenced by goom_init().

◆ tentacle_update()

void tentacle_update ( int *  buf,
int *  back,
int  W,
int  H,
GoomDualData ,
float  ,
int  drawit 
)

Definition at line 140 of file tentacle3d.cpp.

Referenced by goom_update().

◆ tentacle_free()

void tentacle_free ( void  )

Definition at line 20 of file tentacle3d.cpp.

Referenced by goom_close().