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

  /frameworks/base/libs/hwui/
DisplayList.h 100 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<const SkPath*> pathResources
    [all...]
FrameBuilder.h 232 LsaVector<LayerBuilder*> mLayerBuilders;
246 LsaVector<size_t> mLayerStack;
  /frameworks/base/libs/hwui/renderthread/
IRenderPipeline.h 76 virtual bool pinImages(LsaVector<sk_sp<Bitmap>>& images) = 0;
OpenGLPipeline.h 59 bool pinImages(LsaVector<sk_sp<Bitmap>>& images) override;
CanvasContext.h 93 bool pinImages(LsaVector<sk_sp<Bitmap>>& images) {
OpenGLPipeline.cpp 235 bool OpenGLPipeline::pinImages(LsaVector<sk_sp<Bitmap>>& images) {
  /frameworks/base/libs/hwui/tests/unit/
LinearAllocatorTests.cpp 117 TEST(LsaVector, dtorCheck) {
124 LsaVector<std::unique_ptr<TestUtils::SignalingDtor> > vector(stdAllocator);
  /frameworks/base/libs/hwui/utils/
LinearAllocator.h 196 class LsaVector : public std::vector<T, LinearStdAllocator<T>> {
198 explicit LsaVector(const LinearStdAllocator<T>& allocator)
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaPipeline.h 38 bool pinImages(LsaVector<sk_sp<Bitmap>>& images) override { return false; }

Completed in 97 milliseconds