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

  /frameworks/base/libs/hwui/
RecordingCanvas.cpp 96 addOp(alloc().create_trivial<EndLayerOp>());
98 addOp(alloc().create_trivial<EndUnclippedLayerOp>());
167 if (addOp(alloc().create_trivial<BeginLayerOp>(
183 if (addOp(alloc().create_trivial<BeginUnclippedLayerOp>(
248 addOp(alloc().create_trivial<ColorOp>(
274 addOp(alloc().create_trivial<PointsOp>(
285 addOp(alloc().create_trivial<LinesOp>(
295 addOp(alloc().create_trivial<RectOp>(
328 addOp(alloc().create_trivial<SimpleRectsOp>(
368 addOp(alloc().create_trivial<RoundRectOp>
    [all...]
BakedOpState.cpp 115 BakedOpState* bakedState = allocator.create_trivial<BakedOpState>(
128 return allocator.create_trivial<BakedOpState>(allocator, snapshot, recordedOp);
138 BakedOpState* bakedState = allocator.create_trivial<BakedOpState>(
154 return allocator.create_trivial<BakedOpState>(allocator, snapshot, shadowOpPtr);
159 return allocator.create_trivial<BakedOpState>(clip, dstRect, recordedOp);
DamageAccumulator.cpp 48 mHead = mAllocator.create_trivial<DirtyStack>();
81 DirtyStack* nextFrame = mAllocator.create_trivial<DirtyStack>();
FrameBuilder.cpp 287 LayerOp* drawLayerOp = mAllocator.create_trivial<LayerOp>(node);
298 deferBeginLayerOp(*mAllocator.create_trivial<BeginLayerOp>(
304 deferEndLayerOp(*mAllocator.create_trivial<EndLayerOp>());
643 const BitmapRectOp* resolvedOp = mAllocator.create_trivial<BitmapRectOp>(op.unmappedBounds,
659 const OvalOp* resolvedOp = mAllocator.create_trivial<OvalOp>(
733 const RoundRectOp* resolvedOp = mAllocator.create_trivial<RoundRectOp>(
    [all...]
LayerBuilder.cpp 278 SimpleRectsOp* op = allocator.create_trivial<SimpleRectsOp>(bounds,
  /frameworks/base/libs/hwui/tests/unit/
LinearAllocatorTests.cpp 56 la.create_trivial<SimplePair>();
  /frameworks/base/libs/hwui/utils/
LinearAllocator.h 81 T* create_trivial(Params&&... params) { function in class:android::uirenderer::LinearAllocator
83 "Error, called create_trivial on a non-trivial type");

Completed in 613 milliseconds