Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:numAppLayers

176     const int numLayers = ctx->listStats[mDpy].numAppLayers;
213 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
288 const int numAppLayers = (int)list->numHwLayers - 1;
289 for(int i = 0; i < numAppLayers; i++) {
451 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
454 for(int i = numAppLayers
491 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
499 for(int index = 0; index < numAppLayers; index++ ) {
553 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
558 for(int i = numAppLayers - 1; i >= 0; i--){
601 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
613 for(int index = 0; index < numAppLayers; index++ ) {
677 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
710 for(int i = 0; i < numAppLayers; ++i) {
760 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
761 for(int i = 0; i < numAppLayers; i++) {
798 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
809 if ((numAppLayers > stagesForMDP) || isSkipPresent(ctx, mDpy) ||
816 for(int i = 0; i < numAppLayers; i++) {
836 for (int i = numAppLayers-1; (i >= 0 &&
898 hwc_rect_t displayFrame[numAppLayers];
899 hwc_rect_t sourceCrop[numAppLayers];
900 for(int i = 0; i < numAppLayers; i++) {
928 mCurrentFrame.mdpCount = numAppLayers;
932 for (int j = 0; j < numAppLayers; j++)
938 for(int i = 0; i < numAppLayers; i++) {
985 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
986 mCurrentFrame.reset(numAppLayers);
990 for(int i = 0; i < numAppLayers; i++) {
1044 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
1045 const int numNonDroppedLayers = numAppLayers - mCurrentFrame.dropCount;
1051 int lastMDPSupportedIndex = numAppLayers;
1055 for(int i = 0; i < numAppLayers;i++) {
1087 mCurrentFrame.reset(numAppLayers);
1156 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
1158 mCurrentFrame.reset(numAppLayers);
1392 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
1395 for(int i = 0; i < numAppLayers; i++) {
1617 const int numLayers = ctx->listStats[mDpy].numAppLayers;
1857 int numHwLayers = ctx->listStats[mDpy].numAppLayers;
2115 int numHwLayers = ctx->listStats[mDpy].numAppLayers;