doom3-gpl
Doom 3 GPL source release
|
#include <Image.h>
Static Public Attributes | |
static const int | TEXTURE_NOT_LOADED = -1 |
Definition at line 1576 of file Image_load.cpp.
void idImage::Bind | ( | ) |
Definition at line 1697 of file Image_load.cpp.
void idImage::BindFragment | ( | ) |
Definition at line 1793 of file Image_load.cpp.
Definition at line 60 of file Image_load.cpp.
Definition at line 1336 of file Image_load.cpp.
Definition at line 1927 of file Image_load.cpp.
#
Definition at line 1853 of file Image_load.cpp.
void idImage::Generate3DImage | ( | const byte * | pic, |
int | width, | ||
int | height, | ||
int | depth, | ||
textureFilter_t | filter, | ||
bool | allowDownSize, | ||
textureRepeat_t | repeat, | ||
textureDepth_t | minDepth | ||
) |
Definition at line 730 of file Image_load.cpp.
void idImage::GenerateCubeImage | ( | const byte * | pic[6], |
int | size, | ||
textureFilter_t | filter, | ||
bool | allowDownSize, | ||
textureDepth_t | depth | ||
) |
Definition at line 866 of file Image_load.cpp.
void idImage::GenerateImage | ( | const byte * | pic, |
int | width, | ||
int | height, | ||
textureFilter_t | filter, | ||
bool | allowDownSize, | ||
textureRepeat_t | repeat, | ||
textureDepth_t | depth | ||
) |
Definition at line 509 of file Image_load.cpp.
Definition at line 428 of file Image_load.cpp.
void idImage::ImageProgramStringToCompressedFileName | ( | const char * | imageProg, |
char * | fileName | ||
) | const |
Definition at line 982 of file Image_load.cpp.
Definition at line 252 of file Image_init.cpp.
Definition at line 1021 of file Image_load.cpp.
Definition at line 2082 of file Image_load.cpp.
void idImage::PurgeImage | ( | ) |
Definition at line 1673 of file Image_load.cpp.
Definition at line 1012 of file Image_init.cpp.
GLenum idImage::SelectInternalFormat | ( | const byte ** | dataPtrs, |
int | numDataPtrs, | ||
int | width, | ||
int | height, | ||
textureDepth_t | minimumDepth, | ||
bool * | monochromeResult | ||
) | const |
Definition at line 207 of file Image_load.cpp.
Definition at line 2038 of file Image_load.cpp.
void idImage::SetImageFilterAndRepeat | ( | ) | const |
Definition at line 370 of file Image_load.cpp.
bool idImage::ShouldImageBePartialCached | ( | ) |
Definition at line 1277 of file Image_load.cpp.
void idImage::StartBackgroundImageLoad | ( | ) |
Definition at line 1775 of file Image_init.cpp.
int idImage::StorageSize | ( | ) | const |
Definition at line 2047 of file Image_load.cpp.
Definition at line 113 of file Image_load.cpp.
Definition at line 1436 of file Image_load.cpp.
Definition at line 1967 of file Image_load.cpp.
void idImage::WritePrecompressedImage | ( | ) |
Definition at line 1041 of file Image_load.cpp.
backgroundDownload_t idImage::bgl |
cubeFiles_t idImage::cubeFiles |
textureDepth_t idImage::depth |
textureFilter_t idImage::filter |
textureRepeat_t idImage::repeat |
textureType_t idImage::type |