Lines Matching refs:numAppLayers

184     const int numLayers = ctx->listStats[mDpy].numAppLayers;  in reset()
221 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) { in setMDPCompLayerFlags()
296 const int numAppLayers = (int)list->numHwLayers - 1; in cacheAll() local
297 for(int i = 0; i < numAppLayers; i++) { in cacheAll()
459 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local
462 for(int i = numAppLayers - 1; i >= 0; i--){ in validateAndApplyROI()
499 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local
507 for(int index = 0; index < numAppLayers; index++ ) { in generateROI()
561 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local
566 for(int i = numAppLayers - 1; i >= 0; i--){ in validateAndApplyROI()
609 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local
621 for(int index = 0; index < numAppLayers; index++ ) { in generateROI()
685 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in tryFullFrame() local
718 for(int i = 0; i < numAppLayers; ++i) { in tryFullFrame()
768 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in fullMDPComp() local
769 for(int i = 0; i < numAppLayers; i++) { in fullMDPComp()
806 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in fullMDPCompWithPTOR() local
817 if ((numAppLayers > stagesForMDP) || isSkipPresent(ctx, mDpy) || in fullMDPCompWithPTOR()
824 for(int i = 0; i < numAppLayers; i++) { in fullMDPCompWithPTOR()
844 for (int i = numAppLayers-1; (i >= 0 && in fullMDPCompWithPTOR()
906 hwc_rect_t displayFrame[numAppLayers]; in fullMDPCompWithPTOR()
907 hwc_rect_t sourceCrop[numAppLayers]; in fullMDPCompWithPTOR()
908 for(int i = 0; i < numAppLayers; i++) { in fullMDPCompWithPTOR()
936 mCurrentFrame.mdpCount = numAppLayers; in fullMDPCompWithPTOR()
940 for (int j = 0; j < numAppLayers; j++) in fullMDPCompWithPTOR()
946 for(int i = 0; i < numAppLayers; i++) { in fullMDPCompWithPTOR()
993 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in cacheBasedComp() local
994 mCurrentFrame.reset(numAppLayers); in cacheBasedComp()
998 for(int i = 0; i < numAppLayers; i++) { in cacheBasedComp()
1052 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in loadBasedComp() local
1053 const int numNonDroppedLayers = numAppLayers - mCurrentFrame.dropCount; in loadBasedComp()
1059 int lastMDPSupportedIndex = numAppLayers; in loadBasedComp()
1063 for(int i = 0; i < numAppLayers;i++) { in loadBasedComp()
1095 mCurrentFrame.reset(numAppLayers); in loadBasedComp()
1164 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in videoOnlyComp() local
1166 mCurrentFrame.reset(numAppLayers); in videoOnlyComp()
1400 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in updateLayerCache() local
1403 for(int i = 0; i < numAppLayers; i++) { in updateLayerCache()
1625 const int numLayers = ctx->listStats[mDpy].numAppLayers; in prepare()
1865 int numHwLayers = ctx->listStats[mDpy].numAppLayers; in draw()
2123 int numHwLayers = ctx->listStats[mDpy].numAppLayers; in draw()