Lines Matching refs:numHwLayers
119 if (LIKELY(list && list->numHwLayers > 0)) { in setPaddingRound()
122 (list->numHwLayers > 1)) { in setPaddingRound()
130 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers; in setPaddingRound()
147 if (LIKELY(list && list->numHwLayers > 0)) { in setDMAState()
148 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; in setDMAState()
197 if (LIKELY(list && list->numHwLayers > 0)) { in setNumActiveDisplays()
219 if (LIKELY(list && list->numHwLayers > 0)) { in reset()
220 for(size_t j = 0; j < list->numHwLayers; j++) { in reset()
250 for (size_t i = 0; i < list->numHwLayers; i++) { in scaleDisplayFrame()
271 if (LIKELY(list && list->numHwLayers > 1) && in hwc_prepare_primary()
278 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1); in hwc_prepare_primary()
306 if (LIKELY(list && list->numHwLayers > 1) && in hwc_prepare_external()
309 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1); in hwc_prepare_external()
326 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) { in hwc_prepare_external()
586 size_t last = list->numHwLayers - 1; in hwc_set_primary()
617 if(list->numHwLayers > 1) in hwc_set_primary()
682 size_t last = list->numHwLayers - 1; in hwc_set_external()
689 if(list->numHwLayers > 1) in hwc_set_external()