Searched refs:batchStart (Results 1 - 4 of 4) sorted by relevance
/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 1094 int batchStart = i; local 1097 int fbZ = batchStart - droppedLayerCt; 1124 if(!intersectingUpdatingLayers(list, batchStart, i-1, i)) { 1129 } else if(canPushBatchToTop(list, batchStart, i)) { 1155 maxBatchStart = batchStart;
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 1273 int batchStart = i; local 1276 int fbZ = batchStart - droppedLayerCt; 1303 if(!intersectingUpdatingLayers(list, batchStart, i-1, i)) { 1308 } else if(canPushBatchToTop(list, batchStart, i)) { 1334 maxBatchStart = batchStart;
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 1524 int batchStart = i; local 1527 int fbZ = batchStart - droppedLayerCt; 1554 if(!intersectingUpdatingLayers(list, batchStart, i-1, i)) { 1559 } else if(canPushBatchToTop(list, batchStart, i)) { 1585 maxBatchStart = batchStart;
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 1549 int batchStart = i; local 1552 int fbZ = batchStart - droppedLayerCt; 1579 if(!intersectingUpdatingLayers(list, batchStart, i-1, i)) { 1584 } else if(canPushBatchToTop(list, batchStart, i)) { 1610 maxBatchStart = batchStart;
|
Completed in 93 milliseconds