Home
last modified time | relevance | path

Searched refs:globalZ (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp504 mSnapshots.back()->globalZ = it->get()->globalZ; in updateSnapshots()
587 snapshot->globalZ = static_cast<size_t>(mSnapshots.size()) - 1; in createSnapshot()
608 size_t globalZ = 0; in sortSnapshotsByZ() local
610 [this, &globalZ](const LayerHierarchy&, in sortSnapshotsByZ()
619 size_t oldZ = snapshot->globalZ; in sortSnapshotsByZ()
620 size_t newZ = globalZ++; in sortSnapshotsByZ()
621 snapshot->globalZ = newZ; in sortSnapshotsByZ()
625 mSnapshots[newZ]->globalZ = oldZ; in sortSnapshotsByZ()
633 mNumInterestingSnapshots = (int)globalZ; in sortSnapshotsByZ()
635 while (globalZ < mSnapshots.size()) { in sortSnapshotsByZ()
[all …]
DLayerSnapshot.h56 size_t globalZ = std::numeric_limits<ssize_t>::max();
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp8237 auto i = layerFE->mSnapshot->globalZ; in moveSnapshotsFromCompositionArgs()