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

  /frameworks/base/libs/hwui/
LayerBuilder.h 70 class LayerBuilder {
72 PREVENT_COPY_AND_ASSIGN(LayerBuilder);
74 // Create LayerBuilder for Fbo0
75 LayerBuilder(uint32_t width, uint32_t height, const Rect& repaintRect)
76 : LayerBuilder(width, height, repaintRect, nullptr, nullptr) {};
78 // Create LayerBuilder for an offscreen layer, where beginLayerOp is present for a
80 LayerBuilder(uint32_t width, uint32_t height,
LayerBuilder.cpp 17 #include "LayerBuilder.h"
200 LayerBuilder::LayerBuilder(uint32_t width, uint32_t height,
212 void LayerBuilder::locateInsertIndex(int batchId, const Rect& clippedBounds,
235 void LayerBuilder::deferLayerClear(const Rect& rect) {
239 void LayerBuilder::onDeferOp(LinearAllocator& allocator, const BakedOpState* bakedState) {
255 void LayerBuilder::flushLayerClears(LinearAllocator& allocator) {
287 void LayerBuilder::deferUnmergeableOp(LinearAllocator& allocator,
308 void LayerBuilder::deferMergeableOp(LinearAllocator& allocator,
337 void LayerBuilder::replayBakedOpsImpl(void* arg
    [all...]
FrameBuilder.h 22 #include "LayerBuilder.h"
46 * draw stream) will create different reorder contexts, each in its own LayerBuilder.
122 LayerBuilder& layer = *(mLayerBuilders[i]);
143 const LayerBuilder& fbo0 = *(mLayerBuilders[0]);
182 LayerBuilder& currentLayer() { return *(mLayerBuilders[mLayerStack.back()]); }
232 LsaVector<LayerBuilder*> mLayerBuilders;
FrameBuilder.cpp 47 auto fbo0 = mAllocator.create<LayerBuilder>(viewportWidth, viewportHeight, Rect(clip));
67 auto fbo0 = mAllocator.create<LayerBuilder>(1, 1, Rect(1, 1));
    [all...]
Android.mk 88 LayerBuilder.cpp \

Completed in 1040 milliseconds