Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:Drawing

715     // initialize our drawing state
1404 // Clear the drawing state so that the logic inside of
1607 mTracing.traceLayers(where, dumpProtoInfo(LayerVector::StateSet::Drawing));
2169 // here we keep a copy of the drawing state (that is the state that's
2362 // (ie: in drawing state but not in current state)
2368 // in drawing state but not in current state
2388 // from the drawing state, so that it get re-added
2417 // (ie: in current state but not in drawing state)
2535 // drawing state. However, SurfaceFlinger's own transaction has not
2537 // (soon to become the drawing state list).
3763 // from this point on, SF will stop drawing on this display
4132 const bool useDrawing = stateSet == LayerVector::StateSet::Drawing;
4829 parent->traverseChildrenInZOrder(LayerVector::StateSet::Drawing, [&](Layer* layer) {
5135 layer->traverseInZOrder(LayerVector::StateSet::Drawing, [&](Layer* layer) {