Lines Matching refs:numHwLayers
98 if (LIKELY(list && list->numHwLayers > 0)) { in setPaddingRound()
101 (list->numHwLayers > 1)) { in setPaddingRound()
109 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers; in setPaddingRound()
127 if (LIKELY(list && list->numHwLayers > 0)) { in setDMAState()
128 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; in setDMAState()
179 if (LIKELY(list && list->numHwLayers > 0)) { in setNumActiveDisplays()
207 if (LIKELY(list && list->numHwLayers > 0)) { in reset()
208 for(size_t j = 0; j < list->numHwLayers; j++) { in reset()
237 for (size_t i = 0; i < list->numHwLayers; i++) { in scaleDisplayFrame()
288 if (LIKELY(list && list->numHwLayers > 1) && ctx->dpyAttr[dpy].connected && in hwc_prepare_primary()
312 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1); in hwc_prepare_primary()
340 if (LIKELY(list && list->numHwLayers > 1) && in hwc_prepare_external()
343 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1); in hwc_prepare_external()
360 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) { in hwc_prepare_external()
625 size_t last = list->numHwLayers - 1; in hwc_set_primary()
637 if(list->numHwLayers > 1) in hwc_set_primary()
709 size_t last = list->numHwLayers - 1; in hwc_set_external()
716 if(list->numHwLayers > 1) in hwc_set_external()