Searched refs:is_BLENDED (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 331 #define is_BLENDED(layer) ((layer)->blending != HWC_BLENDING_NONE) macro 461 omap4_hwc_setup_layer_base(oc, index, format, is_BLENDED(layer), width, height); in omap4_hwc_setup_layer() 1275 !(is_BLENDED(layer) && fb_z >= 0)) { in omap4_hwc_prepare() 1282 if (hwc_dev->use_sgx && !is_BLENDED(layer)) in omap4_hwc_prepare() 1285 else if (is_BLENDED(layer) && i > 0) in omap4_hwc_prepare()
|
/hardware/ti/omap4-aah/hwc/ |
D | hwc.c | 434 #define is_BLENDED(layer) ((layer)->blending != HWC_BLENDING_NONE) macro 650 omap4_hwc_setup_layer_base(oc, index, format, is_BLENDED(layer), width, height); in omap4_hwc_setup_layer() 1735 !(is_BLENDED(layer) && fb_z >= 0) && in omap4_hwc_prepare() 1750 if (hwc_dev->use_sgx && !is_BLENDED(layer)) in omap4_hwc_prepare()
|