Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/libs/hwui/
DCanvasState.cpp172 void CanvasState::setClippingOutline(LinearAllocator& allocator, const Outline* outline) { in setClippingOutline()
187 void CanvasState::setClippingRoundRect(LinearAllocator& allocator, in setClippingRoundRect()
192 void CanvasState::setProjectionPathMask(LinearAllocator& allocator, const SkPath* path) { in setProjectionPathMask()
DSnapshot.cpp178 void Snapshot::setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds, in setClippingRoundRect()
224 void Snapshot::setProjectionPathMask(LinearAllocator& allocator, const SkPath* path) { in setProjectionPathMask()
DSnapshot.h48 static void* operator new(size_t size, LinearAllocator& allocator) { in new()
69 static void* operator new(size_t size, LinearAllocator& allocator) { in new()
DDeferredDisplayList.h51 static void* operator new(size_t size, LinearAllocator& allocator) { in new()
DDisplayList.h171 LinearAllocator allocator; variable
DRenderNode.cpp595 inline LinearAllocator& allocator() { return *(mDeferStruct.mAllocator); } in allocator() function in android::uirenderer::DeferOperationHandler
622 inline LinearAllocator& allocator() { return *(mReplayStruct.mAllocator); } in allocator() function in android::uirenderer::ReplayOperationHandler
DDisplayListOp.h66 static void* operator new(size_t size, LinearAllocator& allocator) { in new()
/frameworks/native/libs/ui/
DGraphicBuffer.cpp112 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in free_handle() local
148 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in reallocate() local
168 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get(); in initSize() local
/frameworks/native/libs/gui/
DBufferQueue.cpp66 const sp<IGraphicBufferAlloc>& allocator) { in createBufferQueue()
DBufferQueueCore.cpp44 BufferQueueCore::BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator) : in BufferQueueCore()
/frameworks/native/libs/gui/tests/
DStreamSplitter_test.cpp82 sp<CountedAllocator> allocator(new CountedAllocator); in TEST_F() local
143 sp<CountedAllocator> allocator(new CountedAllocator); in TEST_F() local
/frameworks/base/core/jni/android/graphics/
DBitmapRegionDecoder.cpp242 JavaPixelAllocator* allocator = (JavaPixelAllocator*) decoder->getAllocator(); in nativeDecodeRegion() local
DBitmap.cpp751 JavaPixelAllocator allocator(env); in Bitmap_copy() local
766 AshmemPixelAllocator allocator(env); in Bitmap_copyAshmem() local
1152 JavaPixelAllocator allocator(env); in Bitmap_extractAlpha() local
/frameworks/native/libs/binder/
DMemoryDealer.cpp263 SimpleBestFitAllocator* MemoryDealer::allocator() const { in allocator() function in android::MemoryDealer