HomeSort by relevance Sort by last modified time
    Searched refs:mAllocator (Results 1 - 18 of 18) sorted by null

  /frameworks/base/libs/hwui/
DamageAccumulator.h 38 // mAllocator will clean everything up for us, no need for a dtor
64 LinearAllocator mAllocator;
DeferredDisplayList.h 126 return new (mAllocator) DeferredDisplayState();
130 mAllocator.rewindIfLastAlloc(state, sizeof(DeferredDisplayState));
181 LinearAllocator mAllocator;
DisplayList.h 74 , mAllocator(allocator) {}
83 LinearAllocator * const mAllocator;
93 : PlaybackStateStruct(renderer, replayFlags, &(deferredList.mAllocator)),
DamageAccumulator.cpp 48 mHead = (DirtyStack*) mAllocator.alloc(sizeof(DirtyStack));
81 DirtyStack* nextFrame = (DirtyStack*) mAllocator.alloc(sizeof(DirtyStack));
RenderNode.cpp 591 inline LinearAllocator& allocator() { return *(mDeferStruct.mAllocator); }
618 inline LinearAllocator& allocator() { return *(mReplayStruct.mAllocator); }
    [all...]
  /frameworks/native/include/binder/
MemoryDealer.h 54 SimpleBestFitAllocator* mAllocator;
  /frameworks/native/libs/gui/
BufferQueueCore.cpp 45 mAllocator(allocator),
73 mAllocator = composer->createGraphicBufferAlloc();
74 if (mAllocator == NULL) {
BufferQueueProducer.cpp 343 sp<GraphicBuffer> graphicBuffer(mCore->mAllocator->createGraphicBuffer(
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
Compiler.cpp 53 TScopedPoolAllocator(TPoolAllocator* allocator) : mAllocator(allocator)
55 mAllocator->push();
56 SetGlobalPoolAllocator(mAllocator);
61 mAllocator->pop();
65 TPoolAllocator* mAllocator;
  /frameworks/native/libs/gui/tests/
StreamSplitter_test.cpp 58 mAllocator = composer->createGraphicBufferAlloc();
66 sp<GraphicBuffer> buffer = mAllocator->createGraphicBuffer(w, h, format,
74 sp<IGraphicBufferAlloc> mAllocator;
  /device/asus/flo/camera/QCamera2/HAL/
QCameraStream.h 104 QCameraAllocator &mAllocator;
QCameraStream.cpp 171 mAllocator(allocator),
570 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type,
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraStream.h 104 QCameraAllocator &mAllocator;
QCameraStream.cpp 171 mAllocator(allocator),
570 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type,
  /frameworks/native/include/gui/
BufferQueueCore.h 126 // mAllocator is the connection to SurfaceFlinger that is used to allocate
128 sp<IGraphicBufferAlloc> mAllocator;
  /frameworks/native/libs/binder/
MemoryDealer.cpp 230 mAllocator(new SimpleBestFitAllocator(size))
236 delete mAllocator;
264 return mAllocator;
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStream.h 131 QCameraAllocator &mAllocator;
QCameraStream.cpp 247 mAllocator(allocator),
874 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type,
989 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type,
    [all...]

Completed in 343 milliseconds