Home
last modified time | relevance | path

Searched refs:HWC_SKIP_HWC_COMPOSITION (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/display/msm8226/libqdutils/
Dcb_swap_rect.h39 HWC_SKIP_HWC_COMPOSITION = 0x00040000, enumerator
Dcb_utils.cpp57 (list->hwLayers[i].flags & HWC_SKIP_HWC_COMPOSITION)) in getuiClearRegion()
/hardware/qcom/display/msm8084/libqdutils/
Dcb_swap_rect.h39 HWC_SKIP_HWC_COMPOSITION = 0x00040000, enumerator
Dcb_utils.cpp57 (list->hwLayers[i].flags & HWC_SKIP_HWC_COMPOSITION)) in getuiClearRegion()
/hardware/qcom/display/msm8994/libqdutils/
Dcb_swap_rect.h39 HWC_SKIP_HWC_COMPOSITION = 0x00040000, enumerator
Dcb_utils.cpp58 (list->hwLayers[i].flags & HWC_SKIP_HWC_COMPOSITION)) in getuiClearRegion()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_copybit.cpp316 if(layer->flags & HWC_SKIP_HWC_COMPOSITION){ in draw()