Lines Matching refs:numHwLayers
109 if (LIKELY(list && list->numHwLayers > 0)) { in setPaddingRound()
112 (list->numHwLayers > 1)) { in setPaddingRound()
120 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers; in setPaddingRound()
137 if (LIKELY(list && list->numHwLayers > 0)) { in setDMAState()
138 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; in setDMAState()
187 if (LIKELY(list && list->numHwLayers > 0)) { in setNumActiveDisplays()
209 if (LIKELY(list && list->numHwLayers > 0)) { in reset()
210 for(size_t j = 0; j < list->numHwLayers; j++) { in reset()
214 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers; in reset()
245 for (size_t i = 0; i < list->numHwLayers; i++) { in scaleDisplayFrame()
273 if (LIKELY(list && list->numHwLayers > 1) && in hwc_prepare_primary()
279 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1); in hwc_prepare_primary()
307 if (LIKELY(list && list->numHwLayers > 1) && in hwc_prepare_external()
310 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1); in hwc_prepare_external()
327 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) { in hwc_prepare_external()
584 size_t last = list->numHwLayers - 1; in hwc_set_primary()
590 if(list->numHwLayers > 1) in hwc_set_primary()
652 size_t last = list->numHwLayers - 1; in hwc_set_external()
659 if(list->numHwLayers > 1) in hwc_set_external()