Searched refs:DeferredDisplayList (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.h81 class DeferredDisplayList { class in namespace:android::uirenderer
84 DeferredDisplayList(const Rect& bounds, bool avoidOverdraw = true) : function in class:android::uirenderer::DeferredDisplayList
88 ~DeferredDisplayList() { clear(); }
117 * Add a draw op into the DeferredDisplayList, reordering as needed (for performance) if
123 DeferredDisplayList(const DeferredDisplayList& other); // disallow copy
190 batchId(DeferredDisplayList::kOpBatch_None),
H A DDisplayList.h42 #include "DeferredDisplayList.h"
53 class DeferredDisplayList;
81 // while defer shares the DeferredDisplayList's Allocator
92 DeferStateStruct(DeferredDisplayList& deferredList, OpenGLRenderer& renderer, int replayFlags)
96 DeferredDisplayList& mDeferredList;
H A DDeferredDisplayList.cpp28 #include "DeferredDisplayList.h"
185 bool isTextBatch = getBatchId() == DeferredDisplayList::kOpBatch_Text ||
186 getBatchId() == DeferredDisplayList::kOpBatch_ColorText;
370 // DeferredDisplayList
373 void DeferredDisplayList::resetBatchingState() {
386 void DeferredDisplayList::clear() {
403 int DeferredDisplayList::getStateOpDeferFlags() const {
409 int DeferredDisplayList::getDrawOpDeferFlags() const {
422 void DeferredDisplayList::addClip(OpenGLRenderer& renderer, ClipOp* op) {
447 void DeferredDisplayList
[all...]
H A DDisplayListOp.h33 #include "DeferredDisplayList.h"
725 deferInfo.batchId = DeferredDisplayList::kOpBatch_Bitmap;
775 deferInfo.batchId = DeferredDisplayList::kOpBatch_Bitmap;
800 deferInfo.batchId = DeferredDisplayList::kOpBatch_Bitmap;
825 deferInfo.batchId = DeferredDisplayList::kOpBatch_Bitmap;
959 deferInfo.batchId = DeferredDisplayList::kOpBatch_Patch;
1015 deferInfo.batchId = DeferredDisplayList::kOpBatch_AlphaMaskTexture;
1018 DeferredDisplayList::kOpBatch_AlphaVertices :
1019 DeferredDisplayList::kOpBatch_Vertices;
1066 deferInfo.batchId = DeferredDisplayList
[all...]
H A DAndroid.mk24 DeferredDisplayList.cpp \
H A DLayer.h49 class DeferredDisplayList;
425 DeferredDisplayList* deferredList;
H A DLayer.cpp22 #include "DeferredDisplayList.h"
253 deferredList = new DeferredDisplayList(dirtyRect);
H A DDisplayListRenderer.h47 class DeferredDisplayList;
H A DOpenGLRenderer.cpp36 #include "DeferredDisplayList.h"
1918 DeferredDisplayList deferredList(*currentClipRect(), avoidOverdraw);
2756 // drawing as ops from DeferredDisplayList are already filtered for these

Completed in 184 milliseconds