Searched refs:addOpAndUpdateChunk (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp459 addOpAndUpdateChunk(new (alloc()) RestoreToCountOp(mRestoreSaveCount));
467 addOpAndUpdateChunk(new (alloc()) TranslateOp(mTranslateX, mTranslateY));
474 size_t DisplayListRenderer::addOpAndUpdateChunk(DisplayListOp* op) { function in class:android::uirenderer::DisplayListRenderer
497 return addOpAndUpdateChunk(op);
H A DDisplayListRenderer.h178 size_t addOpAndUpdateChunk(DisplayListOp* op);

Completed in 33 milliseconds