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

Go to the source code of this file.
Defines | |
| #define | TGA_FILE_NOT_FOUND 13 |
| #define | TGA_BAD_IMAGE_TYPE 14 |
| #define | TGA_BAD_DIMENSION 15 |
| #define | TGA_BAD_BITS 16 |
| #define | TGA_BAD_DATA 17 |
Functions | |
| int | loadTGA (char *name, int id) |
| unsigned int | createTexture (char *filename) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 297 of file tga.cpp. References loadTGA(). Referenced by QLookAndFeel::Init(), and CTextDrawer::Initialise(). |
|
||||||||||||
|
Definition at line 222 of file tga.cpp. References checkSize(), getData(), returnError(), and texFormat. Referenced by createTexture(). |
1.2.18