Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:numAppLayers

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