Searched defs:LayerBuilder (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayerBuilder.h70 class LayerBuilder { class in namespace:android::uirenderer
72 PREVENT_COPY_AND_ASSIGN(LayerBuilder);
75 // Create LayerBuilder for Fbo0
76 LayerBuilder(uint32_t width, uint32_t height, const Rect& repaintRect) function in class:android::uirenderer::LayerBuilder
77 : LayerBuilder(width, height, repaintRect, nullptr, nullptr){};
79 // Create LayerBuilder for an offscreen layer, where beginLayerOp is present for a
81 LayerBuilder(uint32_t width, uint32_t height, const Rect& repaintRect,
H A DLayerBuilder.cpp17 #include "LayerBuilder.h"
198 LayerBuilder::LayerBuilder(uint32_t width, uint32_t height, const Rect& repaintRect, function in class:android::uirenderer::LayerBuilder
210 void LayerBuilder::locateInsertIndex(int batchId, const Rect& clippedBounds,
233 void LayerBuilder::deferLayerClear(const Rect& rect) {
237 void LayerBuilder::onDeferOp(LinearAllocator& allocator, const BakedOpState* bakedState) {
253 void LayerBuilder::flushLayerClears(LinearAllocator& allocator) {
284 void LayerBuilder::deferUnmergeableOp(LinearAllocator& allocator, BakedOpState* op,
305 void LayerBuilder::deferMergeableOp(LinearAllocator& allocator, BakedOpState* op, batchid_t batchId,
334 void LayerBuilder
[all...]

Completed in 22 milliseconds