Searched refs:fromIndex (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_mdpcomp.h | 208 int fromIndex, int toIndex); 210 int fromIndex, int toIndex, int targetLayerIndex);
|
D | hwc_mdpcomp.cpp | 1052 int fromIndex, int toIndex) { in canPushBatchToTop() argument 1053 for(int i = fromIndex; i < toIndex; i++) { in canPushBatchToTop() 1067 int fromIndex, int toIndex, int targetLayerIndex) { in intersectingUpdatingLayers() argument 1068 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 | 1230 int fromIndex, int toIndex) { in canPushBatchToTop() argument 1231 for(int i = fromIndex; i < toIndex; i++) { in canPushBatchToTop() 1245 int fromIndex, int toIndex, int targetLayerIndex) { in intersectingUpdatingLayers() argument 1246 for(int i = fromIndex; i <= toIndex; i++) { in intersectingUpdatingLayers()
|