Searched refs:HWC_SKIP_LAYER (Results 1 – 14 of 14) sorted by relevance
183 HWC_SKIP_LAYER = 0x00000001, enumerator
212 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
1478 if ((hwcLayer.flags & HWC_SKIP_LAYER) != 0) { in to_string()2192 hwc1Layer.flags = HWC_SKIP_LAYER; in applyCompositionType()2200 hwc1Layer.flags |= HWC_SKIP_LAYER; in applyCompositionType()2213 hwc1Layer.flags |= HWC_SKIP_LAYER; in applyCompositionType()2226 hwc1Layer.flags |= HWC_SKIP_LAYER; in applyCompositionType()2231 hwc1Layer.flags |= HWC_SKIP_LAYER; in applyCompositionType()2237 ALOGV_IF(hwc1Layer.flags & HWC_SKIP_LAYER, " and skipping"); in applyCompositionType()
1579 if ((hwcLayer.flags & HWC_SKIP_LAYER) != 0) { in to_string()2294 hwc1Layer.flags = HWC_SKIP_LAYER; in applyCompositionType()2303 hwc1Layer.flags |= HWC_SKIP_LAYER; in applyCompositionType()2316 hwc1Layer.flags |= HWC_SKIP_LAYER; in applyCompositionType()2329 hwc1Layer.flags |= HWC_SKIP_LAYER; in applyCompositionType()2334 hwc1Layer.flags |= HWC_SKIP_LAYER; in applyCompositionType()2340 ALOGV_IF(hwc1Layer.flags & HWC_SKIP_LAYER, " and skipping"); in applyCompositionType()
269 (layer->flags & HWC_SKIP_LAYER)? "[Skip layer]":"", in logLayer()
484 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
265 (layer->flags & HWC_SKIP_LAYER)? "[Skip layer]":"", in logLayer()
406 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
383 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
449 layer->flags.skip = ((hwc_layer.flags & HWC_SKIP_LAYER) > 0); in PrePrepareLayerStack()
549 layer->flags.skip = ((hwc_layer.flags & HWC_SKIP_LAYER) > 0); in PrePrepareLayerStack()