Searched defs:targetLayerIndex (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/img/hwcomposer/common/base/
H A DHwcLayerList.cpp672 int targetLayerIndex = target->getIndex(); local
675 for (int below = 0; below < targetLayerIndex; below++) {
680 for (int above = below + 1; above < targetLayerIndex; above++) {
692 for (unsigned int above = targetLayerIndex + 1; above < mFBLayers.size(); above++) {
697 for (unsigned int below = targetLayerIndex + 1; below < above; below++) {
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp1063 /* Checks if given layer at targetLayerIndex has any
1067 int fromIndex, int toIndex, int targetLayerIndex) {
1071 &list->hwLayers[targetLayerIndex])) {
1066 intersectingUpdatingLayers(const hwc_display_contents_1_t* list, int fromIndex, int toIndex, int targetLayerIndex) argument
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp1241 /* Checks if given layer at targetLayerIndex has any
1245 int fromIndex, int toIndex, int targetLayerIndex) {
1249 &list->hwLayers[targetLayerIndex])) {
1244 intersectingUpdatingLayers(const hwc_display_contents_1_t* list, int fromIndex, int toIndex, int targetLayerIndex) argument

Completed in 811 milliseconds