Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:numHwLayers

96     if (list && list->outbuf && list->numHwLayers > 0) {
97 reset_layer_prop(ctx, dpy, list->numHwLayers - 1);
98 uint32_t last = list->numHwLayers - 1;
136 if (list && list->outbuf && list->numHwLayers > 0) {
137 uint32_t last = list->numHwLayers - 1;
206 if (LIKELY(list && list->numHwLayers > 1) &&
210 reset_layer_prop(ctx, dpy, list->numHwLayers - 1);
223 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) {
242 uint32_t last = list->numHwLayers - 1;
249 if(list->numHwLayers > 1)