Lines Matching refs:numAppLayers
150 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) { in setMDPCompLayerFlags()
253 const int numAppLayers = list->numHwLayers - 1; in cacheAll() local
254 for(int i = 0; i < numAppLayers; i++) { in cacheAll()
346 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in isFrameDoable() local
367 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in isFullFrameDoable() local
401 for(int i = 0; i < numAppLayers; ++i) { in isFullFrameDoable()
460 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in partialMDPComp() local
462 mCurrentFrame.reset(numAppLayers); in partialMDPComp()
487 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in isOnlyVideoDoable() local
488 mCurrentFrame.reset(numAppLayers); in isOnlyVideoDoable()
608 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in updateLayerCache() local
611 for(int i = 0; i < numAppLayers; i++) { in updateLayerCache()
729 const int numLayers = ctx->listStats[mDpy].numAppLayers; in prepare()
909 int numHwLayers = ctx->listStats[mDpy].numAppLayers; in draw()
1011 int layer_count = ctx->listStats[mDpy].numAppLayers; in allocLayerPipes()
1100 int numHwLayers = ctx->listStats[mDpy].numAppLayers; in draw()