#include <lldrawpoolbump.h>

Public Member Functions | |
| LLStandardBumpmap () | |
| LLStandardBumpmap (const char *label) | |
Static Public Member Functions | |
| static void | init () |
| static void | shutdown () |
| static void | restoreGL () |
| static void | destroyGL () |
Public Attributes | |
| LLString | mLabel |
| LLPointer< LLViewerImage > | mImage |
Static Public Attributes | |
| static U32 | sStandardBumpmapCount = 0 |
Definition at line 95 of file lldrawpoolbump.h.
| LLStandardBumpmap::LLStandardBumpmap | ( | ) | [inline] |
Definition at line 98 of file lldrawpoolbump.h.
Referenced by restoreGL().

| LLStandardBumpmap::LLStandardBumpmap | ( | const char * | label | ) | [inline] |
Definition at line 99 of file lldrawpoolbump.h.
| void LLStandardBumpmap::init | ( | void | ) | [static] |
Definition at line 83 of file lldrawpoolbump.cpp.
References restoreGL().
Referenced by LLBumpImageList::init().


| void LLStandardBumpmap::shutdown | ( | ) | [static] |
Definition at line 89 of file lldrawpoolbump.cpp.
References destroyGL().
Referenced by LLBumpImageList::shutdown().


| void LLStandardBumpmap::restoreGL | ( | ) | [static] |
Definition at line 95 of file lldrawpoolbump.cpp.
References indra::ipc::tokenstream::EOF, FALSE, LLFile::fopen(), gDirUtilp, LLDir::getExpandedFilename(), LLViewerImageList::getImageFromFile(), gImageList, LL_PATH_APP_SETTINGS, llassert, llendl, LLStandardBumpmap(), llwarns, mImage, mLabel, S32, sStandardBumpmapCount, STD_BUMP_LATEST_FILE_VERSION, TEM_BUMPMAP_COUNT, and TRUE.
Referenced by init(), and LLBumpImageList::restoreGL().


| void LLStandardBumpmap::destroyGL | ( | ) | [static] |
Definition at line 157 of file lldrawpoolbump.cpp.
References i, mImage, mLabel, NULL, and sStandardBumpmapCount.
Referenced by LLBumpImageList::destroyGL(), and shutdown().

Definition at line 102 of file lldrawpoolbump.h.
Referenced by LLBumpImageList::addTextureStats(), LLDrawPoolBump::bindBumpMap(), destroyGL(), and restoreGL().
U32 LLStandardBumpmap::sStandardBumpmapCount = 0 [static] |
Definition at line 104 of file lldrawpoolbump.h.
Referenced by LLDrawPoolBump::bindBumpMap(), destroyGL(), and restoreGL().
1.5.5