#include <lltexturecache.h>
Inheritance diagram for LLTextureCache::ReadResponder:
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 56 of file lltexturecache.h.
LLTextureCache::ReadResponder::ReadResponder | ( | ) |
Definition at line 1393 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 1399 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 61 of file lltexturecache.h.
References mFormattedImage.
Referenced by LLTextureFetchWorker::CacheReadResponder::CacheReadResponder().
Definition at line 63 of file lltexturecache.h.
Referenced by LLTextureFetchWorker::CacheReadResponder::completed(), setData(), and setImage().
BOOL LLTextureCache::ReadResponder::mImageLocal [protected] |
Definition at line 65 of file lltexturecache.h.
Referenced by LLTextureFetchWorker::CacheReadResponder::completed(), and setData().
S32 LLTextureCache::ReadResponder::mImageSize [protected] |
Definition at line 64 of file lltexturecache.h.
Referenced by LLTextureFetchWorker::CacheReadResponder::completed(), and setData().