Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp505 mSnapshots.back()->globalZ = it->get()->globalZ; in updateSnapshots()
582 snapshot->globalZ = static_cast<size_t>(mSnapshots.size()) - 1; in createSnapshot()
605 size_t globalZ = 0; in sortSnapshotsByZ() local
607 [this, &globalZ](const LayerHierarchy&, in sortSnapshotsByZ()
616 size_t oldZ = snapshot->globalZ; in sortSnapshotsByZ()
617 size_t newZ = globalZ++; in sortSnapshotsByZ()
618 snapshot->globalZ = newZ; in sortSnapshotsByZ()
622 mSnapshots[newZ]->globalZ = oldZ; in sortSnapshotsByZ()
630 mNumInterestingSnapshots = (int)globalZ; in sortSnapshotsByZ()
632 while (globalZ < mSnapshots.size()) { in sortSnapshotsByZ()
[all …]
DLayerSnapshot.h52 size_t globalZ = std::numeric_limits<ssize_t>::max();
/frameworks/native/services/surfaceflinger/
DLayer.cpp1642 StringAppendF(&result, " %10zu | ", snapshot.globalZ); in miniDump()
DSurfaceFlinger.cpp9359 auto i = layerFE->mSnapshot->globalZ; in moveSnapshotsFromCompositionArgs()