Searched refs:purelyDrawBatch (Results 1 – 1 of 1) sorted by relevance
58 virtual bool purelyDrawBatch() { return false; } in purelyDrawBatch() function in android::uirenderer::Batch121 virtual bool purelyDrawBatch() override { return true; } in purelyDrawBatch() function in android::uirenderer::DrawBatch668 if (mBatches[i] && mBatches[i]->purelyDrawBatch()) { in discardDrawingBatches()