Home | History | Annotate | Download | only in gpu

Lines Matching defs:flush

469 void GrInOrderDrawBuffer::flush() {
601 // We use geometryHints() to know whether to flush the draw buffer. We
602 // can't flush if we are inside an unbalanced pushGeometrySource.
606 // flush.
630 this->flush();
636 // we will recommend a flush if the data could fit in a single
639 bool flush = false;
646 flush = true;
657 flush = true;
661 return flush;