Lines Matching defs:flush
41 // Depth of the save stack at the beginning of batch playback at flush time
311 // use invalid save count because it won't be used at flush time - RestoreToCountOp is the
312 // only one to use it, and we don't use that class at flush time, instead calling
343 * The count used here represents the flush() time saveCount. This is as opposed to the
406 * subsequent clipOps, save/restores (if the clip flag is set). During a flush, instead of loading
639 // Replay / flush
655 status_t DeferredDisplayList::flush(OpenGLRenderer& renderer, Rect& dirty) {
656 ATRACE_NAME("flush drawing commands");
661 if (isEmpty()) return status; // nothing to flush
665 renderer.eventMark("Flush");
685 DEFER_LOGD("--flush complete, returning %x", status);