Home | History | Annotate | Download | only in surfaceflinger

Lines Matching defs:stateSet

372         explicit State(LayerVector::StateSet set) : stateSet(set), layersSortedByZ(set) {}
374 // We explicitly don't copy stateSet so that, e.g., mDrawingState
375 // always uses the Drawing StateSet.
385 const LayerVector::StateSet stateSet = LayerVector::StateSet::Invalid;
740 LayersProto dumpProtoInfo(LayerVector::StateSet stateSet) const;
764 State mCurrentState{LayerVector::StateSet::Current};
803 State mDrawingState{LayerVector::StateSet::Drawing};