Searched refs:fromIndex (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_mdpcomp.h | 209 int fromIndex, int toIndex); 211 int fromIndex, int toIndex, int targetLayerIndex);
|
D | hwc_mdpcomp.cpp | 1059 int fromIndex, int toIndex) { in canPushBatchToTop() argument 1060 for(int i = fromIndex; i < toIndex; i++) { in canPushBatchToTop() 1074 int fromIndex, int toIndex, int targetLayerIndex) { in intersectingUpdatingLayers() argument 1075 for(int i = fromIndex; i <= toIndex; i++) { in intersectingUpdatingLayers()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_mdpcomp.h | 227 int fromIndex, int toIndex); 229 int fromIndex, int toIndex, int targetLayerIndex);
|
D | hwc_mdpcomp.cpp | 1489 int fromIndex, int toIndex) { in canPushBatchToTop() argument 1490 for(int i = fromIndex; i < toIndex; i++) { in canPushBatchToTop() 1504 int fromIndex, int toIndex, int targetLayerIndex) { in intersectingUpdatingLayers() argument 1505 for(int i = fromIndex; i <= toIndex; i++) { in intersectingUpdatingLayers()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_mdpcomp.h | 213 int fromIndex, int toIndex); 215 int fromIndex, int toIndex, int targetLayerIndex);
|
D | hwc_mdpcomp.cpp | 1238 int fromIndex, int toIndex) { in canPushBatchToTop() argument 1239 for(int i = fromIndex; i < toIndex; i++) { in canPushBatchToTop() 1253 int fromIndex, int toIndex, int targetLayerIndex) { in intersectingUpdatingLayers() argument 1254 for(int i = fromIndex; i <= toIndex; i++) { in intersectingUpdatingLayers()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_mdpcomp.h | 223 int fromIndex, int toIndex); 225 int fromIndex, int toIndex, int targetLayerIndex);
|
D | hwc_mdpcomp.cpp | 1514 int fromIndex, int toIndex) { in canPushBatchToTop() argument 1515 for(int i = fromIndex; i < toIndex; i++) { in canPushBatchToTop() 1529 int fromIndex, int toIndex, int targetLayerIndex) { in intersectingUpdatingLayers() argument 1530 for(int i = fromIndex; i <= toIndex; i++) { in intersectingUpdatingLayers()
|