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);
74 // Create LayerBuilder for Fbo0
75 LayerBuilder(uint32_t width, uint32_t height, const Rect& repaintRect) function in class:android::uirenderer::LayerBuilder
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,
H A DLayerBuilder.cpp17 #include "LayerBuilder.h"
200 LayerBuilder::LayerBuilder(uint32_t width, uint32_t height, function in class:android::uirenderer::LayerBuilder
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
[all...]

Completed in 49 milliseconds