Searched refs:setAllocator (Results 1 - 10 of 10) sorted by path

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DPoolAlloc.h293 void setAllocator(TPoolAllocator* a) { allocator = a; } function in class:pool_allocator
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h178 SkBitmap::Allocator* setAllocator(SkBitmap::Allocator*);
230 If an SkBitmap::Allocator is installed via setAllocator, it will be
/external/chromium_org/third_party/skia/src/images/
H A DSkDecodingImageGenerator.cpp170 decoder->setAllocator(&allocator);
173 decoder->setAllocator(NULL);
H A DSkImageDecoder.cpp48 other->setAllocator(fAllocator);
107 SkBitmap::Allocator* SkImageDecoder::setAllocator(SkBitmap::Allocator* alloc) { function in class:SkImageDecoder
/external/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_empty.cpp77 SkBitmap::Allocator* SkImageDecoder::setAllocator(SkBitmap::Allocator*) { function in class:SkImageDecoder
/external/chromium_org/third_party/skia/tests/
H A DImageDecodingTest.cpp811 decoder->setAllocator(allocator);
/external/skia/include/core/
H A DSkImageDecoder.h209 SkBitmap::Allocator* setAllocator(SkBitmap::Allocator*);
274 If an SkBitmap::Allocator is installed via setAllocator, it will be
/external/skia/src/images/
H A DSkDecodingImageGenerator.cpp175 decoder->setAllocator(&allocator);
178 decoder->setAllocator(NULL);
H A DSkImageDecoder.cpp50 other->setAllocator(fAllocator);
113 SkBitmap::Allocator* SkImageDecoder::setAllocator(SkBitmap::Allocator* alloc) { function in class:SkImageDecoder
/external/skia/src/ports/
H A DSkImageDecoder_empty.cpp77 SkBitmap::Allocator* SkImageDecoder::setAllocator(SkBitmap::Allocator*) { function in class:SkImageDecoder

Completed in 321 milliseconds