Searched refs:targetLayerIndex (Results 1 - 10 of 10) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayerList.cpp597 int targetLayerIndex = target->getIndex(); local
600 for (int below = 0; below < targetLayerIndex; below++) {
605 for (int above = below + 1; above < targetLayerIndex; above++) {
617 for (int above = targetLayerIndex + 1; above < mFBLayers.size(); above++) {
622 for (int below = targetLayerIndex + 1; below < above; below++) {
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayerList.cpp668 int targetLayerIndex = target->getIndex(); local
671 for (int below = 0; below < targetLayerIndex; below++) {
676 for (int above = below + 1; above < targetLayerIndex; above++) {
688 for (unsigned int above = targetLayerIndex + 1; above < mFBLayers.size(); above++) {
693 for (unsigned int below = targetLayerIndex + 1; below < above; below++) {
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.h211 int fromIndex, int toIndex, int targetLayerIndex);
H A Dhwc_mdpcomp.cpp1070 /* Checks if given layer at targetLayerIndex has any
1074 int fromIndex, int toIndex, int targetLayerIndex) {
1078 &list->hwLayers[targetLayerIndex])) {
1073 intersectingUpdatingLayers(const hwc_display_contents_1_t* list, int fromIndex, int toIndex, int targetLayerIndex) argument
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.h215 int fromIndex, int toIndex, int targetLayerIndex);
H A Dhwc_mdpcomp.cpp1249 /* Checks if given layer at targetLayerIndex has any
1253 int fromIndex, int toIndex, int targetLayerIndex) {
1257 &list->hwLayers[targetLayerIndex])) {
1252 intersectingUpdatingLayers(const hwc_display_contents_1_t* list, int fromIndex, int toIndex, int targetLayerIndex) argument
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_mdpcomp.h229 int fromIndex, int toIndex, int targetLayerIndex);
H A Dhwc_mdpcomp.cpp1500 /* Checks if given layer at targetLayerIndex has any
1504 int fromIndex, int toIndex, int targetLayerIndex) {
1508 &list->hwLayers[targetLayerIndex])) {
1503 intersectingUpdatingLayers(const hwc_display_contents_1_t* list, int fromIndex, int toIndex, int targetLayerIndex) argument
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.h225 int fromIndex, int toIndex, int targetLayerIndex);
H A Dhwc_mdpcomp.cpp1525 /* Checks if given layer at targetLayerIndex has any
1529 int fromIndex, int toIndex, int targetLayerIndex) {
1533 &list->hwLayers[targetLayerIndex])) {
1528 intersectingUpdatingLayers(const hwc_display_contents_1_t* list, int fromIndex, int toIndex, int targetLayerIndex) argument

Completed in 177 milliseconds