Public Member Functions | |
CacheReadResponder (LLTextureFetch *fetcher, const LLUUID &id, LLImageFormatted *image) | |
virtual void | completed (bool success) |
Private Attributes | |
LLTextureFetch * | mFetcher |
LLUUID | mID |
Definition at line 136 of file lltexturefetch.cpp.
LLTextureFetchWorker::CacheReadResponder::CacheReadResponder | ( | LLTextureFetch * | fetcher, | |
const LLUUID & | id, | |||
LLImageFormatted * | image | |||
) | [inline] |
Definition at line 139 of file lltexturefetch.cpp.
References LLTextureCache::ReadResponder::setImage().
virtual void LLTextureFetchWorker::CacheReadResponder::completed | ( | bool | success | ) | [inline, virtual] |
Implements LLResponder.
Definition at line 144 of file lltexturefetch.cpp.
References LLTextureFetchWorker::callbackCacheRead(), LLTextureFetch::getWorker(), LLTextureFetch::lockQueue(), mFetcher, LLTextureCache::ReadResponder::mFormattedImage, mID, LLTextureCache::ReadResponder::mImageLocal, LLTextureCache::ReadResponder::mImageSize, and LLTextureFetch::unlockQueue().