Searched refs:LsaVector (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayList.h157 const LsaVector<Chunk>& getChunks() const { return chunks; }
158 const LsaVector<BaseOpType*>& getOps() const { return ops; }
160 const LsaVector<NodeOpType*>& getChildren() const { return children; }
162 const LsaVector<const SkBitmap*>& getBitmapResources() const { return bitmapResources; }
163 const LsaVector<FunctorContainer>& getFunctors() const { return functors; }
164 const LsaVector<PushStagingFunctor*>& getPushStagingFunctors() { return pushStagingFunctors; }
185 // allocator into which all ops and LsaVector arrays allocated
189 LsaVector<Chunk> chunks;
190 LsaVector<BaseOpType*> ops;
193 LsaVector<NodeOpTyp
[all...]
H A DFrameBuilder.h231 LsaVector<LayerBuilder*> mLayerBuilders;
245 LsaVector<size_t> mLayerStack;
/frameworks/base/libs/hwui/tests/unit/
H A DLinearAllocatorTests.cpp117 TEST(LsaVector, dtorCheck) {
124 LsaVector<std::unique_ptr<TestUtils::SignalingDtor> > vector(stdAllocator);
/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.h196 class LsaVector : public std::vector<T, LinearStdAllocator<T>> { class in namespace:android::uirenderer
198 LsaVector(const LinearStdAllocator<T>& allocator) function in class:android::uirenderer::LsaVector

Completed in 601 milliseconds