Home
last modified time | relevance | path

Searched refs:purelyDrawBatch (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DDeferredDisplayList.cpp57 virtual bool purelyDrawBatch() { return false; } in purelyDrawBatch() function in android::uirenderer::Batch
124 virtual bool purelyDrawBatch() { return true; } in purelyDrawBatch() function in android::uirenderer::DrawBatch
702 if (mBatches[i] && mBatches[i]->purelyDrawBatch()) { in discardDrawingBatches()