#include <lltexturecache.h>


Public Member Functions | |
| ReadResponder () | |
| void | setData (U8 *data, S32 datasize, S32 imagesize, S32 imageformat, BOOL imagelocal) |
| void | setImage (LLImageFormatted *image) |
Protected Attributes | |
| LLPointer< LLImageFormatted > | mFormattedImage |
| S32 | mImageSize |
| BOOL | mImageLocal |
Definition at line 58 of file lltexturecache.h.
| LLTextureCache::ReadResponder::ReadResponder | ( | ) |
Definition at line 1547 of file lltexturecache.cpp.
| void LLTextureCache::ReadResponder::setData | ( | U8 * | data, | |
| S32 | datasize, | |||
| S32 | imagesize, | |||
| S32 | imageformat, | |||
| BOOL | imagelocal | |||
| ) | [virtual] |
Implements LLTextureCache::Responder.
Definition at line 1553 of file lltexturecache.cpp.
References LLImageFormatted::createFromType(), llassert_always, mFormattedImage, mImageLocal, mImageSize, and LLPointer< Type >::notNull().

| void LLTextureCache::ReadResponder::setImage | ( | LLImageFormatted * | image | ) | [inline] |
Definition at line 63 of file lltexturecache.h.
References mFormattedImage.
Referenced by LLTextureFetchWorker::CacheReadResponder::CacheReadResponder().

Definition at line 65 of file lltexturecache.h.
Referenced by LLTextureFetchWorker::CacheReadResponder::completed(), setData(), and setImage().
S32 LLTextureCache::ReadResponder::mImageSize [protected] |
Definition at line 66 of file lltexturecache.h.
Referenced by LLTextureFetchWorker::CacheReadResponder::completed(), and setData().
BOOL LLTextureCache::ReadResponder::mImageLocal [protected] |
Definition at line 67 of file lltexturecache.h.
Referenced by LLTextureFetchWorker::CacheReadResponder::completed(), and setData().
1.5.5