Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_mdpcomp.h209 int fromIndex, int toIndex);
211 int fromIndex, int toIndex, int targetLayerIndex);
Dhwc_mdpcomp.cpp1054 int fromIndex, int toIndex) { in canPushBatchToTop() argument
1055 for(int i = fromIndex; i < toIndex; i++) { in canPushBatchToTop()
1069 int fromIndex, int toIndex, int targetLayerIndex) { in intersectingUpdatingLayers() argument
1070 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()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_mdpcomp.h223 int fromIndex, int toIndex);
225 int fromIndex, int toIndex, int targetLayerIndex);
Dhwc_mdpcomp.cpp1514 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()