Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_mdpcomp.h209 int fromIndex, int toIndex);
211 int fromIndex, int toIndex, int targetLayerIndex);
Dhwc_mdpcomp.cpp1059 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/
Dhwc_mdpcomp.h227 int fromIndex, int toIndex);
229 int fromIndex, int toIndex, int targetLayerIndex);
Dhwc_mdpcomp.cpp1489 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/
Dhwc_mdpcomp.h213 int fromIndex, int toIndex);
215 int fromIndex, int toIndex, int targetLayerIndex);
Dhwc_mdpcomp.cpp1238 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/
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()