Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Dhwcomposer.cpp404 std::pair<int, int> skip_layer_indices(-1, -1); in hwc_prepare() local
412 if (skip_layer_indices.first == -1) in hwc_prepare()
413 skip_layer_indices.first = j; in hwc_prepare()
414 skip_layer_indices.second = j; in hwc_prepare()
420 if (!use_framebuffer_target && !hwc_skip_layer(skip_layer_indices, j)) { in hwc_prepare()