Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:numAppLayers

216     const int numLayers = ctx->listStats[mDpy].numAppLayers;
286 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
361 const int numAppLayers = (int)list->numHwLayers - 1;
362 for(int i = 0; i < numAppLayers; i++) {
539 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
542 for(int i = numAppLayers - 1; i >= 0; i--){
580 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
588 for(int index = 0; index < numAppLayers; index++ ) {
642 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
647 for(int i = numAppLayers - 1; i >= 0; i--){
691 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
703 for(int index = 0; index < numAppLayers; index++ ) {
767 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
780 (ctx->listStats[mDpy].numAppLayers > 1)) {
811 for(int i = 0; i < numAppLayers; ++i) {
854 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
855 for(int i = 0; i < numAppLayers; i++) {
892 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
903 if ((numAppLayers > stagesForMDP) || isSkipPresent(ctx, mDpy) ||
910 for(int i = 0; i < numAppLayers; i++) {
930 for (int i = numAppLayers-1; (i >= 0 &&
975 hwc_rect_t displayFrame[numAppLayers];
976 hwc_rect_t sourceCrop[numAppLayers];
977 for(int i = 0; i < numAppLayers; i++) {
1066 mCurrentFrame.mdpCount = numAppLayers;
1070 for (int j = 0; j < numAppLayers; j++) {
1082 for(int i = 0; i < numAppLayers; i++) {
1142 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
1143 mCurrentFrame.reset(numAppLayers);
1147 for(int i = 0; i < numAppLayers; i++) {
1195 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
1196 const int numNonDroppedLayers = numAppLayers - mCurrentFrame.dropCount;
1202 int lastMDPSupportedIndex = numAppLayers;
1206 for(int i = 0; i < numAppLayers;i++) {
1238 mCurrentFrame.reset(numAppLayers);
1308 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
1318 if(sIdleFallBack && (ctx->listStats[mDpy].numAppLayers > 1)) {
1324 mCurrentFrame.reset(numAppLayers);
1379 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
1389 if(sIdleFallBack && (ctx->listStats[mDpy].numAppLayers > 1)) {
1401 mCurrentFrame.reset(numAppLayers);
1656 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
1659 for(int i = 0; i < numAppLayers; i++) {
1680 for (size_t i = 0; i < (size_t)ctx->listStats[mDpy].numAppLayers; i++) {
1974 const int numLayers = ctx->listStats[mDpy].numAppLayers;
2053 for(int i = 0; i < ctx->listStats[mDpy].numAppLayers; i++) {
2242 int numHwLayers = ctx->listStats[mDpy].numAppLayers;
2497 int numHwLayers = ctx->listStats[mDpy].numAppLayers;