Searched defs:allocator (Results 1 – 14 of 14) sorted by relevance
58 const sp<IGraphicBufferAlloc>& allocator) { in createBufferQueue()
44 BufferQueueCore::BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator) : in BufferQueueCore()
112 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in free_handle() local144 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in reallocate() local154 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get(); in initSize() local
71 PlaybackStateStruct(OpenGLRenderer& renderer, int replayFlags, LinearAllocator* allocator) in PlaybackStateStruct()175 LinearAllocator allocator; variable
197 void StatefulBaseRenderer::setClippingOutline(LinearAllocator& allocator, const Outline* outline) { in setClippingOutline()212 void StatefulBaseRenderer::setClippingRoundRect(LinearAllocator& allocator, in setClippingRoundRect()
47 static void* operator new(size_t size, LinearAllocator& allocator) { in new()
219 void Snapshot::setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds, in setClippingRoundRect()
51 static void* operator new(size_t size, LinearAllocator& allocator) { in new()
591 inline LinearAllocator& allocator() { return *(mDeferStruct.mAllocator); } in allocator() function in android::uirenderer::DeferOperationHandler618 inline LinearAllocator& allocator() { return *(mReplayStruct.mAllocator); } in allocator() function in android::uirenderer::ReplayOperationHandler
69 static void* operator new(size_t size, LinearAllocator& allocator) { in new()
79 sp<CountedAllocator> allocator(new CountedAllocator); in TEST_F() local139 sp<CountedAllocator> allocator(new CountedAllocator); in TEST_F() local
252 JavaPixelAllocator* allocator = (JavaPixelAllocator*) decoder->getAllocator(); in nativeDecodeRegion() local
356 JavaPixelAllocator allocator(env); in Bitmap_copy() local691 JavaPixelAllocator allocator(env); in Bitmap_extractAlpha() local
263 SimpleBestFitAllocator* MemoryDealer::allocator() const { in allocator() function in android::MemoryDealer