Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:numAppLayers

168     for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
230 const int numAppLayers = list->numHwLayers - 1;
231 for(int i = 0; i < numAppLayers; i++) {
342 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
371 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
391 for(int i = 0; i < numAppLayers; ++i) {
446 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
447 for(int i = 0; i < numAppLayers; i++) {
495 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
496 mCurrentFrame.reset(numAppLayers);
500 for(int i = 0; i < numAppLayers; i++) {
549 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
550 mCurrentFrame.reset(numAppLayers);
554 const int batchSize = numAppLayers - (sMaxPipesPerMixer - 1);
563 for(int i = 0; i <= numAppLayers - batchSize; i++) {
579 ALOGD_IF(isDebug(), "%s: No batch found batchSize %d numAppLayers %d",
580 __FUNCTION__, batchSize, numAppLayers);
584 for(int i = 0; i < numAppLayers; i++) {
620 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
621 mCurrentFrame.reset(numAppLayers);
747 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
750 for(int i = 0; i < numAppLayers; i++) {
851 const int numLayers = ctx->listStats[mDpy].numAppLayers;
1030 if(ctx->listStats[mDpy].numAppLayers > MAX_NUM_APP_LAYERS) {
1042 int numHwLayers = ctx->listStats[mDpy].numAppLayers;
1235 if(ctx->listStats[mDpy].numAppLayers > MAX_NUM_APP_LAYERS) {
1247 int numHwLayers = ctx->listStats[mDpy].numAppLayers;