Home | History | Annotate | Download | only in hwui

Lines Matching refs:defer

486  * This should be called before a call to defer() or drawDisplayList()
567 operation->defer(mDeferStruct, saveCount, mLevel, clipToBounds);
581 void RenderNode::defer(DeferStateStruct& deferStruct, const int level) {
816 * This function serves both defer and replay modes, and will organize the displayList's component
821 * defer logic) and operations in displayListOps are issued through the 'handler' which handles the
822 * defer vs replay logic, per operation