Searched refs:HWC_COPYBIT (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/display/msm8084/libqdutils/
H A Dcb_utils.cpp55 !(layerProp[i].mFlags & HWC_COPYBIT) ||
68 !(layerProp[i].mFlags & HWC_COPYBIT))
/hardware/qcom/display/msm8226/libqdutils/
H A Dcb_utils.cpp55 !(layerProp[i].mFlags & HWC_COPYBIT) ||
68 !(layerProp[i].mFlags & HWC_COPYBIT))
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.cpp191 layerProp[i].mFlags |= HWC_COPYBIT;
253 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
256 if(!(layerProp[i].mFlags & HWC_COPYBIT)) {
H A Dhwc_utils.h121 HWC_COPYBIT = 0x00000002, enumerator in enum:qhwc::__anon1590
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_copybit.cpp210 layerProp[i].mFlags |= HWC_COPYBIT;
275 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
278 if(!(layerProp[i].mFlags & HWC_COPYBIT)) {
H A Dhwc_utils.h123 HWC_COPYBIT = 0x00000002, enumerator in enum:qhwc::__anon1656
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp234 layerProp[i].mFlags |= HWC_COPYBIT;
309 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
312 if(!(layerProp[i].mFlags & HWC_COPYBIT)) {
H A Dhwc_utils.h152 HWC_COPYBIT = 0x00000002, enumerator in enum:qhwc::__anon1444
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h173 HWC_COPYBIT = 0x00000002, enumerator in enum:qhwc::__anon1520
H A Dhwc_copybit.cpp372 layerProp[i].mFlags |= HWC_COPYBIT;
534 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
536 if(!(layerProp[i].mFlags & HWC_COPYBIT)) {

Completed in 35 milliseconds