Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:numAppLayers

139    if(mLayerCache.layerCount != ctx->listStats[dpy].numAppLayers) {
147 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){
166 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){
302 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
316 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
377 // numAppLayers-1, as we iterate till 0th layer index
379 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
424 if(ctx->listStats[dpy].numAppLayers > MAX_LAYERS_FOR_ABC )
427 layerCount = ctx->listStats[dpy].numAppLayers;
544 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
545 for (int i = 0; i <= (ctx->listStats[dpy].numAppLayers-1); i++) {
1208 layerCount = ctx->listStats[dpy].numAppLayers;
1209 for (int i=0; i<ctx->listStats[dpy].numAppLayers; i++){