Home
last modified time | relevance | path

Searched refs:HWC_SKIP_LAYER (Results 1 – 14 of 14) sorted by relevance

/hardware/libhardware/include/hardware/
Dhwcomposer_defs.h79 HWC_SKIP_LAYER = 0x00000001, enumerator
/hardware/intel/img/hwcomposer/common/devices/
DDummyDevice.cpp66 player->flags &= ~HWC_SKIP_LAYER; in prepare()
/hardware/intel/img/hwcomposer/common/base/
DHwcLayerList.cpp60 if (layer.flags & HWC_SKIP_LAYER) { in checkSupported()
127 if (layer.flags & HWC_SKIP_LAYER) { in checkRgbOverlaySupported()
189 if (layer.flags & HWC_SKIP_LAYER) { in checkCursorSupported()
DHwcLayer.cpp290 if ((mLayer->flags & HWC_SKIP_LAYER) || in setupAttributes()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.h212 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp265 (layer->flags & HWC_SKIP_LAYER)? "[Skip layer]":"", in logLayer()
Dhwc_utils.h402 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_dump_layers.cpp265 (layer->flags & HWC_SKIP_LAYER)? "[Skip layer]":"", in logLayer()
Dhwc_utils.h381 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_utils.h259 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
/hardware/samsung_slsi/exynos5/libhwc/
Dhwc.cpp169 if(l->handle && !(l->flags & HWC_SKIP_LAYER)) in dump_layer()
790 if (layer.flags & HWC_SKIP_LAYER) { in exynos5_supports_overlay()
931 if ((layer.flags & HWC_SKIP_LAYER) || in exynos5_prepare_fimd()
1558 if (layer.flags & HWC_SKIP_LAYER) { in exynos5_set_hdmi()
/hardware/ti/omap4-aah/hwc/
Drgz_2d.c753 if ((layer->flags & HWC_SKIP_LAYER) || !handle) in rgz_in_valid_hwc_layer()
846 if (!(layers[l].flags & HWC_SKIP_LAYER) && handle && is_NV12(handle->iFormat)) in rgz_in_hwccheck()
996 l->flags & HWC_SKIP_LAYER ? "skip" : "none"); in rgz_print_layer()
Dhwc.c355 if ((layer->flags & HWC_SKIP_LAYER) || !handle) { in dump_set_info()
977 if ((layer->flags & HWC_SKIP_LAYER) || !handle) in omap4_hwc_is_valid_layer()
/hardware/ti/omap4xxx/hwc/
Dhwc.c259 if ((layer->flags & HWC_SKIP_LAYER) || !handle) { in dump_set_info()
782 if ((layer->flags & HWC_SKIP_LAYER) || !handle) in omap4_hwc_is_valid_layer()