Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueue.cpp58 const sp<IGraphicBufferAlloc>& allocator) { in createBufferQueue()
DBufferQueueCore.cpp44 BufferQueueCore::BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator) : in BufferQueueCore()
/frameworks/native/libs/ui/
DGraphicBuffer.cpp112 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in free_handle() local
144 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in reallocate() local
154 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get(); in initSize() local
/frameworks/base/libs/hwui/
DDisplayList.h71 PlaybackStateStruct(OpenGLRenderer& renderer, int replayFlags, LinearAllocator* allocator) in PlaybackStateStruct()
175 LinearAllocator allocator; variable
DStatefulBaseRenderer.cpp197 void StatefulBaseRenderer::setClippingOutline(LinearAllocator& allocator, const Outline* outline) { in setClippingOutline()
212 void StatefulBaseRenderer::setClippingRoundRect(LinearAllocator& allocator, in setClippingRoundRect()
DSnapshot.h47 static void* operator new(size_t size, LinearAllocator& allocator) { in new()
DSnapshot.cpp219 void Snapshot::setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds, in setClippingRoundRect()
DDeferredDisplayList.h51 static void* operator new(size_t size, LinearAllocator& allocator) { in new()
DRenderNode.cpp591 inline LinearAllocator& allocator() { return *(mDeferStruct.mAllocator); } in allocator() function in android::uirenderer::DeferOperationHandler
618 inline LinearAllocator& allocator() { return *(mReplayStruct.mAllocator); } in allocator() function in android::uirenderer::ReplayOperationHandler
DDisplayListOp.h69 static void* operator new(size_t size, LinearAllocator& allocator) { in new()
/frameworks/native/libs/gui/tests/
DStreamSplitter_test.cpp79 sp<CountedAllocator> allocator(new CountedAllocator); in TEST_F() local
139 sp<CountedAllocator> allocator(new CountedAllocator); in TEST_F() local
/frameworks/base/core/jni/android/graphics/
DBitmapRegionDecoder.cpp252 JavaPixelAllocator* allocator = (JavaPixelAllocator*) decoder->getAllocator(); in nativeDecodeRegion() local
DBitmap.cpp356 JavaPixelAllocator allocator(env); in Bitmap_copy() local
691 JavaPixelAllocator allocator(env); in Bitmap_extractAlpha() local
/frameworks/native/libs/binder/
DMemoryDealer.cpp263 SimpleBestFitAllocator* MemoryDealer::allocator() const { in allocator() function in android::MemoryDealer