Home
last modified time | relevance | path

Searched refs:fromIndex (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_mdpcomp.h208 int fromIndex, int toIndex);
210 int fromIndex, int toIndex, int targetLayerIndex);
Dhwc_mdpcomp.cpp1052 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/
Dhwc_mdpcomp.h213 int fromIndex, int toIndex);
215 int fromIndex, int toIndex, int targetLayerIndex);
Dhwc_mdpcomp.cpp1230 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()