HomeSort by relevance Sort by last modified time
    Searched refs:mDrawingState (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/surfaceflinger/
Layer.h 277 inline const State& getDrawingState() const { return mDrawingState; }
342 State mDrawingState;
SurfaceFlinger.cpp 621 mDrawingState = mCurrentState;
948 const LayerVector& layers(mDrawingState.layersSortedByZ);
962 const LayerVector& layers(mDrawingState.layersSortedByZ);
1008 const LayerVector& layers(mDrawingState.layersSortedByZ);
    [all...]
Layer.cpp 108 mDrawingState = mCurrentState;
468 mFlinger->mDrawingState.layersSortedByZ);
813 mDrawingState = mCurrentState;
    [all...]
SurfaceFlinger.h 441 State mDrawingState;

Completed in 251 milliseconds