HomeSort by relevance Sort by last modified time
    Searched defs:LayerBuilder (Results 1 - 2 of 2) 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...]

Completed in 46 milliseconds