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--){
298 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
312 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
369 // numAppLayers-1, as we iterate till 0th layer index
371 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
415 if(ctx->listStats[dpy].numAppLayers > MAX_LAYERS_FOR_ABC )
418 layerCount = ctx->listStats[dpy].numAppLayers;
534 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
535 for (int i = 0; i <= (ctx->listStats[dpy].numAppLayers-1); i++) {
1155 layerCount = ctx->listStats[dpy].numAppLayers;
1156 for (int i=0; i<ctx->listStats[dpy].numAppLayers; i++){