Home
last modified time | relevance | path

Searched refs:targetLayerIndex (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/hwcomposer/common/base/
DHwcLayerList.cpp672 int targetLayerIndex = target->getIndex(); in useAsFrameBufferTarget() local
675 for (int below = 0; below < targetLayerIndex; below++) { in useAsFrameBufferTarget()
680 for (int above = below + 1; above < targetLayerIndex; above++) { in useAsFrameBufferTarget()
692 for (unsigned int above = targetLayerIndex + 1; above < mFBLayers.size(); above++) { in useAsFrameBufferTarget()
697 for (unsigned int below = targetLayerIndex + 1; below < above; below++) { in useAsFrameBufferTarget()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_mdpcomp.h210 int fromIndex, int toIndex, int targetLayerIndex);
Dhwc_mdpcomp.cpp1067 int fromIndex, int toIndex, int targetLayerIndex) { in intersectingUpdatingLayers() argument
1071 &list->hwLayers[targetLayerIndex])) { in intersectingUpdatingLayers()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.h215 int fromIndex, int toIndex, int targetLayerIndex);
Dhwc_mdpcomp.cpp1245 int fromIndex, int toIndex, int targetLayerIndex) { in intersectingUpdatingLayers() argument
1249 &list->hwLayers[targetLayerIndex])) { in intersectingUpdatingLayers()