Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dcpu_composer.cpp617 for (size_t top_idx = layer_index + 1; top_idx < num_layers; ++top_idx) { in PrepareLayers() local
620 if (layers[top_idx].flags & HWC_SKIP_LAYER || in PrepareLayers()
621 (layers[top_idx].compositionType == HWC_FRAMEBUFFER && in PrepareLayers()
622 LayersOverlap(layers[layer_index], layers[top_idx]))) { in PrepareLayers()