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

/frameworks/base/libs/hwui/
H A DDisplayList.h100 const LsaVector<Chunk>& getChunks() const { return chunks; }
101 const LsaVector<BaseOpType*>& getOps() const { return ops; }
103 const LsaVector<NodeOpType*>& getChildren() const { return children; }
105 const LsaVector<sk_sp<Bitmap>>& getBitmapResources() const { return bitmapResources; }
134 // allocator into which all ops and LsaVector arrays allocated
139 LsaVector<Chunk> chunks;
140 LsaVector<BaseOpType*> ops;
143 LsaVector<NodeOpType*> children;
146 LsaVector<sk_sp<Bitmap>> bitmapResources;
147 LsaVector<cons
[all...]
H A DFrameBuilder.h232 LsaVector<LayerBuilder*> mLayerBuilders;
246 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 explicit LsaVector(const LinearStdAllocator<T>& allocator) function in class:android::uirenderer::LsaVector
/frameworks/base/libs/hwui/renderthread/
H A DIRenderPipeline.h82 virtual bool pinImages(LsaVector<sk_sp<Bitmap>>& images) = 0;
H A DOpenGLPipeline.h59 bool pinImages(LsaVector<sk_sp<Bitmap>>& images) override;
H A DCanvasContext.h92 bool pinImages(LsaVector<sk_sp<Bitmap>>& images) {
H A DOpenGLPipeline.cpp237 bool OpenGLPipeline::pinImages(LsaVector<sk_sp<Bitmap>>& images) {
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaPipeline.h38 bool pinImages(LsaVector<sk_sp<Bitmap>>& images) override { return false; }

Completed in 583 milliseconds