Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:numHwLayers

109         if (LIKELY(list && list->numHwLayers > 0)) {
112 (list->numHwLayers > 1)) {
120 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers;
137 if (LIKELY(list && list->numHwLayers > 0)) {
138 for(size_t layerIndex = 0; layerIndex < list->numHwLayers;
187 if (LIKELY(list && list->numHwLayers > 0)) {
191 * the layer-list is non-null and numHwLayers > 0, we assume
209 if (LIKELY(list && list->numHwLayers > 0)) {
210 for(size_t j = 0; j < list->numHwLayers; j++) {
240 for (size_t i = 0; i < list->numHwLayers; i++) {
261 if (LIKELY(list && list->numHwLayers > 1) &&
268 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1);
296 if (LIKELY(list && list->numHwLayers > 1) &&
299 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1);
316 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) {
563 size_t last = list->numHwLayers - 1;
575 if(list->numHwLayers > 1)
643 size_t last = list->numHwLayers - 1;
650 if(list->numHwLayers > 1)