Searched refs:layersSortedByZ (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp568 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
857 const LayerVector& currentLayers(mDrawingState.layersSortedByZ);
871 const LayerVector& currentLayers(mDrawingState.layersSortedByZ);
885 const LayerVector& currentLayers(mDrawingState.layersSortedByZ);
889 Vector< sp<LayerBase> > layersSortedByZ; local
906 layersSortedByZ.add(layer);
911 hw->setVisibleLayersSortedByZ(layersSortedByZ);
1062 const LayerVector& currentLayers(mCurrentState.layersSortedByZ);
1258 const LayerVector& previousLayers(mDrawingState.layersSortedByZ);
1458 const LayerVector& currentLayers(mDrawingState.layersSortedByZ);
[all...]
H A DSurfaceFlinger.h176 LayerVector layersSortedByZ; member in struct:android::SurfaceFlinger::State
H A DLayer.cpp327 mFlinger->mDrawingState.layersSortedByZ);

Completed in 1152 milliseconds