HomeSort by relevance Sort by last modified time
    Searched refs:targetLayerIndex (Results 1 - 5 of 5) sorted by null

  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.cpp 676 int targetLayerIndex = target->getIndex();
679 for (int below = 0; below < targetLayerIndex; below++) {
684 for (int above = below + 1; above < targetLayerIndex; above++) {
696 for (unsigned int above = targetLayerIndex + 1; above < mFBLayers.size(); above++) {
701 for (unsigned int below = targetLayerIndex + 1; below < above; below++) {
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 210 int fromIndex, int toIndex, int targetLayerIndex);
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 200 int fromIndex, int toIndex, int targetLayerIndex);
hwc_mdpcomp.cpp 927 /* Checks if given layer at targetLayerIndex has any
931 int fromIndex, int toIndex, int targetLayerIndex) {
935 &list->hwLayers[targetLayerIndex])) {
    [all...]

Completed in 333 milliseconds